Definition Type: ComplexType
Name: Charge
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Documentation:
A charge identifies and monetary amount that must be paid.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into Distribution in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into Cost in schema invoice_xsd Drilldown into Total in schema invoice_xsd Drilldown into Id in schema invoice_xsdXSD Diagram of Charge in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="Charge">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">A charge identifies and monetary amount that must be paid.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Id" type="ChargeId" minOccurs="0" />
        <xs:element name="Total" type="Amount" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the extended monitary amount for this instance of Charge.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Cost" type="AmountPerQuantity" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Indicates the Cost per Quantity of the Charge.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is a description of the charge.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Distribution" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id nsC:Id 0 (1)
Total nsC:Total 0 (1)
Cost nsC:Cost 0 (1)
Description nsC:Description 0 unbounded
Distribution nsC:Distribution 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:AdditionalCharge, nsC:AllCharge, nsC:AllCostsToLocationCharge, nsC:BasicFreightCharge, nsC:Charge, nsC:DestinationHaulageCharge, nsC:DestinationPortCharge, nsC:DistribursmentCharge, nsC:MiscellaneousCharge, nsC:OriginPortCharge, nsC:SpecificAmountCharge, nsC:SupplementaryCharge, nsC:TotalCharge, nsC:TransportationCharge, nsC:TransportPlusAdditionalCharge, nsC:TransportToLocationCharge, nsC:WeightValuationCharge