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