Definition Type: Element
Name: CaseMaking
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CaseMaterial in schema papinetcommondefsv2r40_xsd Drilldown into CaseBoardMaterials in schema papinetcommondefsv2r40_xsd Drilldown into CaseOversize in schema papinetcommondefsv2r40_xsd Drilldown into CaseShow in schema papinetcommondefsv2r40_xsd Drilldown into CaseFlushFoot in schema papinetcommondefsv2r40_xsd Drilldown into CaseType in schema papinetcommondefsv2r40_xsdXSD Diagram of CaseMaking in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="CaseMaking">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="CaseShow" minOccurs="0" />
            <xs:element ref="CaseOversize" minOccurs="0" />
            <xs:element ref="CaseBoardMaterials" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CaseMaterial" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="CaseType" type="caseType" />
        <xs:attribute name="CaseFlushFoot" type="yesNo" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CaseShow pn:CaseShow 0 (1)
CaseOversize pn:CaseOversize 0 (1)
CaseBoardMaterials pn:CaseBoardMaterials 0 unbounded
CaseMaterial pn:CaseMaterial 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
CaseType pn:CaseType (Optional)
CaseFlushFoot pn:CaseFlushFoot (Optional)