XML Einrichten Version 1.2
BarcodeNumber Simple Type
XML Einrichten Version 1.2 : BarcodeNumber Simple Type
Description
Unique barcode for this document
Namespace (none)
Type
Restriction of xs:string
Diagram
BarcodeNumber Simple Type
Overview
BarcodeNumber Restriction of xs:string
Unique barcode for this document
Facets
MaxLength10
Source
<xs:simpleType name="BarcodeNumber" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de"> Eindeutige Barcodenummer für diesen Beleg</xs:documentation>
    <xs:documentation xml:lang="en"> Unique barcode for this document</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="10" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2