<xs:simpleType name="DirectionOfMovement" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">
<dl>
<dt>Richtung der Bestandsbewegung</dt>
<dl>Codeliste:</dl>
<dt>1 = Lagerabgang</dt>
<dt>2 = Lagerzugang</dt>
</dl>
</xs:documentation>
<xs:documentation xml:lang="en">
<dl>
<dt>Movement of inventory</dt>
<dl>Code list:</dl>
<dt>1 = from stock</dt>
<dt>2 = to stock</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>
|