XML Einrichten Version 1.2
VATId Simple Type
XML Einrichten Version 1.2 : VATId Simple Type
Description
Sales tax identification number
Namespace (none)
Type
Restriction of xs:string
Diagram
VATId Simple Type
Overview
VATId Restriction of xs:string
Sales tax identification number
Facets
MaxLength35
Source
<xs:simpleType name="VATId" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Umsatzsteuer Identnummer</xs:documentation>
    <xs:documentation xml:lang="en">Sales tax identification number </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="35" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2