| type | restriction of s:string | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| used by |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <s:simpleType name="TaxStatusType"> <s:annotation> <s:documentation>New - new tax, Refunded - refunded tax, NonRefundable - non refundable tax, Old - old tax applied to new ticket/EMD, Exemption - tax exemption, Change - exchange or ticket refund tax</s:documentation> </s:annotation> <s:restriction base="s:string"> <s:enumeration value="New"/> <s:enumeration value="Refunded"/> <s:enumeration value="NonRefundable"/> <s:enumeration value="Old"/> <s:enumeration value="Exemption"/> <s:enumeration value="Change"/> </s:restriction> </s:simpleType> |