Definition Type: Element
Name: ProductQualityRequestDetail
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ByQualifiedDeliveryMessage in schema papinetcommondefsv2r40_xsd Drilldown into ByQualifiedPurchaseOrderInformation in schema papinetcommondefsv2r40_xsd Drilldown into ByPeriod in schema papinetcommondefsv2r40_xsd Drilldown into OtherParty in schema papinetcommondefsv2r40_xsd Drilldown into ShipToParty in schema papinetcommondefsv2r40_xsd Drilldown into SupplierParty in schema papinetcommondefsv2r40_xsd Drilldown into ProductQualityRequestDetailType in schema papinetcommondefsv2r40_xsdXSD Diagram of ProductQualityRequestDetail in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="ProductQualityRequestDetail">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="SupplierParty" minOccurs="0" maxOccurs="unbounded" />
            <xs:choice maxOccurs="unbounded">
                <xs:element ref="ShipToParty" />
                <xs:element ref="OtherParty" />
            </xs:choice>
            <xs:choice>
                <xs:element ref="ByPeriod" />
                <xs:element ref="ByQualifiedPurchaseOrderInformation" />
                <xs:element ref="ByQualifiedDeliveryMessage" />
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="ProductQualityRequestDetailType">
            <xs:simpleType>
                <xs:restriction base="infoRequestDetailType">
                    <xs:enumeration value="ByPeriod" />
                    <xs:enumeration value="ByQualifiedPurchaseOrderInformation" />
                    <xs:enumeration value="ByShipment" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SupplierParty pn:SupplierParty 0 unbounded
ShipToParty pn:ShipToParty (1) (1)
OtherParty pn:OtherParty (1) (1)
ByPeriod pn:ByPeriod (1) (1)
ByQualifiedPurchaseOrderInformation pn:ByQualifiedPurchaseOrderInformation (1) (1)
ByQualifiedDeliveryMessage pn:ByQualifiedDeliveryMessage (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
ProductQualityRequestDetailType pn:ProductQualityRequestDetailType (Optional)