| namespace | http://www.fixm.aero/base/4.3 | ||||||||||||
| type | restriction of fb:CharacterStringType | ||||||||||||
| properties | 
  | 
				||||||||||||
| used by | 
  | 
				||||||||||||
| facets | 
  | 
				||||||||||||
| annotation | 
  | 
				||||||||||||
| source | <xs:simpleType name="SidStarDesignatorType"> <xs:annotation> <xs:documentation>The textual designator of a SID or STAR. [Specialised from AIXM 5.1]</xs:documentation> </xs:annotation> <xs:restriction base="fb:CharacterStringType"> <xs:minLength value="1"/> <xs:maxLength value="7"/> <xs:pattern value="([A-Z]|[0-9])+([ \+\-/]*([A-Z]|[0-9])+)*"/> </xs:restriction> </xs:simpleType>  |