diagram | ![]() |
||||||||||||||
type | extension of strlist | ||||||||||||||
properties |
|
||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
type | restriction of s:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |