<?xml version="1.0" standalone="yes"?>
<xs:schema id="SystemCompanyDataSet" targetNamespace="http://xml.objacct.com/SystemCompany.xsd" xmlns:mstns="http://xml.objacct.com/SystemCompany.xsd" xmlns="http://xml.objacct.com/SystemCompany.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="SystemCompanyDataSet" 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:int" />
              <xs:element name="Active" type="xs:short" minOccurs="0" />
              <xs:element name="AddressLine1" type="xs:string" minOccurs="0" />
              <xs:element name="AddressLine2" type="xs:string" minOccurs="0" />
              <xs:element name="Billable" type="xs:short" minOccurs="0" />
              <xs:element name="BillingAddressLine1" type="xs:string" minOccurs="0" />
              <xs:element name="BillingAddressLine2" type="xs:string" minOccurs="0" />
              <xs:element name="BillingCity" type="xs:string" minOccurs="0" />
              <xs:element name="BillingCountry" type="xs:string" minOccurs="0" />
              <xs:element name="BillingName" type="xs:string" minOccurs="0" />
              <xs:element name="BillingState" type="xs:string" minOccurs="0" />
              <xs:element name="BillingZipCode" type="xs:string" minOccurs="0" />
              <xs:element name="BusinessType" type="xs:string" minOccurs="0" />
              <xs:element name="City" type="xs:string" minOccurs="0" />
              <xs:element name="CompanyID" type="xs:string" minOccurs="0" />
              <xs:element name="CompanyName" type="xs:string" minOccurs="0" />
              <xs:element name="Country" type="xs:string" minOccurs="0" />
              <xs:element name="CreditCardCID" type="xs:string" minOccurs="0" />
              <xs:element name="CreditCardExpiration" type="xs:string" minOccurs="0" />
              <xs:element name="CreditCardNbr" type="xs:string" minOccurs="0" />
              <xs:element name="CreditCardType" type="xs:string" minOccurs="0" />
              <xs:element name="DatabaseName" type="xs:string" minOccurs="0" />
              <xs:element name="EmailAddress" type="xs:string" minOccurs="0" />
              <xs:element name="FaxNbr" type="xs:string" minOccurs="0" />
              <xs:element name="FirstName" type="xs:string" minOccurs="0" />
              <xs:element name="LastName" type="xs:string" minOccurs="0" />
              <xs:element name="ParentRowID" type="xs:int" minOccurs="0" />
              <xs:element name="PhoneNbr" type="xs:string" minOccurs="0" />
              <xs:element name="ProductRowID" type="xs:int" minOccurs="0" />
              <xs:element name="RequireSecureConnection" type="xs:short" minOccurs="0" />
              <xs:element name="RequireStrongPassword" type="xs:short" minOccurs="0" />
              <xs:element name="ServerName" type="xs:string" minOccurs="0" />
              <xs:element name="SignUpDate" type="xs:dateTime" minOccurs="0" />
              <xs:element name="State" type="xs:string" minOccurs="0" />
              <xs:element name="UserLimit" type="xs:int" minOccurs="0" />
              <xs:element name="VerificationQuestion" type="xs:string" minOccurs="0" />
              <xs:element name="VerificationResponse" type="xs:string" minOccurs="0" />
              <xs:element name="ZipCode" 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>
