namespace | http://www.fixm.aero/ext/nas/4.3 | ||||||||||||
type | restriction of fb:CharacterStringType | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |