<?xml version="1.0" standalone="yes"?>
<BrzTimShDataSet xmlns="http://tempuri.org/BrzTimShDataSet.xsd">
  <xs:schema id="BrzTimShDataSet" targetNamespace="http://tempuri.org/BrzTimShDataSet.xsd" xmlns:mstns="http://tempuri.org/BrzTimShDataSet.xsd" xmlns="http://tempuri.org/BrzTimShDataSet.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
    <xs:element name="BrzTimShDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
      <xs:complexType>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
          <xs:element name="EmployeeTime">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" msdata:AutoIncrement="true" type="xs:int" />
                <xs:element name="EmployeeID" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="20" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="PayRateID" msdata:ReadOnly="true" msdata:Expression="Parent(Employee_EmployeeTime).PayRateID" type="xs:int" minOccurs="0" />
                <xs:element name="PayRateDescription" msdata:ReadOnly="true" msdata:Expression="Parent(PayRates_EmployeeTime).Description" type="xs:string" minOccurs="0" />
                <xs:element name="ChargeOutRateID" msdata:ReadOnly="true" msdata:Expression="Parent(Employee_EmployeeTime).ChargeOutRateID" type="xs:int" minOccurs="0" />
                <xs:element name="ChargeOutRateDescription" msdata:ReadOnly="true" msdata:Expression="Parent(ChargeOutRates_EmployeeTime).Description" type="xs:string" minOccurs="0" />
                <xs:element name="AltPayRateID" type="xs:int" default="0" />
                <xs:element name="AltPayRateDescription" msdata:ReadOnly="true" msdata:Expression="Parent(AltPayRates_EmployeeTime).Description" type="xs:string" minOccurs="0" />
                <xs:element name="AltChargeOutRateID" type="xs:int" default="0" minOccurs="0" />
                <xs:element name="AltChargeOutRateDescription" msdata:ReadOnly="true" msdata:Expression="Parent(AltChargeOutRates_EmployeeTime).Description" type="xs:string" minOccurs="0" />
                <xs:element name="ActivityID" type="xs:int" default="0" />
                <xs:element name="ActivityDescription" msdata:ReadOnly="true" msdata:Expression="Parent(Activities_EmployeeTime).Description" type="xs:string" minOccurs="0" />
                <xs:element name="ActivityCustomerName" msdata:ReadOnly="true" msdata:Expression="Parent(Activities_EmployeeTime).CustomerName" type="xs:string" minOccurs="0" />
                <xs:element name="ActivityProjectDescription" msdata:ReadOnly="true" msdata:Expression="Parent(Activities_EmployeeTime).ProjectDescription" type="xs:string" minOccurs="0" />
                <xs:element name="ActivityServiceDescription" msdata:ReadOnly="true" msdata:Expression="Parent(Activities_EmployeeTime).ServiceDescription" type="xs:string" minOccurs="0" />
                <xs:element name="Date" msdata:DateTimeMode="Local" msprop:Generator_UserColumnName="Date" msprop:Generator_ColumnVarNameInTable="columnDate" msprop:Generator_ColumnPropNameInTable="DateColumn" type="xs:dateTime" />
                <xs:element name="PayrollTime" type="xs:double" default="0" />
                <xs:element name="ChargeableTime" type="xs:double" default="0" />
                <xs:element name="AllocationCode" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="20" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="Validated" type="xs:boolean" default="false" />
                <xs:element name="Imported" type="xs:boolean" default="false" minOccurs="0" />
                <xs:element name="Status" default="Not Validated" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="255" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="CalendarDate" msdata:DateTimeMode="Local" type="xs:dateTime" minOccurs="0" />
                <xs:element name="EmployeeListName" msdata:ReadOnly="true" msdata:Expression="Parent(Employee_EmployeeTime).ListName" type="xs:string" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Employee">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="20" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="LastName" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="35" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="FirstName" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="20" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="Password" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="8" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="PayRateID" type="xs:int" default="0" minOccurs="0" />
                <xs:element name="ChargeOutRateID" type="xs:int" default="0" minOccurs="0" />
                <xs:element name="ListName" type="xs:string" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="ChargeOutRates">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" type="xs:int" default="0" minOccurs="0" />
                <xs:element name="Description" type="xs:string" default="50" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="PayRates">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" type="xs:int" default="0" minOccurs="0" />
                <xs:element name="Description" type="xs:string" default="50" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Activities">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" type="xs:int" default="0" minOccurs="0" />
                <xs:element name="Description" minOccurs="0">
                  <xs:simpleType>
                    <xs:restriction base="xs:string">
                      <xs:maxLength value="255" />
                    </xs:restriction>
                  </xs:simpleType>
                </xs:element>
                <xs:element name="CustomerName" type="xs:string" minOccurs="0" />
                <xs:element name="ProjectDescription" type="xs:string" minOccurs="0" />
                <xs:element name="ServiceDescription" type="xs:string" minOccurs="0" />
              </xs:sequence>
            </xs:complexType>
          </xs:element>
          <xs:element name="Company">
            <xs:complexType>
              <xs:sequence>
                <xs:element name="ID" type="xs:string" />
                <xs:element name="Name" 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:Company" />
        <xs:field xpath="mstns:ID" />
      </xs:unique>
    </xs:element>
    <xs:annotation>
      <xs:appinfo>
        <msdata:Relationship name="Employee_EmployeeTime" msdata:parent="Employee" msdata:child="EmployeeTime" msdata:parentkey="ID" msdata:childkey="EmployeeID" />
        <msdata:Relationship name="Activities_EmployeeTime" msdata:parent="Activities" msdata:child="EmployeeTime" msdata:parentkey="ID" msdata:childkey="ActivityID" />
        <msdata:Relationship name="AltPayRates_EmployeeTime" msdata:parent="PayRates" msdata:child="EmployeeTime" msdata:parentkey="ID" msdata:childkey="AltPayRateID" />
        <msdata:Relationship name="AltChargeOutRates_EmployeeTime" msdata:parent="ChargeOutRates" msdata:child="EmployeeTime" msdata:parentkey="ID" msdata:childkey="AltChargeOutRateID" />
        <msdata:Relationship name="ChargeOutRates_EmployeeTime" msdata:parent="ChargeOutRates" msdata:child="EmployeeTime" msdata:parentkey="ID" msdata:childkey="ChargeOutRateID" />
        <msdata:Relationship name="PayRates_EmployeeTime" msdata:parent="PayRates" msdata:child="EmployeeTime" msdata:parentkey="ID" msdata:childkey="PayRateID" />
      </xs:appinfo>
    </xs:annotation>
  </xs:schema>
  <EmployeeTime>
    <ID>0</ID>
    <EmployeeID>Jones, S</EmployeeID>
    <PayRateID>2011010</PayRateID>
    <PayRateDescription>Junior</PayRateDescription>
    <ChargeOutRateID>2011010</ChargeOutRateID>
    <ChargeOutRateDescription>Junior</ChargeOutRateDescription>
    <AltPayRateID>0</AltPayRateID>
    <AltPayRateDescription>Default Alt Pay Rate</AltPayRateDescription>
    <AltChargeOutRateID>0</AltChargeOutRateID>
    <AltChargeOutRateDescription>Default Alt Charge Rate</AltChargeOutRateDescription>
    <ActivityID>105001</ActivityID>
    <ActivityDescription>Bank Reconciliation</ActivityDescription>
    <ActivityCustomerName>ABC Co. Ltd.</ActivityCustomerName>
    <ActivityProjectDescription>Year End 2011</ActivityProjectDescription>
    <ActivityServiceDescription>Financial Statement</ActivityServiceDescription>
    <Date>2011-12-08T17:28:13-05:00</Date>
    <PayrollTime>8</PayrollTime>
    <ChargeableTime>8</ChargeableTime>
    <AllocationCode />
    <Validated>true</Validated>
    <Imported>true</Imported>
    <Status>Validated on Import [12/16/2011 5:30:06 PM] Approved by:[Partner]</Status>
  </EmployeeTime>
  <EmployeeTime>
    <ID>1</ID>
    <EmployeeID>Jones, S</EmployeeID>
    <PayRateID>2011010</PayRateID>
    <PayRateDescription>Junior</PayRateDescription>
    <ChargeOutRateID>2011010</ChargeOutRateID>
    <ChargeOutRateDescription>Junior</ChargeOutRateDescription>
    <AltPayRateID>0</AltPayRateID>
    <AltPayRateDescription>Default Alt Pay Rate</AltPayRateDescription>
    <AltChargeOutRateID>0</AltChargeOutRateID>
    <AltChargeOutRateDescription>Default Alt Charge Rate</AltChargeOutRateDescription>
    <ActivityID>105002</ActivityID>
    <ActivityDescription>Bank Reconciliation</ActivityDescription>
    <ActivityCustomerName>XYZ Co. Ltd.</ActivityCustomerName>
    <ActivityProjectDescription>Year End 2011</ActivityProjectDescription>
    <ActivityServiceDescription>Financial Statement</ActivityServiceDescription>
    <Date>2011-12-09T17:28:36-05:00</Date>
    <PayrollTime>8</PayrollTime>
    <ChargeableTime>4</ChargeableTime>
    <AllocationCode />
    <Validated>true</Validated>
    <Imported>true</Imported>
    <Status>Validated on Import [12/16/2011 5:30:06 PM] Approved by:[Partner]</Status>
  </EmployeeTime>
  <Employee>
    <ID>Jones, S</ID>
    <LastName>Jones</LastName>
    <FirstName>Sue</FirstName>
    <Password />
    <PayRateID>2011010</PayRateID>
    <ChargeOutRateID>2011010</ChargeOutRateID>
  </Employee>
  <ChargeOutRates>
    <ID>0</ID>
    <Description>Default Alt Charge Rate</Description>
  </ChargeOutRates>
  <ChargeOutRates>
    <ID>2011010</ID>
    <Description>Junior</Description>
  </ChargeOutRates>
  <ChargeOutRates>
    <ID>2011030</ID>
    <Description>Intermediate</Description>
  </ChargeOutRates>
  <ChargeOutRates>
    <ID>2011090</ID>
    <Description>Partner One</Description>
  </ChargeOutRates>
  <PayRates>
    <ID>0</ID>
    <Description>Default Alt Pay Rate</Description>
  </PayRates>
  <PayRates>
    <ID>2011010</ID>
    <Description>Junior</Description>
  </PayRates>
  <PayRates>
    <ID>2011030</ID>
    <Description>Intermediate </Description>
  </PayRates>
  <PayRates>
    <ID>2011090</ID>
    <Description>Partner One</Description>
  </PayRates>
  <PayRates>
    <ID>2011011</ID>
    <Description>Junior Overtime</Description>
  </PayRates>
  <Activities>
    <ID>105</ID>
    <Description>Bank Reconciliation</Description>
    <CustomerName>Internal</CustomerName>
    <ProjectDescription>Year End Internal</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>110</ID>
    <Description>Inventory Count</Description>
    <CustomerName>Internal</CustomerName>
    <ProjectDescription>Year End Internal</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>120</ID>
    <Description>Prepare Financial Statement</Description>
    <CustomerName>Internal</CustomerName>
    <ProjectDescription>Year End Internal</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>140</ID>
    <Description>Prepare Corporate Tax Return</Description>
    <CustomerName>Internal</CustomerName>
    <ProjectDescription>Year End Internal</ProjectDescription>
    <ServiceDescription>Corporate Income Tax</ServiceDescription>
  </Activities>
  <Activities>
    <ID>190</ID>
    <Description>Year End Review</Description>
    <CustomerName>Internal</CustomerName>
    <ProjectDescription>Year End Internal</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>195</ID>
    <Description>Year End Review</Description>
    <CustomerName>Internal</CustomerName>
    <ProjectDescription>Year End Internal</ProjectDescription>
    <ServiceDescription>Corporate Income Tax</ServiceDescription>
  </Activities>
  <Activities>
    <ID>105001</ID>
    <Description>Bank Reconciliation</Description>
    <CustomerName>ABC Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>110001</ID>
    <Description>Inventory Count</Description>
    <CustomerName>ABC Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>120001</ID>
    <Description>Prepare Financial Statement</Description>
    <CustomerName>ABC Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>140001</ID>
    <Description>Prepare Corporate Tax Return</Description>
    <CustomerName>ABC Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Corporate Income Tax</ServiceDescription>
  </Activities>
  <Activities>
    <ID>190001</ID>
    <Description>Year End Review</Description>
    <CustomerName>ABC Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>195001</ID>
    <Description>Year End Review</Description>
    <CustomerName>ABC Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Corporate Income Tax</ServiceDescription>
  </Activities>
  <Activities>
    <ID>105002</ID>
    <Description>Bank Reconciliation</Description>
    <CustomerName>XYZ Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>110002</ID>
    <Description>Inventory Count</Description>
    <CustomerName>XYZ Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>120002</ID>
    <Description>Prepare Financial Statement</Description>
    <CustomerName>XYZ Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>140002</ID>
    <Description>Prepare Corporate Tax Return</Description>
    <CustomerName>XYZ Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Corporate Income Tax</ServiceDescription>
  </Activities>
  <Activities>
    <ID>190002</ID>
    <Description>Year End Review</Description>
    <CustomerName>XYZ Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Financial Statement</ServiceDescription>
  </Activities>
  <Activities>
    <ID>195002</ID>
    <Description>Year End Review</Description>
    <CustomerName>XYZ Co. Ltd.</CustomerName>
    <ProjectDescription>Year End 2011</ProjectDescription>
    <ServiceDescription>Corporate Income Tax</ServiceDescription>
  </Activities>
  <Company>
    <ID>1</ID>
    <Name>Breeze Time Management - Trial Edition (Company Name appears when registered)</Name>
  </Company>
</BrzTimShDataSet>
