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 .\Invoice_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:enumeration value="BGS"/>
      <xs:enumeration value="CT"/>
      <xs:enumeration value="BLK"/>
      <xs:enumeration value="SS"/>
      <xs:enumeration value="BTD"/>
    </xs:restriction>

  </xs:simpleType>

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