<?xml version="1.0" standalone="yes"?>
<xs:schema id="CurrencyDataSet" targetNamespace="http://xml.objacct.com/Currency.xsd" xmlns:mstns="http://xml.objacct.com/Currency.xsd" xmlns="http://xml.objacct.com/Currency.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="CurrencyDataSet" 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="RowID" type="xs:string" />
              <xs:element name="CurrencyID" type="xs:string" minOccurs="0" />
              <xs:element name="Active" type="xs:short" minOccurs="0" />
              <xs:element name="CompanyBaseCurrency" type="xs:short" minOccurs="0" />
              <xs:element name="Custom1" type="xs:string" minOccurs="0" />
              <xs:element name="Custom2" type="xs:string" minOccurs="0" />
              <xs:element name="Description" type="xs:string" minOccurs="0" />
              <xs:element name="PrintDescription" type="xs:string" minOccurs="0" />
              <xs:element name="RealizedGainAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="RealizedGainClassRowID" type="xs:string" minOccurs="0" />
              <xs:element name="RealizedLossAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="RealizedLossClassRowID" type="xs:string" minOccurs="0" />
              <xs:element name="RevaluationGainAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="RevaluationGainClassRowID" type="xs:string" minOccurs="0" />
              <xs:element name="RevaluationLossAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="RevaluationLossClassRowID" type="xs:string" minOccurs="0" />
              <xs:element name="Symbol" type="xs:string" minOccurs="0" />
              <xs:element name="TranslationGainAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="TranslationGainClassRowID" type="xs:string" minOccurs="0" />
              <xs:element name="TranslationLossAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="TranslationLossClassRowID" type="xs:string" minOccurs="0" />
              <xs:element name="UnrealizedGainAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="UnrealizedGainClassRowID" type="xs:string" minOccurs="0" />
              <xs:element name="UnrealizedLossAccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="UnrealizedLossClassRowID" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Entity" />
      <xs:field xpath="mstns:RowID" />
    </xs:unique>
  </xs:element>
</xs:schema>