Definition Type Element
Name ConsignmentDetails
Abstract False
Documentation Group Element provides details of the consignment being shipped that this Shipping Advice pertains to
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="ConsignmentDetails" >
  <xs:annotation>
    <xs:documentation>Group Element provides details of the consignment being shipped that this Shipping Advice pertains to</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="freightType">
        <xs:annotation>
          <xs:documentation>Type of Freight- can be Container, Break Bulk</xs:documentation>
        </xs:annotation>

        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="Container"/>
            <xs:enumeration value="Break Bulk"/>
          </xs:restriction>

        </xs:simpleType>

      </xs:element>

      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ContainerIdentifiers"/>
      <xs:element minOccurs="0" ref="GrossWeight"/>
      <xs:element minOccurs="0" ref="NetWeight"/>
    </xs:sequence>

  </xs:complexType>

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