<xsd:complexType name="OilProduct">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specification of the oil product to be delivered.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="type" type="OilProductType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of oil product to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="grade" type="CommodityProductGrade">
<xsd:annotation>
<xsd:documentation xml:lang="en">The grade of oil product to be delivered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|