simpleType FsepSystemCodeType
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
element FsepCode/fsepSystemCode
facets
Kind Value Annotation
pattern [0-9]{1}
annotation
documentation
This code is a one-character numeric code that identifies the domain of the system within the NAS.
source <xs:simpleType name="FsepSystemCodeType">
 
<xs:annotation>
   
<xs:documentation>This code is a one-character numeric code that identifies the domain of the system within the NAS.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-9]{1}"/>
 
</xs:restriction>
</xs:simpleType>


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