XML Einrichten Version 1.2
Availability Simple Type
XML Einrichten Version 1.2 : Availability Simple Type
Description
Availabilty of the products
71 = Available
72 = Not Available
Namespace (none)
Type
Restriction of xs:string
Diagram
Availability Simple Type
Overview
Availability Restriction of xs:string
Availabilty of the products
71 = Available
72 = Not Available
Facets
MaxLength2
Enumeration71
Enumeration72
Source
<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>
See Also
XML Einrichten Version 1.2