Definition Type: ComplexType
Name: Charge
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Documentation:
A charge identifies and monetary amount that must be paid.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Distribution in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Cost in schema components_xsd Drilldown into Total in schema components_xsd Drilldown into Id in schema components_xsdXSD Diagram of Charge in schema components_xsd (Open Applications Group (OAGIS))
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 oa:Id 0 (1)
Total oa:Total 0 (1)
Cost oa:Cost 0 (1)
Description oa:Description 0 unbounded
Distribution oa:Distribution 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:AdditionalCharge, oa:AllCharge, oa:AllCostsToLocationCharge, oa:BasicFreightCharge, oa:Charge, oa:DestinationHaulageCharge, oa:DestinationPortCharge, oa:DistribursmentCharge, oa:MiscellaneousCharge, oa:OriginPortCharge, oa:SpecificAmountCharge, oa:SupplementaryCharge, oa:TotalCharge, oa:TransportationCharge, oa:TransportPlusAdditionalCharge, oa:TransportToLocationCharge, oa:WeightValuationCharge