Definition Type Element
Name ContainerIdentifiers
Abstract False
Documentation Details of all the containers and marks used to make the shipment - ISO Standards
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="ContainerIdentifiers" >
  <xs:annotation>
    <xs:documentation>Details of all the containers and marks used to make the shipment - ISO Standards</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="Container"/>
      <xs:element minOccurs="0" ref="seal"/>
      <xs:element minOccurs="0" ref="ShipmentMark"/>
      <xs:element minOccurs="0" name="ContainerUnits">
        <xs:annotation>
          <xs:documentation>Quantity of Coffee in the container</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element name="quanityValue">
              <xs:annotation>
                <xs:documentation>Example - No of bags per container</xs:documentation>
              </xs:annotation>

            </xs:element>

            <xs:element minOccurs="0" name="quantityUnits">
              <xs:annotation>
                <xs:documentation>69 Kg Bags</xs:documentation>
              </xs:annotation>

            </xs:element>

          </xs:sequence>

        </xs:complexType>

      </xs:element>

      <xs:element minOccurs="0" name="warehouseReceipt">
        <xs:annotation>
          <xs:documentation>Warehouse Receipt No for the stock issued by the Warehouse</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="cargoNo">
        <xs:annotation>
          <xs:documentation>Cargo No issued by the warehouse for various lots/ containers, e.g. - C-12345</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="exchangeIdNo">
        <xs:annotation>
          <xs:documentation>Exchange ID No issued by the Exchange / Warehouse after Grading the stock</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]
ContainerIdentifiers
    ContainerIdentifiers
References
ContainerIdentifiers
Generated using Liquid XML Studio by Liquid Technologies Ltd