simpleType EltHexIdentifierType
namespace http://www.fixm.aero/flight/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
simpleType EltHexIdentifierListType
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [0-9A-F]{15}|[0-9A-F]{23}
annotation
documentation
The identifier of an emergency locator transmitter. [FIXM]
source <xs:simpleType name="EltHexIdentifierType">
 
<xs:annotation>
   
<xs:documentation>The identifier of an emergency locator transmitter. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[0-9A-F]{15}|[0-9A-F]{23}"/>
 
</xs:restriction>
</xs:simpleType>


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