simpleType TaxStatusType
type restriction of s:string
properties
base s:string
used by
attribute TaxesType/Tax/@TaxStatus
facets
Kind Value Annotation
enumeration New
enumeration Refunded
enumeration NonRefundable
enumeration Old
enumeration Exemption
enumeration Change
annotation
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
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy