<?xml version="1.0" standalone="yes"?>
<xs:schema id="CustomizationDataSet" targetNamespace="http://xml.objacct.com/Customization.xsd" xmlns:mstns="http://xml.objacct.com/Customization.xsd" xmlns="http://xml.objacct.com/Customization.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:element name="CustomizationDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Header">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="RowID" type="xs:string" />
              <xs:element name="ApplicationRowID" type="xs:int" minOccurs="0" />
              <xs:element name="CustomizationFormID" type="xs:string" minOccurs="0" />
              <xs:element name="PropertyText" type="xs:string" minOccurs="0" />
              <xs:element name="EventFormLoad" type="xs:string" minOccurs="0" />
              <xs:element name="EventFormUnload" type="xs:string" minOccurs="0" />
              <xs:element name="EventOnSave" type="xs:string" minOccurs="0" />
              <xs:element name="EventOnRetrieve" type="xs:string" minOccurs="0" />
              <xs:element name="EventOnDelete" type="xs:string" minOccurs="0" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="Transaction">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="RowID" type="xs:string" />
              <xs:element name="CustomizationFormRowID" type="xs:string" minOccurs="0" />
              <xs:element name="CustomizationControlID" type="xs:string" minOccurs="0" />
              <xs:element name="PropertyEnabled" type="xs:short" minOccurs="0" />
              <xs:element name="PropertyHeight" type="xs:short" minOccurs="0" />
              <xs:element name="PropertyLeft" type="xs:short" minOccurs="0" />
              <xs:element name="PropertyTabIndex" type="xs:short" minOccurs="0" />
              <xs:element name="PropertyText" type="xs:string" minOccurs="0" />
              <xs:element name="PropertyTop" type="xs:short" minOccurs="0" />
              <xs:element name="PropertyVisible" type="xs:short" minOccurs="0" />
              <xs:element name="PropertyWidth" type="xs:short" minOccurs="0" />
              <xs:element name="EventOnEnter" type="xs:string" minOccurs="0" />
              <xs:element name="EventOnLeave" type="xs:string" minOccurs="0" />
              <xs:element name="Action" 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:Header" />
      <xs:field xpath="mstns:RowID" />
    </xs:unique>
    <xs:unique name="Transaction_Constraint1" msdata:ConstraintName="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Transaction" />
      <xs:field xpath="mstns:RowID" />
    </xs:unique>
  </xs:element>
</xs:schema>