Definition Type: Element
Name: PriceAmount
Namespace: http://www.api.org/pidXML
Type: pidx:MonetaryType
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
The monetary price of an item in a stated currency.
Collapse XSD Schema Diagram:
Drilldown into CurrencyCode in schema pidxcodelists_xsd Drilldown into MonetaryAmount in schema pidxlib_xsd Drilldown into MonetaryType in schema pidxlib_xsd Drilldown into definitionOfOther in schema pidxlib_xsd Drilldown into priceType in schema pidxlib_xsdXSD Diagram of PriceAmount in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<element name="PriceAmount">
    <annotation>
        <documentation>The monetary price of an item in a stated currency.</documentation>
    </annotation>
    <complexType>
        <complexContent>
            <extension base="pidx:MonetaryType">
                <attribute name="priceType" type="pidx:PriceType" use="optional">
                    <annotation>
                        <documentation>Indicates whether a price is gross or net.</documentation>
                    </annotation>
                </attribute>
                <attribute name="definitionOfOther" type="string" use="optional">
                    <annotation>
                        <documentation>Identifies what "Other" is if chosen from an attribute enumeration list</documentation>
                    </annotation>
                </attribute>
            </extension>
        </complexContent>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MonetaryAmount pidx:MonetaryAmount (1) (1)
CurrencyCode pidx:CurrencyCode 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
priceType pidx:priceType Optional
definitionOfOther pidx:definitionOfOther Optional
Collapse Derivation Tree: