complexType ExcludeTaxesType
diagram sigws_p333.png
type extension of strlist
properties
base strlist
used by
elements FarePrefType/ExcludeTaxes PriceItineraryType/ExcludeTaxes
attributes
Name  Type  Use  Default  Fixed  Annotation
Exclude  derived by: s:string  required      
documentation
All - exclude all taxes;
List - exclude listed taxes;
Ignore - ignore TST tax option - for exchange only.
annotation
documentation
Exclude taxes from fare calculation
source <s:complexType name="ExcludeTaxesType">
 
<s:annotation>
   
<s:documentation>Exclude taxes from fare calculation</s:documentation>
 
</s:annotation>
 
<s:simpleContent>
   
<s:extension base="strlist">
     
<s:attribute name="Exclude" use="required">
       
<s:annotation>
         
<s:documentation>All - exclude all taxes;
List - exclude listed taxes;
Ignore - ignore TST tax option - for exchange only.
</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:enumeration value="All"/>
           
<s:enumeration value="List"/>
           
<s:enumeration value="Ignore"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
   
</s:extension>
 
</s:simpleContent>
</s:complexType>

attribute ExcludeTaxesType/@Exclude
type restriction of s:string
properties
use required
facets
Kind Value Annotation
enumeration All
enumeration List
enumeration Ignore
annotation
documentation
All - exclude all taxes;
List - exclude listed taxes;
Ignore - ignore TST tax option - for exchange only.
source <s:attribute name="Exclude" use="required">
 
<s:annotation>
   
<s:documentation>All - exclude all taxes;
List - exclude listed taxes;
Ignore - ignore TST tax option - for exchange only.
</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:enumeration value="All"/>
     
<s:enumeration value="List"/>
     
<s:enumeration value="Ignore"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>


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