summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/HistoryMap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/mapFiles/HistoryMap.xml')
-rw-r--r--src/main/resources/mapFiles/HistoryMap.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/main/resources/mapFiles/HistoryMap.xml b/src/main/resources/mapFiles/HistoryMap.xml
index 7bae1e6..cb08da9 100644
--- a/src/main/resources/mapFiles/HistoryMap.xml
+++ b/src/main/resources/mapFiles/HistoryMap.xml
@@ -17,7 +17,13 @@
</field>
<field name="mStepType" type="string" direct="false" get-method="getStepType" set-method="setStepType">
<bind-xml name="StepType" node="attribute"/>
- </field>
+ </field>
+ <field name="mSchemaName" type="string" direct="false" get-method="getSchemaName" set-method="setSchemaName">
+ <bind-xml name="SchemaName" node="attribute"/>
+ </field>
+ <field name="mSchemaVersion" type="integer" direct="false" get-method="getSchemaVersion" set-method="setSchemaVersion">
+ <bind-xml name="SchemaName" node="attribute"/>
+ </field>
<field name="mViewName" type="string" direct="false" get-method="getViewName" set-method="setViewName">
<bind-xml name="ViewName" node="attribute"/>
</field>