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