XML Einrichten Version 1.2
EmployeeID Simple Type
XML Einrichten Version 1.2 : EmployeeID Simple Type
Description
Employee ID of the salesman
Namespace (none)
Type
Restriction of xs:string
Diagram
EmployeeID Simple Type
Overview
EmployeeID Restriction of xs:string
Employee ID of the salesman
Facets
MaxLength35
Source
<xs:simpleType name="EmployeeID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Personalnummer des Verkäufers</xs:documentation>
    <xs:documentation xml:lang="en">Employee ID of the salesman </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="35" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2