Definition Type: Element
Name: UsageLineItem
Namespace: http://www.papinet.org/v2r40
Containing Schema: UsageV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into ItemisedUsageLineItem in schema papinetcommondefsv2r40_xsd Drilldown into AggregatedUsageLineItem in schema papinetcommondefsv2r40_xsd Drilldown into WebBreaks in schema papinetcommondefsv2r40_xsd Drilldown into WasteQuantity in schema papinetcommondefsv2r40_xsd Drilldown into LocationParty in schema papinetcommondefsv2r40_xsd Drilldown into UsageReference in schema papinetcommondefsv2r40_xsd Drilldown into UsageLineItemNumber in schema papinetcommondefsv2r40_xsdXSD Diagram of UsageLineItem in schema usagev2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="UsageLineItem">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="UsageLineItemNumber" />
            <xs:element ref="UsageReference" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="LocationParty" minOccurs="0" />
            <xs:element ref="WasteQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="WebBreaks" minOccurs="0" maxOccurs="unbounded" />
            <xs:choice>
                <xs:element ref="AggregatedUsageLineItem" />
                <xs:element ref="ItemisedUsageLineItem" />
            </xs:choice>
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UsageLineItemNumber pn:UsageLineItemNumber (1) (1)
UsageReference pn:UsageReference 0 unbounded
LocationParty pn:LocationParty 0 (1)
WasteQuantity pn:WasteQuantity 0 unbounded
WebBreaks pn:WebBreaks 0 unbounded
AggregatedUsageLineItem pn:AggregatedUsageLineItem (1) (1)
ItemisedUsageLineItem pn:ItemisedUsageLineItem (1) (1)
AdditionalText pn:AdditionalText 0 unbounded