namespace | https://dds.a1.net/rechnungsmanagement/EBOR | |||||||||||||
type | restriction of xs:token | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
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> |