Definition Type: Element
Name: Statement
Namespace: http://www.papinet.org/v2r40
Containing Schema: StatementV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StatementDetail in schema statementv2r40_xsd Drilldown into StatementHeader in schema statementv2r40_xsd Drilldown into Language in schema statementv2r40_xsd Drilldown into Reissued in schema statementv2r40_xsd Drilldown into StatementType in schema statementv2r40_xsdXSD Diagram of Statement in schema statementv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="Statement">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="StatementHeader" />
            <xs:element ref="StatementDetail" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="StatementType" type="statementType" />
        <xs:attribute name="Reissued" type="yesNo" default="No" />
        <xs:attribute name="Language" type="languageType" default="eng" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StatementHeader pn:StatementHeader (1) (1)
StatementDetail pn:StatementDetail (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
StatementType pn:StatementType (Optional)
Reissued pn:Reissued No (Optional)
Language pn:Language eng (Optional)