Definition Type: SimpleType
Name: PriceType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXCodeLists.xsd
Documentation:
Indicates whether a price is gross or net.
Collapse XSD Schema Diagram:
XSD Diagram of PriceType in schema pidxcodelists_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<simpleType name="PriceType">
    <annotation>
        <documentation>Indicates whether a price is gross or net.</documentation>
    </annotation>
    <restriction base="NMTOKEN">
        <enumeration value="Gross" />
        <enumeration value="Net" />
        <enumeration value="Other" />
    </restriction>
</simpleType>
Collapse Facets:
Facet Value
Enumeration Gross
Enumeration Net
Enumeration Other
Collapse Derivation Tree:
Collapse References:
pidx:priceType