simpleType CharacterString60Type
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element MeteringNotificationType/flightRemovedReason
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
Size-limited CharacterString restricting data to a length of 1 to 60 characters.
source <xs:simpleType name="CharacterString60Type">
 
<xs:annotation>
   
<xs:documentation>Size-limited CharacterString restricting data to a length of 1 to 60 characters.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>


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