'<?xml version = "1.0" encoding="Windows-1252" standalone="yes"?> <VFPData> <xsd:schema id="VFPData" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:element name="VFPData" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="row" maxOccurs="unbounded"> <xsd:complexType> <xsd:attribute name="produto"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="254"></xsd:maxLength> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="qtdepedido"> <xsd:simpleType> <xsd:restriction base="xsd:decimal"> <xsd:totalDigits value="12"></xsd:totalDigits> <xsd:fractionDigits value="3"></xsd:fractionDigits> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="qtdereservalote"> <xsd:simpleType> <xsd:restriction base="xsd:decimal"> <xsd:totalDigits value="12"></xsd:totalDigits> <xsd:fractionDigits value="3"></xsd:fractionDigits> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="idproduto"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="5"></xsd:maxLength> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="idfilial"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="2"></xsd:maxLength> </xsd:restriction> </xsd:simpleType> </xsd:attribute> <xsd:attribute name="item" type="xsd:int"></xsd:attribute> <xsd:attribute name="iditem" type="xsd:int"></xsd:attribute> </xsd:complexType> </xsd:element> </xsd:choice> <xsd:anyAttribute namespace="http://www.w3.org/XML/1998/namespace" processContents="lax"></xsd:anyAttribute> </xsd:complexType> </xsd:element> </xsd:schema> <row produto="42672-PIS FORM 45X45 BAUXITA 45" qtdepedido="2.000" qtdereservalote="2.000" idproduto="42672" idfilial="11" item="5" iditem="0"></row> <row produto="45697-PIS FORM 45X45 GRIS 45" qtdepedido="2.000" qtdereservalote="2.000" idproduto="45697" idfilial="11" item="6" iditem="0"></row> </VFPData> '