XML Einrichten Version 1.2
InventoryMethod Simple Type
XML Einrichten Version 1.2 : InventoryMethod Simple Type
Description
Method of inventory rating
Code list:
1 = booked inventory
2 = counted inventory
Namespace (none)
Type
Restriction of xs:string
Diagram
InventoryMethod Simple Type
Overview
InventoryMethod Restriction of xs:string
Method of inventory rating
Code list:
1 = booked inventory
2 = counted inventory
Facets
MaxLength1
Enumeration1
Enumeration2
Source
<xs:simpleType name="InventoryMethod" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">
      <dl>
        <dt>Methode der Bestandsbewertung</dt>
        <dt>Codeliste: </dt>
        <dt>1 = Buchbestand</dt>
        <dt>2 = Tatsächlicher Bestand</dt>
      </dl>
    </xs:documentation>
    <xs:documentation xml:lang="en">
      <dl>
        <dt>Method of inventory rating</dt>
        <dt>Code list: </dt>
        <dt>1 = booked inventory </dt>
        <dt>2 = counted inventory </dt>
      </dl>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="1" />
    <xs:enumeration value="1" />
    <xs:enumeration value="2" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2