<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>
|