Definition Type: Element
Name: EndsheetInformation
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into EndsheetReinforcementMaterials in schema papinetcommondefsv2r40_xsd Drilldown into EndsheetMaterials in schema papinetcommondefsv2r40_xsd Drilldown into EndsheetCopyDescription in schema papinetcommondefsv2r40_xsd Drilldown into EndsheetLocationType in schema papinetcommondefsv2r40_xsd Drilldown into EndsheetType in schema papinetcommondefsv2r40_xsdXSD Diagram of EndsheetInformation in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="EndsheetInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EndsheetCopyDescription" minOccurs="0" />
            <xs:element ref="EndsheetMaterials" minOccurs="0" />
            <xs:element ref="EndsheetReinforcementMaterials" minOccurs="0" />
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="EndsheetType" type="endsheetType" />
        <xs:attribute name="EndsheetLocationType" type="endsheetLocationType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EndsheetCopyDescription pn:EndsheetCopyDescription 0 (1)
EndsheetMaterials pn:EndsheetMaterials 0 (1)
EndsheetReinforcementMaterials pn:EndsheetReinforcementMaterials 0 (1)
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
EndsheetType pn:EndsheetType (Optional)
EndsheetLocationType pn:EndsheetLocationType (Optional)