XML Einrichten Version 1.2
TourNumber Simple Type
XML Einrichten Version 1.2 : TourNumber Simple Type
Description
Number of the (delivery) tour
Namespace (none)
Type
Restriction of xs:string
Diagram
TourNumber Simple Type
Overview
TourNumber Restriction of xs:string
Number of the (delivery) tour
Facets
MaxLength35
Source
<xs:simpleType name="TourNumber" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Nummer der (Auslieferungs) Tour</xs:documentation>
    <xs:documentation xml:lang="en">Number of the (delivery) tour </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="35" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2