Definition Type Element
Name packagingType
Type string
Abstract False
Content Type Restriction
Facets  
Enumerations BGS , CT , BLK , SS , BTD
Documentation Describes how the coffee is to be packaged.  E.g. Bags, Bulk, etc.
XSD Schema .\DeliveryOrder_NCA_V1R1.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element name="packagingType" >
  <xs:annotation>
    <xs:documentation>Describes how the coffee is to be packaged.  E.g. Bags, Bulk, etc.</xs:documentation>
  </xs:annotation>

  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:annotation>
        <xs:documentation>Buyer To Declare</xs:documentation>
      </xs:annotation>

      <xs:enumeration value="BGS"/>
      <xs:enumeration value="CT">
        <xs:annotation>
          <xs:documentation>Bags</xs:documentation>
        </xs:annotation>

      </xs:enumeration>

      <xs:enumeration value="BLK">
        <xs:annotation>
          <xs:documentation>Carton</xs:documentation>
        </xs:annotation>

      </xs:enumeration>

      <xs:enumeration value="SS">
        <xs:annotation>
          <xs:documentation>Bulk</xs:documentation>
        </xs:annotation>

      </xs:enumeration>

      <xs:enumeration value="BTD">
        <xs:annotation>
          <xs:documentation>Supersacks</xs:documentation>
        </xs:annotation>

      </xs:enumeration>

    </xs:restriction>

  </xs:simpleType>

</xs:element>
Derivation Tree
[No Sub Types]
packagingType
    packagingType
References
packagingType
Generated using Liquid XML Studio by Liquid Technologies Ltd