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