Definition Type Element
Name InstructionalInformation
Abstract False
Documentation Instructional information pertaining to this document
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="InstructionalInformation" >
  <xs:annotation>
    <xs:documentation>Instructional information pertaining to this document</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element name="DeliveryLocation">
        <xs:annotation>
          <xs:documentation>Name, address and contact details for the Location of the Coffee. E.g. RPM Warehouse Inc.</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element ref="organizationName"/>
            <xs:element minOccurs="0" ref="OrganizationIdentification"/>
            <xs:element minOccurs="0" ref="AddressInformation"/>
            <xs:element minOccurs="0" ref="ContactDetails"/>
          </xs:sequence>

        </xs:complexType>

      </xs:element>

      <xs:element minOccurs="0" ref="MoveOrDeliverPeriod"/>
      <xs:element minOccurs="0" name="deliveryDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date of Delivery</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="freeTimeEndsDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date by which the Coffee should be picked up without incurring charges</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="Weighing">
        <xs:annotation>
          <xs:documentation>Name of the Weigher and weighing instructions</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element name="percentToweigh" type="xs:decimal"/>
            <xs:element name="Weigher">
              <xs:annotation>
                <xs:documentation>Name and address of the Organization that does the weighing, e.g. R.Markey Sons</xs:documentation>
              </xs:annotation>

              <xs:complexType>
                <xs:sequence>
                  <xs:element ref="organizationName"/>
                  <xs:element minOccurs="0" ref="OrganizationIdentification"/>
                  <xs:element minOccurs="0" ref="AddressInformation"/>
                  <xs:element minOccurs="0" ref="ContactDetails"/>
                </xs:sequence>

              </xs:complexType>

            </xs:element>

            <xs:element minOccurs="0" ref="responsibilityOfWeighing"/>
            <xs:element minOccurs="0" name="weighByDate" type="xs:date">
              <xs:annotation>
                <xs:documentation>Latest Date by when the Weighing should be completed </xs:documentation>
              </xs:annotation>

            </xs:element>

            <xs:element minOccurs="0" ref="WeighingMethod"/>
          </xs:sequence>

        </xs:complexType>

      </xs:element>

      <xs:element minOccurs="0" name="RetieringForAccountOf">
        <xs:annotation>
          <xs:documentation>Name and address of the organization responsible for paying Retiering charges if applicable</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element ref="organizationName"/>
            <xs:element minOccurs="0" ref="OrganizationIdentification"/>
            <xs:element minOccurs="0" ref="AddressInformation"/>
            <xs:element minOccurs="0" ref="ContactDetails"/>
          </xs:sequence>

        </xs:complexType>

      </xs:element>

      <xs:element minOccurs="0" name="DeliveryOnAccountof">
        <xs:annotation>
          <xs:documentation>Name and address of the organization responsible for paying the Trucking / Transport Charges</xs:documentation>
        </xs:annotation>

        <xs:complexType>
          <xs:sequence>
            <xs:element ref="organizationName"/>
            <xs:element minOccurs="0" ref="OrganizationIdentification"/>
            <xs:element minOccurs="0" ref="AddressInformation"/>
            <xs:element minOccurs="0" ref="ContactDetails"/>
          </xs:sequence>

        </xs:complexType>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

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