TK_FeeCodeCodeType

%DOC%

Simple Type Information

Source

<xs:simpleType name="TK_FeeCodeCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">%DOC%</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="AdmissionFee"/>
    <xs:enumeration value="BookingFee"/>
    <xs:enumeration value="CancellationFee"/>
    <xs:enumeration value="ServiceFee"/>
  </xs:restriction>
</xs:simpleType>