<?xml version="1.0" encoding="UTF-8" ?>
<schemas xmlns:xsi="http://www.w3.org/2001/XMLSchema" xmlns="http:/www.autodesk.com/isd/fdo/GenericLogicalPhysical">
<schema name="F_MetaClass" description="Special classes for FDO Feature metaclasses">
<class xsi:type="Class" name="Class" description="Non-feature metaclass" baseClass="ClassDefinition" abstract="False" tableName=" " tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="ClassDefinition" description="Base for all metaclasses" baseClass="" abstract="True" tableName="F_CLASSDEFINITION" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<property xsi:type="Data" name="ClassName"/>
<property xsi:type="Data" name="SchemaName"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
<column name="CLASSTYPE" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="DESCRIPTION" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
<column name="GEOMETRYPROPERTY" description="" dataType="NVARCHAR2" length="2000" scale="0" nullable="True">
</column>
<column name="HASLOCK" description="" dataType="NUMBER" length="1" scale="0" nullable="True">
</column>
<column name="HASVERSION" description="" dataType="NUMBER" length="1" scale="0" nullable="True">
</column>
<column name="ISABSTRACT" description="" dataType="NUMBER" length="1" scale="0" nullable="False">
</column>
<column name="ISFIXEDTABLE" description="" dataType="NUMBER" length="1" scale="0" nullable="True">
</column>
<column name="ISTABLECREATOR" description="" dataType="NUMBER" length="1" scale="0" nullable="True">
</column>
<column name="PARENTCLASSNAME" description="" dataType="NVARCHAR2" length="512" scale="0" nullable="True">
</column>
<column name="ROOTTABLENAME" description="" dataType="NVARCHAR2" length="30" scale="0" nullable="True">
</column>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
<column name="TABLELINKNAME" description="" dataType="NVARCHAR2" length="128" scale="0" nullable="True">
</column>
<column name="TABLEMAPPING" description="" dataType="NVARCHAR2" length="30" scale="0" nullable="True">
</column>
<column name="TABLENAME" description="" dataType="NVARCHAR2" length="30" scale="0" nullable="False">
</column>
<column name="TABLEOWNER" description="" dataType="NVARCHAR2" length="30" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Class" name="Feature" description="Feature metaclass" baseClass="ClassDefinition" abstract="False" tableName="F_FEATURE" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="ClassId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="" columnName="n/a" colCreator="False" fixedCol="False">
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="F_FEATURE" columnName="CLASSID" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="F_FEATURE" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
</schema>
<schema name="ForeignBased" description="Non-Foreign schema based on Foreign Schema">
<class xsi:type="Feature" name="OneForeign" description="" baseClass="" abstract="False" tableName="ONEFOREIGN" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="ID"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="ONEFOREIGN" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="ONEFOREIGN" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OneForeign" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="Data" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="ONEFOREIGN" columnName="DATA" colCreator="True" fixedCol="False">
<column name="DATA" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="ONEFOREIGN" columnName="ID" colCreator="True" fixedCol="False">
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="ONEFOREIGN" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="ONEFOREIGN" description="" pkeyName="">
<property xsi:type="Data" name="Data"/>
<property xsi:type="Data" name="ID"/>
<column name="DATA" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="ONEFOREIGN" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassC111" description="" baseClass="OvClassC11" abstract="False" tableName="OVCLASSC111" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSC111" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSC111" columnName="CLASSID" colCreator="True" fixedCol="True">
<Inherited baseClass="Feature"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="DATAC" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataC1" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="DATAC1" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC1"/>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataC11" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="DATAC11" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC11"/>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSC111" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSC111" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Object" name="Object B" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassC111.Object B" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111_OPS_TABLE1" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC111.Object B" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassC111.Object B.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111_OPS_TABLE1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC111.Object B.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA">
<class xsi:type="Class" name="OvClassC111.Object B.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111_OPS_TABLE1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC111.Object B.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPS_TABLE1" columnName="PREFIXA_PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPS_TABLE1" columnName="PREFIXA_PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111_OPS_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPS_TA1">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OVCLASSC111_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111_OPS_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPS_TA1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPS_TABLE1" columnName="PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPS_TABLE1" columnName="PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111_OPS_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPS_TA1">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OVCLASSC111_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111_OPS_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPS_TA1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPS_TABLE1" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPS_TABLE1" columnName="OPB" colCreator="True" fixedCol="True">
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OvClassC111_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPS_TABLE1" columnName="OVCLASSC111_FEATID" colCreator="True" fixedCol="True">
<column name="OVCLASSC111_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111_OPS_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPS_TA1">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="OVCLASSC111_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OVCLASSC111_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111_OPS_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPS_TA1">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="OVCLASSC111_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="Object D" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="False">
<idProperty>
<property xsi:type="Data" name="OpId1"/>
</idProperty>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassC111.Object D" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111_OPC_TABLE1" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC111.Object D" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
</targetProperties>
<class xsi:type="Class" name="OvClassC111.Object D.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111_OPC_TABLE2" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC111.Object D.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassC111.Object D.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111_OPC_TABLE2" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC111.Object D.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE2" columnName="PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE2" columnName="PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111_OPC_TABLE2" description="" pkeyName="PK_OVCLASSC111_OPC_TA1">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSC111_OPC_TABLE1_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSC111_OPC_TABLE1_OVCL1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111_OPC_TABLE2" description="" pkeyName="PK_OVCLASSC111_OPC_TA1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE2" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE2" columnName="OP_COL_B" colCreator="True" fixedCol="True">
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE2" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassC111_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE2" columnName="OVCLASSC111_OPC_TABLE1_OVCL1" colCreator="True" fixedCol="True">
<column name="OVCLASSC111_OPC_TABLE1_OVCL1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvOpClassHD_OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE2" columnName="OVCLASSC111_OPC_TABLE1_OPID1" colCreator="True" fixedCol="True">
<column name="OVCLASSC111_OPC_TABLE1_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111_OPC_TABLE2" description="" pkeyName="PK_OVCLASSC111_OPC_TA1">
<target>
<table name="OVCLASSC111_OPC_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPC_TA2">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="OVCLASSC111_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSC111_OPC_TABLE1_OVCL1"/>
<column name="OVCLASSC111_OPC_TABLE1_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSC111_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSC111_OPC_TABLE1_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSC111_OPC_TABLE1_OVCL1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111_OPC_TABLE2" description="" pkeyName="PK_OVCLASSC111_OPC_TA1">
<target>
<table name="OVCLASSC111_OPC_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPC_TA2">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="OVCLASSC111_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSC111_OPC_TABLE1_OVCL1"/>
<column name="OVCLASSC111_OPC_TABLE1_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSC111_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE1" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE1" columnName="OP_COL_B" colCreator="True" fixedCol="True">
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE1" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassC111_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSC111_OPC_TABLE1" columnName="OVCLASSC111_FEATID" colCreator="True" fixedCol="True">
<column name="OVCLASSC111_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111_OPC_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPC_TA2">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="OVCLASSC111_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassC111_FeatId"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSC111_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSC111_OPC_TABLE1" description="" pkeyName="PK_OVCLASSC111_OPC_TA2">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="OVCLASSC111_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassC11"/>
<mappingDefinition xsi:type="Single" prefix="TestVeryLongPrefix012345">
<class xsi:type="Class" name="OvClassC111.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassC11.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="TestVeryLongPrefix012345_prefixA">
<class xsi:type="Class" name="OvClassC111.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassC11.ObjectA.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="TestVeryLongPrefix012345_prefixA_prefixA">
<class xsi:type="Class" name="OvClassC111.ObjectA.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSC111" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11.ObjectA.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="A012345_PREFIXA_PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC11.ObjectA.ObjectA.ObjectA"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="A012345_PREFIXA_PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC11.ObjectA.ObjectA.ObjectA"/>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="NGPREFIX012345_PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC11.ObjectA.ObjectA"/>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="NGPREFIX012345_PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC11.ObjectA.ObjectA"/>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="STVERYLONGPREFIX012345_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC11.ObjectA"/>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSC111" columnName="STVERYLONGPREFIX012345_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC11.ObjectA"/>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSC111" columnName="REVISIONNUMBER" colCreator="True" fixedCol="True">
<Inherited baseClass="Feature"/>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111">
<property xsi:type="Data" name="ClassId"/>
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataC1"/>
<property xsi:type="Data" name="DataC11"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<property xsi:type="Object" name="Object B" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="Object D" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="RevisionNumber"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSC111" description="" pkeyName="PK_OVCLASSC111"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Feature" name="OvClassH1" description="" baseClass="OvClassH" abstract="False" tableName="OVCLASSH1" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSH1" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSH1" columnName="CLASSID" colCreator="True" fixedCol="True">
<Inherited baseClass="Feature"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="DATAC" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="OV_COL_D" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="DATAE" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassE"/>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataF" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="OV_COL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataG" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="DATAG" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassG"/>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataH" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="OV_COL_H" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassH"/>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_2">
<sequence name="OV_SEQ_2"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataNew" description="a data property" dataType="double" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="OV_DATA_NEW" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassH"/>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSH1" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSH1" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Geometric" name="GeomF" description="a secondary geometric property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSH1" columnName="OV_GEOMCOL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH"/>
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassH1.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA">
<class xsi:type="Class" name="OvClassH1.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH.ObjectA.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA_prefixA">
<class xsi:type="Class" name="OvClassH1.ObjectA.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectA.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="REFIXA_PREFIXA_PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA.ObjectA"/>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="REFIXA_PREFIXA_PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA.ObjectA"/>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="PREFIXA_PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA"/>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="PREFIXA_PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA"/>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA"/>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA"/>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="ObjectB" description="" objectType="Value" className="OverridesA:OvOpClassHB" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH"/>
<mappingDefinition xsi:type="Single" prefix="prefixB">
<class xsi:type="Class" name="OvClassH1.ObjectB" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectB" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHBA" idColumn="" order="ascending" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB"/>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassH1.ObjectB.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH_OPC_TABLE_HBA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH1.ObjectB.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OVCLASSH_FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH_OPC_TABLE_HBA" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH_OPC_TABLE_HBA" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="PREFIXB_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB"/>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH1" columnName="PREFIXB_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB"/>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1">
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHBA" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="ObjectD" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="True">
<Inherited baseClass="OvClassH"/>
<idProperty>
<property xsi:type="Data" name="OpId1"/>
</idProperty>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassH1.ObjectD" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH_FTABLED" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH1.ObjectD" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
</targetProperties>
<class xsi:type="Class" name="OvClassH1.ObjectD.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="FNESTED_DA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH1.ObjectD.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassH1.ObjectD.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="FNESTED_DA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH1.ObjectD.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA.ObjectA"/>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA.ObjectA"/>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="FNESTED_DA" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="FNESTED_DA" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="NESTED_COL_A" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OP_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OVCLASSH_FTABLED_OVCLASSH_F1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvOpClassHD_OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OVCLASSH_FTABLED_OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="FNESTED_DA" description="" pkeyName="">
<target>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1"/>
<column name="OVCLASSH_FTABLED_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSH_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="FNESTED_DA" description="" pkeyName="">
<target>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1"/>
<column name="OVCLASSH_FTABLED_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSH_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OP_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OVCLASSH_FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSH1" columnName="REVISIONNUMBER" colCreator="True" fixedCol="True">
<Inherited baseClass="Feature"/>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1">
<property xsi:type="Data" name="ClassId"/>
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="DataF"/>
<property xsi:type="Data" name="DataG"/>
<property xsi:type="Data" name="DataH"/>
<property xsi:type="Data" name="DataNew"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<property xsi:type="Geometric" name="GeomF"/>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="ObjectB" description="" objectType="Value" className="OverridesA:OvOpClassHB" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="ObjectD" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="RevisionNumber"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="OVCLASSH1" description="" pkeyName="PK_OVCLASSH1"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Feature" name="StorageB" description="" baseClass="Storage" abstract="False" tableName="STORAGEB" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="ID"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="STORAGEB" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGEB" columnName="CLASSID" colCreator="True" fixedCol="True">
<Inherited baseClass="Feature"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="Storage" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="Extra" description="a new data property" dataType="int16" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="STORAGEB" columnName="EXTRA" colCreator="True" fixedCol="False">
<Inherited baseClass="Storage"/>
<column name="EXTRA" description="" dataType="NUMBER" length="5" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="Floor" description="location and shape" geometricTypes="3" geometryTypes="42688" hasElevation="True" hasMeasure="False" tableName="STORAGEB" columnName="FLOOR" colCreator="True" fixedCol="False">
<Inherited baseClass="Storage"/>
<column name="FLOOR" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Object" name="FloorA" description="location and shape" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="True">
<Inherited baseClass="Storage"/>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="ID"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Storage_ID"/>
</targetProperties>
<class xsi:type="Class" name="StorageB.FloorA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="STORAGE_FLOOR" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Storage_ID"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="StorageB.FloorA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGE_FLOOR" columnName="ID" colCreator="False" fixedCol="False">
<Inherited baseClass="Storage.FloorA"/>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Storage" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="STORAGE_FLOOR" columnName="STORAGE" colCreator="False" fixedCol="False">
<Inherited baseClass="Storage.FloorA"/>
<column name="STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Storage_ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="STORAGE_FLOOR" columnName="STORAGE_ID" colCreator="False" fixedCol="False">
<Inherited baseClass="Storage.FloorA"/>
<column name="STORAGE_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
</properties>
<table name="STORAGE_FLOOR" description="" pkeyName="">
<target>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<sourceColumns>
<column name="STORAGE_ID"/>
</sourceColumns>
<targetColumns>
<column name="ID"/>
</targetColumns>
</target>
<property xsi:type="Data" name="ID"/>
<property xsi:type="Data" name="Storage"/>
<property xsi:type="Data" name="Storage_ID"/>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="STORAGE_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="STORAGE_FLOOR" description="" pkeyName="">
<target>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<sourceColumns>
<column name="STORAGE_ID"/>
</sourceColumns>
<targetColumns>
<column name="ID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="FloorB" description="" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="ID"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="StorageB_ID"/>
</targetProperties>
<class xsi:type="Class" name="StorageB.FloorB" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="STORAGEB_FLOOR" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="StorageB_ID"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="StorageB.FloorB" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGEB_FLOOR" columnName="ID" colCreator="True" fixedCol="False">
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="ForeignBased" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Storage" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="STORAGEB_FLOOR" columnName="STORAGE" colCreator="True" fixedCol="False">
<column name="STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="StorageB_ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="STORAGEB_FLOOR" columnName="STORAGEB_ID" colCreator="True" fixedCol="False">
<column name="STORAGEB_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
</properties>
<table name="STORAGEB_FLOOR" description="" pkeyName="PK_STORAGEB_FLOOR">
<target>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<sourceColumns>
<column name="STORAGEB_ID"/>
</sourceColumns>
<targetColumns>
<column name="ID"/>
</targetColumns>
</target>
<property xsi:type="Data" name="ID"/>
<property xsi:type="Data" name="Storage"/>
<property xsi:type="Data" name="StorageB_ID"/>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="STORAGEB_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="STORAGEB_FLOOR" description="" pkeyName="PK_STORAGEB_FLOOR">
<target>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<sourceColumns>
<column name="STORAGEB_ID"/>
</sourceColumns>
<targetColumns>
<column name="ID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="FloorC" description="" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="FLRC">
<class xsi:type="Class" name="StorageB.FloorC" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="STORAGEB" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGEB" columnName="FLRC_ID" colCreator="True" fixedCol="False">
<column name="FLRC_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Storage" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="STORAGEB" columnName="FLRC_STORAGE" colCreator="True" fixedCol="False">
<column name="FLRC_STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB">
<property xsi:type="Data" name="ID"/>
<property xsi:type="Data" name="Storage"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="EXTRA" description="" dataType="NUMBER" length="5" scale="0" nullable="False">
</column>
<column name="FLOOR" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="FLRC_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="FLRC_STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGEB" columnName="ID" colCreator="True" fixedCol="False">
<Inherited baseClass="Storage"/>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGEB" columnName="REVISIONNUMBER" colCreator="True" fixedCol="True">
<Inherited baseClass="Feature"/>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB">
<property xsi:type="Data" name="ClassId"/>
<property xsi:type="Data" name="Extra"/>
<property xsi:type="Geometric" name="Floor"/>
<property xsi:type="Object" name="FloorA" description="location and shape" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Object" name="FloorB" description="" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="FloorC" description="" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="ID"/>
<property xsi:type="Data" name="RevisionNumber"/>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="EXTRA" description="" dataType="NUMBER" length="5" scale="0" nullable="False">
</column>
<column name="FLOOR" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="FLRC_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="FLRC_STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<table name="F_CLASSDEFINITION" description="" pkeyName="">
<target>
<table name="STORAGEB" description="" pkeyName="PK_STORAGEB"/>
<sourceColumns>
<column name="CLASSID"/>
</sourceColumns>
<targetColumns>
<column name="CLASSID"/>
</targetColumns>
</target>
</table>
</tables>
</class>
</schema>
<schema name="OverridesA" description="AutoCAD schema">
<class xsi:type="Class" name="Floor" description="" baseClass="" abstract="False" tableName="FLOOR" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="FLOOR" columnName="ID" colCreator="False" fixedCol="False">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Storage" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FLOOR" columnName="STORAGE" colCreator="False" fixedCol="False">
</property>
</properties>
</class>
<class xsi:type="Feature" name="NOFEATID" description="" baseClass="" abstract="False" tableName="NOFEATID" tblCreator="True" fixedTbl="False">
<geometryProperty>
GEOMETRY</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="ID"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="NOFEATID" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="NOFEATID" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="NOFEATID" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DATA" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="NOFEATID" columnName="DATA" colCreator="True" fixedCol="False">
<column name="DATA" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Geometric" name="GEOMETRY" description="location and shape" geometricTypes="3" geometryTypes="42688" hasElevation="True" hasMeasure="False" tableName="NOFEATID" columnName="GEOMETRY" colCreator="True" fixedCol="False">
<column name="GEOMETRY" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="string" length="20" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="NOFEATID" columnName="ID" colCreator="True" fixedCol="False">
<column name="ID" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="NOFEATID" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="NOFEATID" description="" pkeyName="">
<property xsi:type="Data" name="DATA"/>
<property xsi:type="Geometric" name="GEOMETRY"/>
<property xsi:type="Data" name="ID"/>
<column name="DATA" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="GEOMETRY" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="ID" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="NOFEATID" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassA" description="a class" baseClass="" abstract="False" tableName="OVCLASSA" tblCreator="True" fixedTbl="True">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSA" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSA" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSA" columnName="DATAA" colCreator="True" fixedCol="True">
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSA" columnName="FEATID" colCreator="True" fixedCol="True">
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSA" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSA" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSA" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSA" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassB" description="a class" baseClass="OvClassA" abstract="False" tableName="OVCLASSB" tblCreator="True" fixedTbl="True">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSB" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSB" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassB" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSB" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSB" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSB" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSB" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSB" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSB" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSB" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassC" description="a class" baseClass="OvClassB" abstract="False" tableName="OV_TABLE_C" tblCreator="True" fixedTbl="True">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAC" colCreator="True" fixedCol="True">
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassC1" description="a class" baseClass="OvClassC" abstract="False" tableName="OV_TABLE_C1" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C1" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C1" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC1" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="DATAC" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataC1" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="DATAC1" colCreator="True" fixedCol="True">
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C1" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C1" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C1" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C1" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataC1"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C1" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassC11" description="a class" baseClass="OvClassC1" abstract="False" tableName="OV_TABLE_C1" tblCreator="False" fixedTbl="False">
<tableMapping>
Base</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C1" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C1" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="DATAA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="OV_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="DATAC" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataC1" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="DATAC1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC1"/>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataC11" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="DATAC11" colCreator="True" fixedCol="True">
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C1" columnName="FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C1" columnName="OV_GEOMCOL_A" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="TestVeryLongPrefix012345">
<class xsi:type="Class" name="OvClassC11.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OV_TABLE_C1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="TestVeryLongPrefix012345_prefixA">
<class xsi:type="Class" name="OvClassC11.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OV_TABLE_C1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="TestVeryLongPrefix012345_prefixA_prefixA">
<class xsi:type="Class" name="OvClassC11.ObjectA.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OV_TABLE_C1" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassC11.ObjectA.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="A012345_PREFIXA_PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="A012345_PREFIXA_PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C1" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C1" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="NGPREFIX012345_PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="NGPREFIX012345_PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C1" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C1" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="STVERYLONGPREFIX012345_OPA" colCreator="True" fixedCol="True">
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C1" columnName="STVERYLONGPREFIX012345_OPB" colCreator="True" fixedCol="True">
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C1" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C1" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C1" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C1" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataC1"/>
<property xsi:type="Data" name="DataC11"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
</property>
<column name="A012345_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="A012345_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="NGPREFIX012345_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="NGPREFIX012345_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="STVERYLONGPREFIX012345_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C1" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassD" description="a class" baseClass="OvClassC" abstract="False" tableName="OV_TABLE_C" tblCreator="False" fixedTbl="False">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Base</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassD" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAC" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_D" colCreator="True" fixedCol="True">
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="OV_GEOMCOL_A" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassE" description="a class" baseClass="OvClassD" abstract="False" tableName="OV_TABLE_C" tblCreator="False" fixedTbl="False">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Base</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassE" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAC" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_D" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAE" colCreator="True" fixedCol="True">
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="OV_GEOMCOL_A" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassE1" description="a class" baseClass="OvClassE" abstract="False" tableName="OV_TABLE_C" tblCreator="False" fixedTbl="False">
<tableMapping>
Base</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassE1" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAC" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_D" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAE" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassE"/>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataE1" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_E1" colCreator="True" fixedCol="True">
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="OV_GEOMCOL_A" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="DataE1"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassE11" description="a class" baseClass="OvClassE1" abstract="False" tableName="OVCLASSE11" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSE11" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSE11" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassE11" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSE11" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSE11" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSE11" columnName="DATAC" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSE11" columnName="OV_COL_D" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSE11" columnName="DATAE" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassE"/>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataE1" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSE11" columnName="OV_COL_E1" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassE1"/>
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataE11" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSE11" columnName="OV_COL_E11" colCreator="True" fixedCol="True">
<column name="OV_COL_E11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSE11" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSE11" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSE11" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSE11" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="DataE1"/>
<property xsi:type="Data" name="DataE11"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_E11" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSE11" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassF" description="a class" baseClass="OvClassE" abstract="False" tableName="OV_TABLE_C" tblCreator="False" fixedTbl="False">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Base</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassF" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAC" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_D" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="DATAE" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassE"/>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataF" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_C" columnName="OV_COL_F" colCreator="True" fixedCol="True">
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="OV_GEOMCOL_A" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Geometric" name="GeomF" description="a secondary geometric property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_C" columnName="OV_GEOMCOL_F" colCreator="True" fixedCol="True">
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_C" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_C" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="DataF"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<property xsi:type="Geometric" name="GeomF"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_E1" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_C" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassG" description="a class" baseClass="OvClassF" abstract="False" tableName="OVCLASSG" tblCreator="True" fixedTbl="True">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSG" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSG" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassG" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSG" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSG" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSG" columnName="DATAC" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSG" columnName="OV_COL_D" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSG" columnName="DATAE" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassE"/>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataF" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSG" columnName="OV_COL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataG" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSG" columnName="DATAG" colCreator="True" fixedCol="True">
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSG" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSG" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Geometric" name="GeomF" description="a secondary geometric property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSG" columnName="OV_GEOMCOL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSG" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSG" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="DataF"/>
<property xsi:type="Data" name="DataG"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<property xsi:type="Geometric" name="GeomF"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSG" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassH" description="a class" baseClass="OvClassG" abstract="False" tableName="OVCLASSH" tblCreator="True" fixedTbl="True">
<geometryProperty>
GeomA</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSH" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSH" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="DATAC" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="OV_COL_D" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="DATAE" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassE"/>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataF" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="OV_COL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataG" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="DATAG" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassG"/>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataH" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="OV_COL_H" colCreator="True" fixedCol="True">
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_2">
<sequence name="OV_SEQ_2"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataNew" description="a data property" dataType="double" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="OV_DATA_NEW" colCreator="True" fixedCol="True">
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSH" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSH" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Geometric" name="GeomF" description="a secondary geometric property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSH" columnName="OV_GEOMCOL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassH.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA">
<class xsi:type="Class" name="OvClassH.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA_prefixA">
<class xsi:type="Class" name="OvClassH.ObjectA.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectA.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="REFIXA_PREFIXA_PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="REFIXA_PREFIXA_PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSH" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="PREFIXA_PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="PREFIXA_PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSH" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSH" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="ObjectB" description="" objectType="Value" className="OverridesA:OvOpClassHB" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixB">
<class xsi:type="Class" name="OvClassH.ObjectB" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectB" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHBA" idColumn="" order="ascending" fixedCol="True">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassH.ObjectB.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH_OPC_TABLE_HBA" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectB.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPB" colCreator="True" fixedCol="True">
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OVCLASSH_FEATID" colCreator="True" fixedCol="True">
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH_OPC_TABLE_HBA" description="" pkeyName="">
<target>
<table name="OVCLASSH" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH_OPC_TABLE_HBA" description="" pkeyName="">
<target>
<table name="OVCLASSH" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="PREFIXB_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH" columnName="PREFIXB_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHBA" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSH" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="ObjectD" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="True">
<idProperty>
<property xsi:type="Data" name="OpId1"/>
</idProperty>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassH.ObjectD" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH_FTABLED" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectD" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="True">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
</targetProperties>
<class xsi:type="Class" name="OvClassH.ObjectD.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="FNESTED_DA" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectD.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassH.ObjectD.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="FNESTED_DA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassH.ObjectD.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="FNESTED_DA" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="FNESTED_DA" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="NESTED_COL_A" colCreator="True" fixedCol="True">
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OP_COL_B" colCreator="True" fixedCol="True">
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OVCLASSH_FTABLED_OVCLASSH_F1" colCreator="True" fixedCol="True">
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvOpClassHD_OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OVCLASSH_FTABLED_OPID1" colCreator="True" fixedCol="True">
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="FNESTED_DA" description="" pkeyName="">
<target>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1"/>
<column name="OVCLASSH_FTABLED_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSH_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="FNESTED_DA" description="" pkeyName="">
<target>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1"/>
<column name="OVCLASSH_FTABLED_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSH_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OP_COL_B" colCreator="True" fixedCol="True">
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OVCLASSH_FEATID" colCreator="True" fixedCol="True">
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OVCLASSH" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSH" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="DataF"/>
<property xsi:type="Data" name="DataG"/>
<property xsi:type="Data" name="DataH"/>
<property xsi:type="Data" name="DataNew"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<property xsi:type="Geometric" name="GeomF"/>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="ObjectB" description="" objectType="Value" className="OverridesA:OvOpClassHB" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="ObjectD" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="True">
</property>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSH" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassJ" description="a class" baseClass="OvClassH" abstract="False" tableName="OV_TABLE_J" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_J" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_J" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="DataA" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="DATAA" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataB" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="OV_COL_B" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassB"/>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataC" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="DATAC" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassC"/>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataD" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="OV_COL_D" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassD"/>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_1">
<sequence name="OV_SEQ_1"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataE" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="DATAE" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassE"/>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataF" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="OV_COL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataG" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="DATAG" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassG"/>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataH" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="OV_COL_H" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassH"/>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<sequenceSynonym name="OV_SEQ_2">
<sequence name="OV_SEQ_2"/>
</sequenceSynonym>
</property>
<property xsi:type="Data" name="DataJ" description="a data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="OV_COL_J" colCreator="True" fixedCol="True">
<column name="OV_COL_J" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="DataNew" description="a data property" dataType="double" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="OV_DATA_NEW" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassH"/>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_J" columnName="FEATID" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomA" description="a geometry property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_J" columnName="OV_GEOMCOL_A" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassA"/>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Geometric" name="GeomF" description="a secondary geometric property" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OV_TABLE_J" columnName="OV_GEOMCOL_F" colCreator="True" fixedCol="True">
<Inherited baseClass="OvClassF"/>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH"/>
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassJ.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OV_TABLE_J" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA">
<class xsi:type="Class" name="OvClassJ.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OV_TABLE_J" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH.ObjectA.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA_prefixA">
<class xsi:type="Class" name="OvClassJ.ObjectA.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OV_TABLE_J" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectA.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="REFIXA_PREFIXA_PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA.ObjectA"/>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="REFIXA_PREFIXA_PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA.ObjectA"/>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_J" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_J" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="PREFIXA_PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA"/>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="PREFIXA_PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA.ObjectA"/>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_J" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_J" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA"/>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectA"/>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_J" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_J" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="ObjectB" description="" objectType="Value" className="OverridesA:OvOpClassHB" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH"/>
<mappingDefinition xsi:type="Single" prefix="prefixB">
<class xsi:type="Class" name="OvClassJ.ObjectB" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OV_TABLE_J" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectB" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHBA" idColumn="" order="ascending" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB"/>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassJ.ObjectB.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH_OPC_TABLE_HBA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectB.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_OPC_TABLE_HBA" columnName="OVCLASSH_FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB.ObjectA"/>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH_OPC_TABLE_HBA" description="" pkeyName="">
<target>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH_OPC_TABLE_HBA" description="" pkeyName="">
<target>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="PREFIXB_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB"/>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OV_TABLE_J" columnName="PREFIXB_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectB"/>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_J" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHBA" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_J" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="ObjectD" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="True">
<Inherited baseClass="OvClassH"/>
<idProperty>
<property xsi:type="Data" name="OpId1"/>
</idProperty>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="FeatId"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
</targetProperties>
<class xsi:type="Class" name="OvClassJ.ObjectD" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVCLASSH_FTABLED" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectD" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OpId1"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
</targetProperties>
<class xsi:type="Class" name="OvClassJ.ObjectD.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="FNESTED_DA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectD.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvClassJ.ObjectD.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="FNESTED_DA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassJ.ObjectD.ObjectA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="PREFIXA_OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA.ObjectA"/>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="PREFIXA_OPB" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA.ObjectA"/>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="FNESTED_DA" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="FNESTED_DA" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="NESTED_COL_A" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OP_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OVCLASSH_FTABLED_OVCLASSH_F1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvOpClassHD_OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="FNESTED_DA" columnName="OVCLASSH_FTABLED_OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD.ObjectA"/>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="FNESTED_DA" description="" pkeyName="">
<target>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1"/>
<column name="OVCLASSH_FTABLED_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSH_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<property xsi:type="Data" name="OvOpClassHD_OpId1"/>
<column name="NESTED_COL_A" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="FNESTED_DA" description="" pkeyName="">
<target>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="OVCLASSH_FTABLED_OVCLASSH_F1"/>
<column name="OVCLASSH_FTABLED_OPID1"/>
</sourceColumns>
<targetColumns>
<column name="OVCLASSH_FEATID"/>
<column name="OPID1"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OPA" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OP_COL_B" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OPID1" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OvClassH_FeatId" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVCLASSH_FTABLED" columnName="OVCLASSH_FEATID" colCreator="False" fixedCol="True">
<Inherited baseClass="OvClassH.ObjectD"/>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<property xsi:type="Data" name="OvClassH_FeatId"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="OVCLASSH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OVCLASSH_FTABLED" description="" pkeyName="">
<target>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<sourceColumns>
<column name="OVCLASSH_FEATID"/>
</sourceColumns>
<targetColumns>
<column name="FEATID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OV_TABLE_J" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OV_TABLE_J" description="" pkeyName="">
<property xsi:type="Data" name="DataA"/>
<property xsi:type="Data" name="DataB"/>
<property xsi:type="Data" name="DataC"/>
<property xsi:type="Data" name="DataD"/>
<property xsi:type="Data" name="DataE"/>
<property xsi:type="Data" name="DataF"/>
<property xsi:type="Data" name="DataG"/>
<property xsi:type="Data" name="DataH"/>
<property xsi:type="Data" name="DataJ"/>
<property xsi:type="Data" name="DataNew"/>
<property xsi:type="Data" name="FeatId"/>
<property xsi:type="Geometric" name="GeomA"/>
<property xsi:type="Geometric" name="GeomF"/>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="ObjectB" description="" objectType="Value" className="OverridesA:OvOpClassHB" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Object" name="ObjectD" description="" objectType="Collection" className="OverridesA:OvOpClassHD" idColumn="OPID1" order="ascending" fixedCol="True">
</property>
<column name="DATAA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAC" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAE" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="DATAG" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="OV_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_D" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_F" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_H" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_COL_J" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OV_DATA_NEW" description="" dataType="NUMBER" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_A" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="OV_GEOMCOL_F" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXB_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="REFIXA_PREFIXA_PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OV_TABLE_J" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="OvClassK" description="OvClassK description modified" baseClass="" abstract="False" tableName="OVCLASSK" tblCreator="True" fixedTbl="True">
<geometryProperty>
GeomK</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FID"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="OVCLASSK" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSK" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvClassK" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="FID" description="FID description modified" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSK" columnName="FEATID" colCreator="True" fixedCol="True">
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="GeomK" description="geomK description modified" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="OVCLASSK" columnName="GEOMK" colCreator="True" fixedCol="True">
<column name="GEOMK" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="OVCLASSK" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OVCLASSK" description="" pkeyName="">
<property xsi:type="Data" name="FID"/>
<property xsi:type="Geometric" name="GeomK"/>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="GEOMK" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OVCLASSK" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Class" name="OvOpClassHA" description="an object property class" baseClass="" abstract="False" tableName="OPS_TABLE_HA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvOpClassHA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OPS_TABLE_HA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA_prefixA">
<class xsi:type="Class" name="OvOpClassHA.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OPS_TABLE_HA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HA" columnName="PREFIXA_PREFIXA_OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HA" columnName="PREFIXA_PREFIXA_OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HA" columnName="PREFIXA_OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HA" columnName="PREFIXA_OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HA" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HA" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassHAA" description="an object property class" baseClass="" abstract="False" tableName="OPS_TABLE_HAA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHAAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvOpClassHAA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OPS_TABLE_HAA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HAA" columnName="PREFIXA_OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HAA" columnName="PREFIXA_OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HAA" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HAA" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassHAAA" description="an object property class" baseClass="" abstract="False" tableName="OPS_TABLE_HAAA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HAAA" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HAAA" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassHB" description="an object property class" baseClass="" abstract="False" tableName="OPS_TABLE_HB" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHBA" idColumn="" order="ascending" fixedCol="True">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
</sourceProperties>
<targetProperties>
</targetProperties>
<class xsi:type="Class" name="OvOpClassHB.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVOPCLASSHB_FTABLEA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVOPCLASSHB_FTABLEA" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVOPCLASSHB_FTABLEA" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVOPCLASSHB_FTABLEA" columnName="OPID1" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HB" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HB" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassHBA" description="an object property class" baseClass="" abstract="False" tableName="OPC_TABLE_HBA" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvOpClassHBA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HBA" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HBA" columnName="OPB" colCreator="True" fixedCol="True">
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HBA" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OPC_TABLE_HBA" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="OPC_TABLE_HBA" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Class" name="OvOpClassHC" description="an object property class" baseClass="" abstract="False" tableName="OPC_TABLE_HC" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvOpClassHC" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHCA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvOpClassHC.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OPC_TABLE_HC" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvOpClassHC.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HC" columnName="PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HC" columnName="PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OPC_TABLE_HC" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OPC_TABLE_HC" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HC" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HC" columnName="OP_COL_B" colCreator="True" fixedCol="True">
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HC" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OPC_TABLE_HC" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHCA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OPC_TABLE_HC" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Class" name="OvOpClassHCA" description="an object property class" baseClass="" abstract="False" tableName="OPS_TABLE_HCA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HCA" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HCA" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassHD" description="an object property class" baseClass="" abstract="False" tableName="OPC_TABLE_HD" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Collection" className="OverridesA:OvOpClassHDA" idColumn="" order="ascending" fixedCol="True">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
</sourceProperties>
<targetProperties>
</targetProperties>
<class xsi:type="Class" name="OvOpClassHD.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVOPCLASSHD_FTABLEA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvOpClassHD.ObjectA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OVOPCLASSHD_FTABLEA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVOPCLASSHD_FTABLEA" columnName="PREFIXA_OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVOPCLASSHD_FTABLEA" columnName="PREFIXA_OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVOPCLASSHD_FTABLEA" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OVOPCLASSHD_FTABLEA" columnName="OP_COL_B" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OVOPCLASSHD_FTABLEA" columnName="OPID1" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HD" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HD" columnName="OP_COL_B" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HD" columnName="OPID1" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassHDA" description="an object property class" baseClass="" abstract="False" tableName="OPC_TABLE_HDA" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="OpId1"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvOpClassHDA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
<mappingDefinition xsi:type="Single" prefix="prefixA">
<class xsi:type="Class" name="OvOpClassHDA.ObjectA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="OPC_TABLE_HDA" tblCreator="False" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="OvOpClassHDA.ObjectA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HDA" columnName="PREFIXA_OPA" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HDA" columnName="PREFIXA_OPB" colCreator="True" fixedCol="True">
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OPC_TABLE_HDA" description="" pkeyName="">
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OPC_TABLE_HDA" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HDA" columnName="OPA" colCreator="True" fixedCol="True">
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HDA" columnName="OP_COL_B" colCreator="True" fixedCol="True">
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OPC_TABLE_HDA" columnName="OPID1" colCreator="True" fixedCol="True">
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="OPC_TABLE_HDA" description="" pkeyName="">
<property xsi:type="Object" name="ObjectA" description="" objectType="Value" className="OverridesA:OvOpClassHDAA" idColumn="" order="ascending" fixedCol="False">
</property>
<property xsi:type="Data" name="OpA"/>
<property xsi:type="Data" name="OpB"/>
<property xsi:type="Data" name="OpId1"/>
<column name="OP_COL_B" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="OPID1" description="" dataType="NUMBER" length="10" scale="0" nullable="False">
</column>
<column name="PREFIXA_OPA" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
<column name="PREFIXA_OPB" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True">
</column>
</table>
<tables>
<table name="OPC_TABLE_HDA" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Class" name="OvOpClassHDAA" description="an object property class" baseClass="" abstract="False" tableName="OPS_TABLE_HDAA" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HDAA" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_HDAA" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassIE" description="an object property class" baseClass="" abstract="False" tableName="OPS_TABLE_IE" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_IE" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPS_TABLE_IE" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Class" name="OvOpClassIF" description="an object property class" baseClass="" abstract="False" tableName="OPC_TABLE_IF" tblCreator="False" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="OpA" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OPC_TABLE_IF" columnName="OPA" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpB" description="first data property" dataType="string" length="10" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="OPC_TABLE_IF" columnName="OPB" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="OpId1" description="object property id property" dataType="int32" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="OPC_TABLE_IF" columnName="OPID1" colCreator="False" fixedCol="True">
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
</class>
<class xsi:type="Feature" name="Storage" description="" baseClass="" abstract="False" tableName="STORAGE" tblCreator="True" fixedTbl="False">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="ID"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="STORAGE" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGE" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="Storage" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="Extra" description="a new data property" dataType="int16" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="STORAGE" columnName="EXTRA" colCreator="True" fixedCol="False">
<column name="EXTRA" description="" dataType="NUMBER" length="5" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Geometric" name="Floor" description="location and shape" geometricTypes="3" geometryTypes="42688" hasElevation="True" hasMeasure="False" tableName="STORAGE" columnName="FLOOR" colCreator="True" fixedCol="False">
<column name="FLOOR" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Object" name="FloorA" description="location and shape" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="True">
<mappingDefinition xsi:type="Concrete">
<sourceProperties>
<property xsi:type="Data" name="ID"/>
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Storage_ID"/>
</targetProperties>
<class xsi:type="Class" name="Storage.FloorA" description="Autogenerated Object Property Class" baseClass="" abstract="False" tableName="STORAGE_FLOOR" tblCreator="True" fixedTbl="True">
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Storage_ID"/>
</identityProperties>
<properties>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="Storage.FloorA" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGE_FLOOR" columnName="ID" colCreator="True" fixedCol="False">
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Storage" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="STORAGE_FLOOR" columnName="STORAGE" colCreator="True" fixedCol="False">
<column name="STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Storage_ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue="" tableName="STORAGE_FLOOR" columnName="STORAGE_ID" colCreator="True" fixedCol="False">
<column name="STORAGE_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
</properties>
<table name="STORAGE_FLOOR" description="" pkeyName="">
<target>
<table name="STORAGE" description="" pkeyName=""/>
<sourceColumns>
<column name="STORAGE_ID"/>
</sourceColumns>
<targetColumns>
<column name="ID"/>
</targetColumns>
</target>
<property xsi:type="Data" name="ID"/>
<property xsi:type="Data" name="Storage"/>
<property xsi:type="Data" name="Storage_ID"/>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
<column name="STORAGE" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="STORAGE_ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="STORAGE_FLOOR" description="" pkeyName="">
<target>
<table name="STORAGE" description="" pkeyName=""/>
<sourceColumns>
<column name="STORAGE_ID"/>
</sourceColumns>
<targetColumns>
<column name="ID"/>
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="ID" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGE" columnName="ID" colCreator="True" fixedCol="False">
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="STORAGE" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="STORAGE" description="" pkeyName="">
<property xsi:type="Data" name="Extra"/>
<property xsi:type="Geometric" name="Floor"/>
<property xsi:type="Object" name="FloorA" description="location and shape" objectType="Value" className="OverridesA:Floor" idColumn="" order="ascending" fixedCol="True">
</property>
<property xsi:type="Data" name="ID"/>
<column name="EXTRA" description="" dataType="NUMBER" length="5" scale="0" nullable="False">
</column>
<column name="FLOOR" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="STORAGE" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
<class xsi:type="Feature" name="viewbase" description="a class" baseClass="" abstract="False" tableName="VIEWBASE" tblCreator="True" fixedTbl="True">
<geometryProperty>
Geometry</geometryProperty>
<tableMapping>
Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="id"/>
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature" geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False" tableName="VIEWBASE" columnName="n/a" colCreator="False" fixedCol="False">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassId" description="Class id number (uniquely identifies a class)" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="VIEWBASE" columnName="CLASSID" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="ClassName" description="FDO base property: object class name" dataType="string" length="30" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="False" defaultValue="viewbase" tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="CLASSNAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="col1" description="" dataType="string" length="50" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="VIEWBASE" columnName="COL1" colCreator="True" fixedCol="True">
<column name="COL1" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="Column2" description="" dataType="int16" length="0" precision="0" scale="0" readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue="" tableName="VIEWBASE" columnName="COL2" colCreator="True" fixedCol="True">
<column name="COL2" description="" dataType="NUMBER" length="5" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Geometric" name="Geometry" description="" geometricTypes="7" geometryTypes="126912" hasElevation="False" hasMeasure="False" tableName="VIEWBASE" columnName="GEOMETRY" colCreator="True" fixedCol="True">
<column name="GEOMETRY" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
</property>
<property xsi:type="Data" name="id" description="id" dataType="int64" length="0" precision="0" scale="0" readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue="" tableName="VIEWBASE" columnName="ID" colCreator="True" fixedCol="True">
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated." dataType="double" length="0" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue="" tableName="VIEWBASE" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True">
<Inherited baseClass="Feature"/>
</property>
<property xsi:type="Data" name="SchemaName" description="FDO base property: object class schema name" dataType="string" length="255" precision="0" scale="0" readOnly="True" featId="False" system="True" nullable="True" autogenerated="False" defaultValue="OverridesA" tableName="F_CLASSDEFINITION" columnName="SCHEMANAME" colCreator="False" fixedCol="True">
<Inherited baseClass="ClassDefinition"/>
<column name="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True">
</column>
</property>
</properties>
<table name="VIEWBASE" description="" pkeyName="">
<property xsi:type="Data" name="col1"/>
<property xsi:type="Data" name="Column2"/>
<property xsi:type="Geometric" name="Geometry"/>
<property xsi:type="Data" name="id"/>
<column name="COL1" description="" dataType="NVARCHAR2" length="50" scale="0" nullable="True">
</column>
<column name="COL2" description="" dataType="NUMBER" length="5" scale="0" nullable="True">
</column>
<column name="GEOMETRY" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True">
</column>
<column name="ID" description="" dataType="NUMBER" length="20" scale="0" nullable="False">
</column>
</table>
<tables>
<table name="VIEWBASE" description="" pkeyName=""/>
<table name="F_CLASSDEFINITION" description="" pkeyName=""/>
</tables>
</class>
</schema>
</schemas>
