<?xml version="1.0" standalone="yes"?>
<xs:schema id="DashboardItemDataSet" targetNamespace="http://xml.objacct.com/DashboardItem.xsd" xmlns:mstns="http://xml.objacct.com/DashboardItem.xsd" xmlns="http://xml.objacct.com/DashboardItem.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="DashboardItemDataSet" 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="AlertMaximum" type="xs:decimal" minOccurs="0" />
              <xs:element name="AlertMinimum" type="xs:decimal" minOccurs="0" />
              <xs:element name="DashboardItemID" type="xs:string" minOccurs="0" />
              <xs:element name="DashboardRowID" type="xs:string" minOccurs="0" />
              <xs:element name="DashpointID" type="xs:string" minOccurs="0" />
              <xs:element name="DashpointRowID" type="xs:string" minOccurs="0" />
              <xs:element name="Description" type="xs:string" minOccurs="0" />
              <xs:element name="Display" type="xs:short" minOccurs="0" />
              <xs:element name="DisplayOrder" type="xs:int" minOccurs="0" />
              <xs:element name="DisplayType" type="xs:string" minOccurs="0" />
              <xs:element name="AccountantAccess" type="xs:short" minOccurs="0" />
              <xs:element name="HasChildren" type="xs:short" minOccurs="0" />
              <xs:element name="EmailAddress" type="xs:string" minOccurs="0" />
              <xs:element name="NestLevel" type="xs:short" minOccurs="0" />
              <xs:element name="Notes" type="xs:string" minOccurs="0" />
              <xs:element name="Parameter1" type="xs:string" minOccurs="0" />
              <xs:element name="Parameter2" type="xs:string" minOccurs="0" />
              <xs:element name="Parameter3" type="xs:string" minOccurs="0" />
              <xs:element name="Parameter4" type="xs:string" minOccurs="0" />
              <xs:element name="ParentRowID" type="xs:string" minOccurs="0" />
              <xs:element name="SendEmail" type="xs:short" minOccurs="0" />
              <xs:element name="TargetCompanyRowID" 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="Active" type="xs:short" 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>
