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