Definition Type Element
Name Consignment
Abstract False
Documentation Information about the consignment being being released for delivery.
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="Consignment" >
  <xs:annotation>
    <xs:documentation>Information about the consignment being being released for delivery.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Quantity"/>
      <xs:element ref="ProductQuality"/>
      <xs:element minOccurs="0" ref="ConsignmentDetails"/>
      <xs:element minOccurs="0" name="customsReleaseDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date Customs Releases the shipment</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="fdaReleaseDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date FDA Releases the shipment</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="approvalDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date when the Shipment Samples  were approved</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]
Consignment
    Consignment
References
Consignment
Generated using Liquid XML Studio by Liquid Technologies Ltd