simpleType SmpIdType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element SmpIdentificationKeyType/identifier
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9]{4}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])[0-9]{4}
annotation
documentation
A numeric identifier in the format "YYYYMMDDNNNN" where:
YYYY is the four digit year of the date that the SMP was created.
MM is the (zero padded) number of the month of the date that the SMP was created.
DD is the (zero padded) number of the day of the date that the SMP was created.
NNNN is the (zero padded) sequential number, starting at 1 for the first SMP of the day.
source <xs:simpleType name="SmpIdType">
 
<xs:annotation>
   
<xs:documentation>A numeric identifier in the format "YYYYMMDDNNNN" where:
YYYY is the four digit year of the date that the SMP was created.
MM is the (zero padded) number of the month of the date that the SMP was created.
DD is the (zero padded) number of the day of the date that the SMP was created.
NNNN is the (zero padded) sequential number, starting at 1 for the first SMP of the day.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[0-9]{4}(0[1-9]|1[0-2])(0[1-9]|[1-2][0-9]|3[0-1])[0-9]{4}"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy