<?xml version="1.0" standalone="yes"?>
<xs:schema id="ItemSalesPriceDataSet" targetNamespace="http://xml.objacct.com/ItemSalesPrice.xsd" xmlns:mstns="http://xml.objacct.com/ItemSalesPrice.xsd" xmlns="http://xml.objacct.com/ItemSalesPrice.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="ItemSalesPriceDataSet" 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="Custom1" type="xs:string" minOccurs="0" />
              <xs:element name="Custom2" type="xs:string" minOccurs="0" />
              <xs:element name="DiscountPercent" type="xs:decimal" minOccurs="0" />
              <xs:element name="DiscountPrice" type="xs:decimal" minOccurs="0" />
              <xs:element name="ItemRowID" type="xs:string" minOccurs="0" />
              <xs:element name="PriceLevelRowID" type="xs:string" minOccurs="0" />
              <xs:element name="QuantityBreak" type="xs:decimal" minOccurs="0" />
              <xs:element name="StartDate" type="xs:dateTime" minOccurs="0" />
              <xs:element name="EndDate" type="xs:dateTime" minOccurs="0" />
              <xs:element name="UnitConversionRate" type="xs:decimal" minOccurs="0" />
              <xs:element name="UnitPrice" type="xs:decimal" minOccurs="0" />
              <xs:element name="UnitRowID" 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>
