<?xml version="1.0" standalone="yes"?>
<xs:schema id="AccountDataSet" targetNamespace="http://xml.objacct.com/Account.xsd" xmlns:mstns="http://xml.objacct.com/Account.xsd" xmlns="http://xml.objacct.com/Account.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="AccountDataSet" 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="AccountID" type="xs:string" minOccurs="0" />
              <xs:element name="AccountName" type="xs:string" minOccurs="0" />
              <xs:element name="AccountTypeRowID" type="xs:string" minOccurs="0" />
              <xs:element name="Active" type="xs:short" minOccurs="0" />
              <xs:element name="Balance" type="xs:decimal" minOccurs="0" />
              <xs:element name="BankAccountNbr" type="xs:string" minOccurs="0" />
              <xs:element name="Box1099RowID" type="xs:string" minOccurs="0" />
              <xs:element name="ImportKey" type="xs:string" minOccurs="0" />
              <xs:element name="HasChildren" type="xs:short" minOccurs="0" />
              <xs:element name="LastDocNbr" type="xs:int" minOccurs="0" />
              <xs:element name="NestLevel" type="xs:short" minOccurs="0" />
              <xs:element name="NonCashAccount" type="xs:short" minOccurs="0" />
              <xs:element name="ParentRowID" type="xs:string" minOccurs="0" />
              <xs:element name="SortOrder" type="xs:string" minOccurs="0" />
              <xs:element name="SpecAccount" type="xs:string" minOccurs="0" />
              <xs:element name="XBRLGroupingRowID" type="xs:int" minOccurs="0" />
              <xs:element name="Custom1" type="xs:string" minOccurs="0" />
              <xs:element name="Custom2" type="xs:string" minOccurs="0" />
              <xs:element name="AccountCategoryRowID" type="xs:string" minOccurs="0" />
              <xs:element name="ABANbr" type="xs:string" minOccurs="0" />
              <xs:element name="EntityAddressRowID" type="xs:string" minOccurs="0" />
              <xs:element name="OnUs" type="xs:string" minOccurs="0" />
              <xs:element name="RoutingNbr" type="xs:string" minOccurs="0" />
              <xs:element name="TransitNbr" type="xs:string" minOccurs="0" />
              <xs:element name="CashFlowSection" type="xs:string" minOccurs="0" />
              <xs:element name="DocumentFormatRowID" type="xs:string" minOccurs="0" />
              <xs:element name="TaxFormLineRowID" type="xs:string" minOccurs="0" />
              <xs:element name="NameRequired" type="xs:short" minOccurs="0" />
              <xs:element name="UnitRequired" type="xs:short" minOccurs="0" />
              <xs:element name="CurrencyRowID" type="xs:string" minOccurs="0" />
              <xs:element name="CurrencyRateTypeRowID" type="xs:string" minOccurs="0" />
              <xs:element name="ConsolidateInSummary" type="xs:short" minOccurs="0" />
              <xs:element name="ConsolidationAccountID" type="xs:string" minOccurs="0" />
              <xs:element name="ConsolidationClassID" type="xs:string" minOccurs="0" />
              <xs:element name="AccountTypeSortOrder" type="xs:short" minOccurs="0" />
              <xs:element name="DisplayAccountBalance" type="xs:short" minOccurs="0" />
              <xs:element name="NormalBalance" type="xs:string" minOccurs="0" />
              <xs:element name="Text" type="xs:string" minOccurs="0" />
              <xs:element name="CompanyName" type="xs:string" minOccurs="0" />
              <xs:element name="FirstName" type="xs:string" minOccurs="0" />
              <xs:element name="MiddleName" type="xs:string" minOccurs="0" />
              <xs:element name="LastName" type="xs:string" minOccurs="0" />
              <xs:element name="Suffix" type="xs:string" minOccurs="0" />
              <xs:element name="BalanceCurrency" type="xs:decimal" default="0" />
              <xs:element name="CanEnterBalance" type="xs:short" default="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>
