Definition Type Element
Name LocationOfStock
Abstract False
Documentation Location of Coffee where the coffee is lying
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="LocationOfStock" >
  <xs:annotation>
    <xs:documentation>Location of Coffee where the coffee is lying</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element ref="locationName"/>
      <xs:element minOccurs="0" name="storeNo" type="xs:string">
        <xs:annotation>
          <xs:documentation>Warehouse Store #</xs:documentation>
        </xs:annotation>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
LocationOfStock
    LocationOfStock
References
LocationOfStock
Generated using Liquid XML Studio by Liquid Technologies Ltd