XML Einrichten Version 1.2
TaxId Simple Type
XML Einrichten Version 1.2 : TaxId Simple Type
Description
Tax Identification number
Namespace (none)
Type
Restriction of xs:string
Diagram
TaxId Simple Type
Overview
TaxId Restriction of xs:string
Tax Identification number
Facets
MaxLength35
Source
<xs:simpleType name="TaxId" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Steuer nummer </xs:documentation>
    <xs:documentation xml:lang="en">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