Definition Type: Element
Name: Wrap
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Brand in schema papinetcommondefsv2r40_xsd Drilldown into NumberOfWraps in schema papinetcommondefsv2r40_xsd Drilldown into WrapLocation in schema papinetcommondefsv2r40_xsd Drilldown into WrapProperties in schema papinetcommondefsv2r40_xsd Drilldown into WrapType in schema papinetcommondefsv2r40_xsdXSD Diagram of Wrap in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="Wrap">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="NumberOfWraps" minOccurs="0" />
            <xs:element ref="Brand" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="WrapType" type="wrapType" />
        <xs:attribute name="WrapProperties" type="wrapProperties" />
        <xs:attribute name="WrapLocation" type="wrapLocation" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumberOfWraps pn:NumberOfWraps 0 (1)
Brand pn:Brand 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
WrapType pn:WrapType (Optional)
WrapProperties pn:WrapProperties (Optional)
WrapLocation pn:WrapLocation (Optional)