XML Einrichten Version 1.2
PointOfSale Simple Type
XML Einrichten Version 1.2 : PointOfSale Simple Type
Description
Point of Sale (Identification by GLN possible)
Namespace (none)
Type
Restriction of xs:string
Diagram
PointOfSale Simple Type
Overview
PointOfSale Restriction of xs:string
Point of Sale (Identification by GLN possible)
Facets
MaxLength17
Source
<xs:simpleType name="PointOfSale" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Adresse der Verkaufstelle (GLN möglich)</xs:documentation>
    <xs:documentation xml:lang="en">Point of Sale (Identification by GLN possible) </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="17" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2