ItemOutIndustry

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
planningType restriction of xs:NMTOKEN optional

Used By

Element ItemOut

Source

<xs:element name="ItemOutIndustry">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ItemOutRetail" minOccurs="0"/>
      <xs:element ref="ReferenceDocumentInfo" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="Priority" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="planningType">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="ATO"/>
          <xs:enumeration value="CTO"/>
          <xs:enumeration value="MTO"/>
          <xs:enumeration value="MTS"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample