Definition Type: Element
Name: ProductAttributesLineItem
Namespace: http://www.papinet.org/v2r40
Containing Schema: ProductAttributesV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TermsAndDisclaimers in schema papinetcommondefsv2r40_xsd Drilldown into SafetyAndEnvironmentalInformation in schema papinetcommondefsv2r40_xsd Drilldown into TradeRegion in schema papinetcommondefsv2r40_xsd Drilldown into ProductAttributesProductURL in schema papinetcommondefsv2r40_xsd Drilldown into URL in schema papinetcommondefsv2r40_xsd Drilldown into EndUses in schema papinetcommondefsv2r40_xsd Drilldown into ValidityPeriod in schema papinetcommondefsv2r40_xsd Drilldown into MonetaryAdjustment in schema papinetcommondefsv2r40_xsd Drilldown into PriceDetails in schema papinetcommondefsv2r40_xsd Drilldown into InformationalQuantity in schema papinetcommondefsv2r40_xsd Drilldown into OrderQuantities in schema papinetcommondefsv2r40_xsd Drilldown into MillParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into Product in schema papinetcommondefsv2r40_xsd Drilldown into MeasurementsAre in schema productattributesv2r40_xsd Drilldown into ProductAttributesLineItemStatusType in schema productattributesv2r40_xsdXSD Diagram of ProductAttributesLineItem in schema productattributesv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ProductAttributesLineItem">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Product" />
            <xs:element ref="SupplierParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="MillParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="OrderQuantities" minOccurs="0" />
            <xs:element ref="InformationalQuantity" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="PriceDetails" minOccurs="0" />
            <xs:element ref="MonetaryAdjustment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ValidityPeriod" minOccurs="0" />
            <xs:element ref="EndUses" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="URL" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ProductAttributesProductURL" minOccurs="0" />
            <xs:element ref="TradeRegion" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="SafetyAndEnvironmentalInformation" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="TermsAndDisclaimers" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="ProductAttributesLineItemStatusType" use="required">
            <xs:simpleType>
                <xs:restriction base="statusType">
                    <xs:enumeration value="Amended" />
                    <xs:enumeration value="Cancelled" />
                    <xs:enumeration value="Original" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="MeasurementsAre" type="measurementType" use="required" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Product pn:Product (1) (1)
SupplierParty pn:SupplierParty 0 unbounded
MillParty pn:MillParty 0 unbounded
OrderQuantities pn:OrderQuantities 0 (1)
InformationalQuantity pn:InformationalQuantity 0 unbounded
PriceDetails pn:PriceDetails 0 (1)
MonetaryAdjustment pn:MonetaryAdjustment 0 unbounded
ValidityPeriod pn:ValidityPeriod 0 (1)
EndUses pn:EndUses 0 unbounded
URL pn:URL 0 unbounded
ProductAttributesProductURL pn:ProductAttributesProductURL 0 (1)
TradeRegion pn:TradeRegion 0 unbounded
SafetyAndEnvironmentalInformation pn:SafetyAndEnvironmentalInformation 0 unbounded
TermsAndDisclaimers pn:TermsAndDisclaimers 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
ProductAttributesLineItemStatusType pn:ProductAttributesLineItemStatusType Required
MeasurementsAre pn:MeasurementsAre Required