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