diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-07-20 11:53:46 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-07-23 12:39:51 +0200 |
| commit | a56bacfa9dbf4195dc1a5fc213af2c1f892212b5 (patch) | |
| tree | fb447a7246299aaf68dfa7a7b4eff90e28484db3 /src/main/resources/mapFiles/HistoryMap.xml | |
| parent | 302ce8e1784f142e17218aade54d231ad8e9d11c (diff) | |
Add schema details to event
Diffstat (limited to 'src/main/resources/mapFiles/HistoryMap.xml')
| -rw-r--r-- | src/main/resources/mapFiles/HistoryMap.xml | 8 |
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>
|
