<complexType name="ProductCharacteristicsType">
<attribute name="Additized" type="pidx:AdditizedCodeType">
<annotation>
<documentation>Indicates whether the product is additized and if so, with what. Additives are proprietary if it is the proprietary additive of the final seller of the product.</documentation>
</annotation>
</attribute>
<attribute name="CetaneOctane" type="decimal">
<annotation>
<documentation>The numeric value of the cetane or octane. For example, 87.0 would be a typical octane value for gasoline; 42.0 would be a typical cetane value for #2 diesel.</documentation>
</annotation>
</attribute>
<attribute name="DyesFlag">
<annotation>
<documentation>A single alpha-numeric character indicating if the product contains a dye. Acceptable values are: Y=Yes, N=No.</documentation>
</annotation>
<simpleType>
<restriction base="NMTOKEN">
<pattern value="[a-zA-Z]{1}" />
</restriction>
</simpleType>
</attribute>
<attribute name="FungibleSegregated" type="pidx:FungibleSegregatedCodeType">
<annotation>
<documentation>Indicates whether the product is fungible or segregated.</documentation>
</annotation>
</attribute>
<attribute name="OXY" type="decimal">
<annotation>
<documentation>Regulatory Oxy percentage. This is a percentage value (e.g. 2.7 means 2.7%).</documentation>
</annotation>
</attribute>
<attribute name="OxygenatePercent" type="decimal">
<annotation>
<documentation>Volume percent of oxygenate. This is a percentage value (e.g. 10.0 means 10%).</documentation>
</annotation>
</attribute>
<attribute name="RFGFlag" type="boolean">
<annotation>
<documentation>Indicates whether the product type is reformulated gasoline.</documentation>
</annotation>
</attribute>
<attribute name="RVP" type="decimal">
<annotation>
<documentation>Reid Vapor Pressure. This is a percentage value (e.g. 8.5 means 8.5%).</documentation>
</annotation>
</attribute>
<attribute name="SulfurContent" type="decimal">
<annotation>
<documentation>A numeric indication of the sulphur content of the product. This is a percentage value (e.g. 1.0 means 1%). (If the sulphur content is .06% or higher, the product is considered to be a high sulphur product. If the sulphur content is .05% or lower, the product is considered to be a low sulphur product.)</documentation>
</annotation>
</attribute>
</complexType>
|