<xs:simpleType name="infoRequestDetailType">
<xs:restriction base="xs:string">
<xs:enumeration value="AllCreditsDebitsInvoices" />
<xs:enumeration value="ByCreditDebit" />
<xs:enumeration value="ByDebit" />
<xs:enumeration value="ByInvoiceNumber" />
<xs:enumeration value="ByMillOrder" />
<xs:enumeration value="ByPeriod" />
<xs:enumeration value="ByProduct" />
<xs:enumeration value="ByPurchaseOrder" />
<xs:enumeration value="ByQualifiedPurchaseOrderInformation" />
<xs:enumeration value="ByShipment" />
<xs:enumeration value="BySupplierOrderNumber" />
</xs:restriction>
</xs:simpleType>
|