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