<?xml version="1.0" standalone="yes"?>
<xs:schema id="CurrencyRevaluationDataSet" targetNamespace="http://xml.objacct.com/CurrencyRevaluation.xsd" xmlns:mstns="http://xml.objacct.com/CurrencyRevaluation.xsd" xmlns="http://xml.objacct.com/CurrencyRevaluation.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="CurrencyRevaluationDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Entity">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="AccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="CurrencyRateRowID" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>
