XML Einrichten Version 1.2
PackingPieceNumber Simple Type
XML Einrichten Version 1.2 : PackingPieceNumber Simple Type
Description
Number of the packing piece
Namespace (none)
Type
Restriction of xs:string
Diagram
PackingPieceNumber Simple Type
Overview
PackingPieceNumber Restriction of xs:string
Number of the packing piece
Facets
MaxLength12
Source
<xs:simpleType name="PackingPieceNumber" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Nummer des Packstücks</xs:documentation>
    <xs:documentation xml:lang="en">Number of the packing piece </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="12" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2