<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<database name="wf_persistence" schema="dbo" type="Microsoft SQL Server - 8.0.760">
   <tables>
      <table name="CompletedScope" numRows="0" remarks="" schema="dbo" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="uidInstanceID" nullable="false" remarks="" size="36" type="uniqueidentifier"/>
         <column autoUpdated="false" digits="0" id="1" name="completedScopeID" nullable="false" remarks="" size="36" type="uniqueidentifier"/>
         <column autoUpdated="false" digits="0" id="2" name="state" nullable="false" remarks="" size="2147483647" type="image"/>
         <column autoUpdated="false" digits="3" id="3" name="modified" nullable="false" remarks="" size="23" type="datetime"/>
         <index name="IX_CompletedScope" unique="false">
            <column ascending="true" name="completedScopeID"/>
         </index>
         <index name="IX_CompletedScope_InstanceID" unique="false">
            <column ascending="true" name="uidInstanceID"/>
         </index>
      </table>
      <table name="InstanceState" numRows="0" remarks="" schema="dbo" type="TABLE">
         <column autoUpdated="false" digits="0" id="0" name="uidInstanceID" nullable="false" remarks="" size="36" type="uniqueidentifier"/>
         <column autoUpdated="false" digits="0" id="1" name="state" nullable="true" remarks="" size="2147483647" type="image"/>
         <column autoUpdated="false" digits="0" id="2" name="status" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="3" name="unlocked" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="4" name="blocked" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="5" name="info" nullable="true" remarks="" size="1073741823" type="ntext"/>
         <column autoUpdated="false" digits="3" id="6" name="modified" nullable="false" remarks="" size="23" type="datetime"/>
         <column autoUpdated="false" digits="0" id="7" name="ownerID" nullable="true" remarks="" size="36" type="uniqueidentifier"/>
         <column autoUpdated="false" digits="3" id="8" name="ownedUntil" nullable="true" remarks="" size="23" type="datetime"/>
         <column autoUpdated="false" digits="3" id="9" name="nextTimer" nullable="true" remarks="" size="23" type="datetime"/>
         <index name="IX_InstanceState" unique="true">
            <column ascending="true" name="uidInstanceID"/>
         </index>
      </table>
      <table name="sysconstraints" numRows="0" remarks="" schema="dbo" type="VIEW" viewSql="CREATE VIEW sysconstraints AS SELECT&#13;&#10;&#9;constid = convert(int, id),&#13;&#10;&#9;id = convert(int, parent_obj),&#13;&#10;&#9;colid = convert(smallint, info),&#13;&#10;&#9;spare1 = convert(tinyint, 0),&#13;&#10;&#9;status = convert(int,&#13;&#10;&#9;&#9;&#9;CASE xtype&#13;&#10;&#9;&#9;&#9;&#9;WHEN 'PK' THEN 1 WHEN 'UQ' THEN 2 WHEN 'F' THEN 3&#13;&#10;&#9;&#9;&#9;&#9;WHEN 'C' THEN 4 WHEN 'D' THEN 5 ELSE 0 END&#13;&#10;&#9;&#9;&#9;+ CASE WHEN info != 0&#9;&#9;&#9;-- CNST_COLUMN / CNST_TABLE&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (16) ELSE (32) END&#13;&#10;&#9;&#9;&#9;+ CASE WHEN (status &amp; 16)!=0&#9;-- CNST_CLINDEX&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (512) ELSE 0 END&#13;&#10;&#9;&#9;&#9;+ CASE WHEN (status &amp; 32)!=0&#9;-- CNST_NCLINDEX&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (1024) ELSE 0 END&#13;&#10;&#9;&#9;&#9;+ (2048)&#9;&#9;&#9;&#9;&#9;&#9;-- CNST_NOTDEFERRABLE&#13;&#10;&#9;&#9;&#9;+ CASE WHEN (status &amp; 256)!=0&#9;-- CNST_DISABLE&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (16384) ELSE 0 END&#13;&#10;&#9;&#9;&#9;+ CASE WHEN (status &amp; 512)!=0&#9;-- CNST_ENABLE&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (32767) ELSE 0 END&#13;&#10;&#9;&#9;&#9;+ CASE WHEN (status &amp; 4)!=0&#9;&#9;-- CNST_NONAME&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (131072) ELSE 0 END&#13;&#10;&#9;&#9;&#9;+ CASE WHEN (status &amp; 1)!=0&#9;&#9;-- CNST_NEW&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (1048576) ELSE 0 END&#13;&#10;&#9;&#9;&#9;+ CASE WHEN (status &amp; 1024)!=0&#9;-- CNST_REPL&#13;&#10;&#9;&#9;&#9;&#9;&#9;THEN (2097152) ELSE 0 END),&#13;&#10;&#9;actions = convert(int,  4096),&#13;&#10;&#9;error = convert(int, 0)&#13;&#10;FROM sysobjects WHERE xtype in ('C', 'F', 'PK', 'UQ', 'D')&#13;&#10;&#9;&#9;&#9;&#9;&#9;AND (status &amp; 64) = 0&#13;&#10;">
         <column autoUpdated="false" digits="0" id="0" name="constid" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="1" name="id" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="2" name="colid" nullable="true" remarks="" size="5" type="smallint"/>
         <column autoUpdated="false" digits="0" id="3" name="spare1" nullable="true" remarks="" size="3" type="tinyint"/>
         <column autoUpdated="false" digits="0" id="4" name="status" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="5" name="actions" nullable="true" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="6" name="error" nullable="true" remarks="" size="10" type="int"/>
      </table>
      <table name="syssegments" numRows="0" remarks="" schema="dbo" type="VIEW" viewSql="CREATE VIEW syssegments (segment, name, status) AS&#13;&#10;&#9;SELECT  0, 'system'     , 0  UNION&#13;&#10;&#9;SELECT&#9;1, 'default'    , 1  UNION&#13;&#10;&#9;SELECT&#9;2, 'logsegment' , 0&#13;&#10;">
         <column autoUpdated="false" digits="0" id="0" name="segment" nullable="false" remarks="" size="10" type="int"/>
         <column autoUpdated="false" digits="0" id="1" name="name" nullable="false" remarks="" size="10" type="varchar"/>
         <column autoUpdated="false" digits="0" id="2" name="status" nullable="false" remarks="" size="10" type="int"/>
      </table>
   </tables>
</database>
