Definition Type: Element
Name: PlacementInOrderOfMatter
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalText in schema papinetcommondefsv2r40_xsd Drilldown into PlacementSequence in schema papinetcommondefsv2r40_xsd Drilldown into PlacementLocation in schema papinetcommondefsv2r40_xsd Drilldown into RelativeLocation in schema papinetcommondefsv2r40_xsd Drilldown into PlacementReference in schema papinetcommondefsv2r40_xsdXSD Diagram of PlacementInOrderOfMatter in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="PlacementInOrderOfMatter">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="AdditionalText" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="PlacementReference" type="placementReference" use="required" />
        <xs:attribute name="RelativeLocation" type="s60" />
        <xs:attribute name="PlacementLocation" type="placementLocation" use="required" />
        <xs:attribute name="PlacementSequence" type="nni2" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdditionalText pn:AdditionalText 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
PlacementReference pn:PlacementReference Required
RelativeLocation pn:RelativeLocation (Optional)
PlacementLocation pn:PlacementLocation Required
PlacementSequence pn:PlacementSequence (Optional)