Definition Type: ComplexType
Name: ProductCharacteristicsType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SulfurContent in schema pidxlib_xsd Drilldown into RVP in schema pidxlib_xsd Drilldown into RFGFlag in schema pidxlib_xsd Drilldown into OxygenatePercent in schema pidxlib_xsd Drilldown into OXY in schema pidxlib_xsd Drilldown into FungibleSegregated in schema pidxlib_xsd Drilldown into DyesFlag in schema pidxlib_xsd Drilldown into CetaneOctane in schema pidxlib_xsd Drilldown into Additized in schema pidxlib_xsdXSD Diagram of ProductCharacteristicsType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
Additized pidx:Additized (Optional)
CetaneOctane pidx:CetaneOctane (Optional)
DyesFlag pidx:DyesFlag (Optional)
FungibleSegregated pidx:FungibleSegregated (Optional)
OXY pidx:OXY (Optional)
OxygenatePercent pidx:OxygenatePercent (Optional)
RFGFlag pidx:RFGFlag (Optional)
RVP pidx:RVP (Optional)
SulfurContent pidx:SulfurContent (Optional)
Collapse Derivation Tree:
Collapse References:
pidx:ProductCharacteristics