<xsd:complexType name="GenericCommodityGrade">
<xsd:annotation>
<xsd:documentation xml:lang="en">A flexible description of the type or characteristics of a commodity grade</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="commodityGradeScheme" type="NonEmptyURI">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type scheme used with this commodity grade.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|