<xs:simpleType name="TK_GlidingFlightCodeCodeType">
<xs:annotation>
<xs:documentation xml:lang="EN">%DOC%</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Balloon"/>
<xs:enumeration value="DiveSpeed"/>
<xs:enumeration value="Freefly"/>
<xs:enumeration value="Freestyle"/>
<xs:enumeration value="Glider"/>
<xs:enumeration value="Gliding"/>
<xs:enumeration value="Hanggliding"/>
<xs:enumeration value="Parachuting"/>
<xs:enumeration value="Paragliding"/>
<xs:enumeration value="Parasailing"/>
<xs:enumeration value="Skydiving"/>
<xs:enumeration value="Skysurfing"/>
</xs:restriction>
</xs:simpleType> |