XML Einrichten Version 1.2
Availability Simple Type
XML Einrichten Version 1.2 : Availability Simple Type
Beschreibung
Verfügbarkeit des Artikels
71 = Verfügbar
72 = Nicht verfügbar
Namensraum (none)
Typ
Restriction of xs:string
Diagramm
Availability Simple Type
Overview
Availability Restriction of xs:string
Verfügbarkeit des Artikels
71 = Verfügbar
72 = Nicht verfügbar
Facette (Aspekt)
MaxLength2
Enumeration71
Enumeration72
Quelle
<xs:simpleType name="Availability" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Verfügbarkeit des Artikels</dt>
        <dt>71 = Verfügbar</dt>
        <dt>72 = Nicht verfügbar</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Availabilty of the products</dt>
        <dt>71 = Available</dt>
        <dt>72 = Not Available</dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2" />
    <xs:enumeration value="71" />
    <xs:enumeration value="72" />
  </xs:restriction>
</xs:simpleType>
Siehe auch
XML Einrichten Version 1.2