simpleType SurfaceRegionNameType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements NasArrivalType/arrivalSpotActual NasArrivalType/arrivalSpotIntended NasDepartureType/departureSpotActual NasDepartureType/departureSpotIntended NasHoldingLocationInformationType/holdingLocation NasArrivalType/rampArea NasDepartureType/rampArea NasSpotInformationType/spotRegion
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Za-z0-9_]{1,20}
annotation
documentation
The name of a surface region (spot, ramp, etc.).
source <xs:simpleType name="SurfaceRegionNameType">
 
<xs:annotation>
   
<xs:documentation>The name of a surface region (spot, ramp, etc.).</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Za-z0-9_]{1,20}"/>
 
</xs:restriction>
</xs:simpleType>


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