XML Einrichten Version 1.2
Unit Simple Type
XML Einrichten Version 1.2 : Unit Simple Type
Description
Unit
Namespace (none)
Type
Restriction of xs:string
Diagram
Unit Simple Type
Overview
Unit Restriction of xs:string
Unit
Facets
MaxLength3
MinLength1
Source
<xs:simpleType name="Unit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Einheit</xs:documentation>
    <xs:documentation xml:lang="en">Unit </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3" />
    <xs:minLength value="1" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2