XML Einrichten Version 1.3
VATId Simple Type
XML Einrichten Version 1.3 : VATId Simple Type
Beschreibung
Umsatzsteuer Identnummer
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
VATId Simple Type
Overview
VATId Restriction of xs:string
Umsatzsteuer Identnummer
Facette (Aspekt)
MaxLength35
Quelle
<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>
Siehe auch
XML Einrichten Version 1.3