simpleType ComputerIdentificationType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
elements NasFlightIdentificationType/computerId NasFlightIdentificationType/computerIdPrevious
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z0-9]{3}
annotation
documentation
A unique identifier assigned by a particular system within a particular facility.  Typically ERAM within an ARTCC.
source <xs:simpleType name="ComputerIdentificationType">
 
<xs:annotation>
   
<xs:documentation>A unique identifier assigned by a particular system within a particular facility.  Typically ERAM within an ARTCC.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z0-9]{3}"/>
 
</xs:restriction>
</xs:simpleType>


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