Definition Type: Element
Name: ChargeInformation
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InformationalAmount in schema papinetcommondefsv2r40_xsd Drilldown into ChargeNetAmount in schema papinetcommondefsv2r40_xsd Drilldown into ChargeAmount in schema papinetcommondefsv2r40_xsd Drilldown into TransportVehicleCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into TransportUnitCharacteristics in schema papinetcommondefsv2r40_xsd Drilldown into QuantityInformation in schema papinetcommondefsv2r40_xsd Drilldown into MonetaryAdjustment in schema papinetcommondefsv2r40_xsd Drilldown into PriceDetails in schema papinetcommondefsv2r40_xsd Drilldown into CostComponent in schema papinetcommondefsv2r40_xsd Drilldown into DocumentReferenceInformation in schema papinetcommondefsv2r40_xsdXSD Diagram of ChargeInformation in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ChargeInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DocumentReferenceInformation" minOccurs="0" />
            <xs:element ref="CostComponent" />
            <xs:element ref="PriceDetails" />
            <xs:element ref="MonetaryAdjustment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="QuantityInformation" />
            <xs:element ref="TransportUnitCharacteristics" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TransportVehicleCharacteristics" minOccurs="0" />
            <xs:element ref="ChargeAmount" minOccurs="0" />
            <xs:element ref="ChargeNetAmount" minOccurs="0" />
            <xs:element ref="InformationalAmount" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentReferenceInformation pn:DocumentReferenceInformation 0 (1)
CostComponent pn:CostComponent (1) (1)
PriceDetails pn:PriceDetails (1) (1)
MonetaryAdjustment pn:MonetaryAdjustment 0 unbounded
QuantityInformation pn:QuantityInformation (1) (1)
TransportUnitCharacteristics pn:TransportUnitCharacteristics 0 unbounded
TransportVehicleCharacteristics pn:TransportVehicleCharacteristics 0 (1)
ChargeAmount pn:ChargeAmount 0 (1)
ChargeNetAmount pn:ChargeNetAmount 0 (1)
InformationalAmount pn:InformationalAmount 0 unbounded