<?xml version="1.0" standalone="yes"?>
<xs:schema id="AddressDataSet" targetNamespace="http://xml.objacct.com/Address.xsd" xmlns:mstns="http://xml.objacct.com/Address.xsd" xmlns="http://xml.objacct.com/Address.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="AddressDataSet" 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="Active" type="xs:short" minOccurs="0" />
              <xs:element name="AddressTypeRowID" 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="MiddleInitial" type="xs:string" minOccurs="0" />
              <xs:element name="LastName" type="xs:string" minOccurs="0" />
              <xs:element name="MailToName" type="xs:string" minOccurs="0" />
              <xs:element name="Attention" type="xs:string" minOccurs="0" />
              <xs:element name="Title" type="xs:string" minOccurs="0" />
              <xs:element name="AddressLine1" type="xs:string" minOccurs="0" />
              <xs:element name="AddressLine2" type="xs:string" minOccurs="0" />
              <xs:element name="City" type="xs:string" minOccurs="0" />
              <xs:element name="State" type="xs:string" minOccurs="0" />
              <xs:element name="ZipCode" type="xs:string" minOccurs="0" />
              <xs:element name="Country" type="xs:string" minOccurs="0" />
              <xs:element name="PhoneNbr" type="xs:string" minOccurs="0" />
              <xs:element name="FaxNbr" type="xs:string" minOccurs="0" />
              <xs:element name="EmailAddress" type="xs:string" minOccurs="0" />
              <xs:element name="ContactName" type="xs:string" minOccurs="0" />
              <xs:element name="AlternateContactName" type="xs:string" minOccurs="0" />
              <xs:element name="AlternatePhoneNbr" type="xs:string" minOccurs="0" />
              <xs:element name="Custom1" type="xs:string" minOccurs="0" />
              <xs:element name="Custom2" type="xs:string" minOccurs="0" />
              <xs:element name="Custom3" type="xs:string" minOccurs="0" />
              <xs:element name="Custom4" type="xs:string" minOccurs="0" />
              <xs:element name="Custom5" type="xs:string" minOccurs="0" />
              <xs:element name="Custom6" type="xs:string" minOccurs="0" />
              <xs:element name="Custom7" type="xs:string" minOccurs="0" />
              <xs:element name="Custom8" type="xs:string" minOccurs="0" />
              <xs:element name="Custom9" type="xs:string" minOccurs="0" />
              <xs:element name="Custom10" type="xs:string" minOccurs="0" />
              <xs:element name="AccountRowID" type="xs:string" minOccurs="0" />
              <xs:element name="ContactRowID" type="xs:string" minOccurs="0" />
              <xs:element name="CustomerRowID" type="xs:string" minOccurs="0" />
              <xs:element name="EmployeeRowID" type="xs:string" minOccurs="0" />
              <xs:element name="JobRowID" type="xs:string" minOccurs="0" />
              <xs:element name="JournalDocRowID" type="xs:string" minOccurs="0" />
              <xs:element name="OthernameRowID" type="xs:string" minOccurs="0" />
              <xs:element name="SiteRowID" type="xs:string" minOccurs="0" />
              <xs:element name="VendorRowID" type="xs:string" minOccurs="0" />
              <xs:element name="SalesTaxRowID" type="xs:string" minOccurs="0" />
              <xs:element name="TaxRegistrationNbr" type="xs:string" minOccurs="0" />
              <xs:element name="WebAddress" 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>