complexType RegionalInformationType
diagram mmixm_diagrams/mmixm_p211.png
namespace https://mmixm.aero/features/4
type extension of mb:String15Type
properties
base mb:String15Type
used by
element FsepOperationalInformation/regionalInformation
facets
Kind Value Annotation
maxLength 15
attributes
Name  Type  Use  Default  Fixed  Annotation
id  mb:String1Type  optional      
documentation
Numerical identifier distinguishing between regional information fields. The regional information will be identified as "1", "2", or "3", per Order 6000.5 Facility, Service, and Equipment Profile (FSEP).
annotation
documentation
Complex type containing information defined regionally. Each element of information should include a numeric identifier.
source <xs:complexType name="RegionalInformationType">
 
<xs:annotation>
   
<xs:documentation>Complex type containing information defined regionally. Each element of information should include a numeric identifier.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="mb:String15Type">
     
<xs:attribute name="id" type="mb:String1Type" use="optional">
       
<xs:annotation>
         
<xs:documentation>Numerical identifier distinguishing between regional information fields. The regional information will be identified as "1", "2", or "3", per Order 6000.5 Facility, Service, and Equipment Profile (FSEP).</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute RegionalInformationType/@id
type mb:String1Type
properties
use optional
facets
Kind Value Annotation
maxLength 1
annotation
documentation
Numerical identifier distinguishing between regional information fields. The regional information will be identified as "1", "2", or "3", per Order 6000.5 Facility, Service, and Equipment Profile (FSEP).
source <xs:attribute name="id" type="mb:String1Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Numerical identifier distinguishing between regional information fields. The regional information will be identified as "1", "2", or "3", per Order 6000.5 Facility, Service, and Equipment Profile (FSEP).</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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