XML Einrichten Version 1.2
BusinessCustomerNumber Simple Type
XML Einrichten Version 1.2 : BusinessCustomerNumber Simple Type
Description
Internal number of the buyer at the manufacturer
Namespace (none)
Type
Restriction of xs:string
Diagram
BusinessCustomerNumber Simple Type
Overview
BusinessCustomerNumber Restriction of xs:string
Internal number of the buyer at the manufacturer
Facets
MaxLength17
Source
<xs:simpleType name="BusinessCustomerNumber" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de"> Interne Nummer des Köufers beim Hersteller</xs:documentation>
    <xs:documentation xml:lang="en"> Internal number of the buyer at the manufacturer</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="17" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2