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