| namespace | http://www.fixm.aero/base/4.3 | ||||||||
| type | restriction of xs:string | ||||||||
| properties |
|
||||||||
| used by |
|
||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:simpleType name="VisualFlightRulesLevelType"> <xs:annotation> <xs:documentation>Indicates that no specific altitude has been provided for a flight operated under visual flight rules.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="VFR"> <xs:annotation> <xs:documentation>No specific altitude has been provided for this VFR flight.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |