XML Einrichten Version 1.3
LocationOfGoods Simple Type
XML Einrichten Version 1.3 : LocationOfGoods Simple Type
Beschreibung
Wo befindet sich die Ware
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
LocationOfGoods Simple Type
Overview
LocationOfGoods Restriction of xs:string
Wo befindet sich die Ware
Facette (Aspekt)
MaxLength35
Quelle
<xs:simpleType name="LocationOfGoods" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Wo befindet sich die Ware</xs:documentation>
    <xs:documentation xml:lang="en">Location of goods </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="35" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.3