simpleType acl_VatOrOtherTaxFlag
namespace https://dds.a1.net/rechnungsmanagement/EBOR
type restriction of xs:token
properties
base xs:token
used by
element ct_SubtotalPerVatOrTaxRateOrJustification/Flag
facets
Kind Value Annotation
enumeration OTH
documentation
other Tax
enumeration VAT
documentation
Value added tax
annotation
documentation
Derived from a EDIFACT Codelist (5153)
source <xs:simpleType name="acl_VatOrOtherTaxFlag">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Derived from a EDIFACT Codelist (5153)</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="OTH">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">other Tax</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="VAT">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">Value added tax</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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