<xsd:complexType name="ContractCommodityInformationType">
<xsd:sequence>
<xsd:element ref="CommodityStandardsAuthorityCode"/>
<xsd:element ref="CommodityNameCode"/>
<xsd:element ref="CommodityName"/>
<xsd:element ref="CommodityGroup" minOccurs="0"/>
<xsd:element ref="CommodityClass" minOccurs="0"/>
<xsd:element ref="CommoditySubClass" minOccurs="0"/>
<xsd:element ref="CommodityVariety" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="CommodityStandardGrade" minOccurs="0"/>
<xsd:element ref="CommodityStandardGradeOptionalDesignation" minOccurs="0"/>
<xsd:element ref="CommoditySpecialGrade" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="Remark" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType> |