Definition Type: ComplexType
Name: MonetaryType
Namespace: http://www.api.org/pidXML
Containing Schema: PIDXLib.xsd
Abstract
Documentation:
Type holding the structure for monetary elements.
Collapse XSD Schema Diagram:
Drilldown into CurrencyCode in schema pidxcodelists_xsd Drilldown into MonetaryAmount in schema pidxlib_xsdXSD Diagram of MonetaryType in schema pidxlib_xsd (PIDX - Petroleum Industry Data Exchange)
Collapse XSD Schema Code:
<complexType name="MonetaryType">
    <annotation>
        <documentation>Type holding the structure for monetary elements.</documentation>
    </annotation>
    <sequence>
        <element ref="pidx:MonetaryAmount" />
        <element ref="pidx:CurrencyCode" minOccurs="0" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MonetaryAmount pidx:MonetaryAmount (1) (1)
CurrencyCode pidx:CurrencyCode 0 (1)
Collapse Derivation Tree:
Collapse References:
pidx:AllowanceOrChargeTotalAmount, pidx:DeferredAmount, pidx:DiscountAmount, pidx:DiscountedAmountDue, pidx:FieldTicketTotal, pidx:GrossTotalAmount, pidx:InvoiceTotal, pidx:LetterOfCreditAmount, pidx:LineItemTotal, pidx:PriceAmount, pidx:QuoteTotal, pidx:RequestRequisitionReturnTotal, pidx:ShippingAmount, pidx:SpecialServicesAmount, pidx:SubTotalAmount, pidx:TaxAmount, pidx:TaxBasisAmount, pidx:TermsDiscountAmount, pidx:TotalAmount