<?xml version="1.0" standalone="yes"?>
<schemas xmlns:xsi="http://www.w3.org/2001/XMLSchema" xmlns="http:/www.autodesk.com/isd/fdo/GenericLogicalPhysical" >
<schema name="Acad" description="AutoCAD schema" >
<class xsi:type="Feature" name="AcDb3dPolyline" description="AutoCAD 3d polyline"
 baseClass="AcDbEntity" abstract="False"
 tableName="ACDB3DPOLYLINE" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<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="ACDB3DPOLYLINE" 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="Closed" description="is first and last points the same"
 dataType="boolean" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE" columnName="CLOSED" colCreator="True" fixedCol="False"  >
<column name="CLOSED" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE" columnName="COLOURINDEX" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="False" >
</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="ACDB3DPOLYLINE" columnName="FEATID" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE" columnName="LAYER" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" 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="ACDB3DPOLYLINE" 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="Width" description="line width"
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE" columnName="WIDTH" colCreator="True" fixedCol="False"  >
<column name="WIDTH" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="vertices" description=""
 objectType="Collection" className="Acad:AcDbVertexData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" />
</targetProperties>
<class xsi:type="Class" name="AcDb3dPolyline.vertices" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDB3DPOLYLINE_ACDBVE1" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE_ACDBVE1" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="point" description=""
 objectType="Collection" className="Acad:AcDbVertexCoordinateValue" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" />
<property xsi:type="Data" name="Seq" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
</targetProperties>
<class xsi:type="Class" name="AcDb3dPolyline.vertices.point" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDB3DPOLYLINE_ACDBVE2" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE_ACDBVE2" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Value" description=""
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE_ACDBVE2" columnName="VALUE1" colCreator="True" fixedCol="False"  >
<column name="VALUE1" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE_ACDBVE2" columnName="ACDB3DPOLYLINE_ACDBVE1_ACDB1" colCreator="True" fixedCol="False"  >
<column name="ACDB3DPOLYLINE_ACDBVE1_ACDB1" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="AcDbVertexData_Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE_ACDBVE2" columnName="ACDB3DPOLYLINE_ACDBVE1_SEQ" colCreator="True" fixedCol="False"  >
<column name="ACDB3DPOLYLINE_ACDBVE1_SEQ" description="" dataType="NUMBER" length="10" 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="AcDb3dPolyline.vertices.point"
 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="Acad"
 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="ACDB3DPOLYLINE_ACDBVE2" description="" pkeyName="PK_ACDB3DPOLYLINE_ACD1" >
<target>
<table name="ACDB3DPOLYLINE_ACDBVE1" description="" pkeyName="PK_ACDB3DPOLYLINE_ACD2" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<sourceColumns>
<column name="ACDB3DPOLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDB3DPOLYLINE_ACDBVE1_ACDB1" />
<column name="ACDB3DPOLYLINE_ACDBVE1_SEQ" />
</sourceColumns>
<targetColumns>
<column name="ACDB3DPOLYLINE_FEATID" />
<column name="SEQ" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Value" />
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="VALUE1" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="ACDB3DPOLYLINE_ACDBVE1_ACDB1" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="ACDB3DPOLYLINE_ACDBVE1_SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDB3DPOLYLINE_ACDBVE2" description="" pkeyName="PK_ACDB3DPOLYLINE_ACD1" >
<target>
<table name="ACDB3DPOLYLINE_ACDBVE1" description="" pkeyName="PK_ACDB3DPOLYLINE_ACD2" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<sourceColumns>
<column name="ACDB3DPOLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDB3DPOLYLINE_ACDBVE1_ACDB1" />
<column name="ACDB3DPOLYLINE_ACDBVE1_SEQ" />
</sourceColumns>
<targetColumns>
<column name="ACDB3DPOLYLINE_FEATID" />
<column name="SEQ" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE_ACDBVE1" columnName="ACDB3DPOLYLINE_FEATID" colCreator="True" fixedCol="False"  >
<column name="ACDB3DPOLYLINE_FEATID" 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="AcDb3dPolyline.vertices"
 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="Acad"
 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="ACDB3DPOLYLINE_ACDBVE1" description="" pkeyName="PK_ACDB3DPOLYLINE_ACD2" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<sourceColumns>
<column name="ACDB3DPOLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<property xsi:type="Object" name="point" description=""
 objectType="Collection" className="Acad:AcDbVertexCoordinateValue" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="AcDb3dPolyline_FeatId" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ACDB3DPOLYLINE_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDB3DPOLYLINE_ACDBVE1" description="" pkeyName="PK_ACDB3DPOLYLINE_ACD2" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<sourceColumns>
<column name="ACDB3DPOLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<Inherited baseClass="AcDbEntity" />
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="AcDbEntity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="AcDb3dPolyline.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBENTITY_ACXDATA" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="AcDbEntity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="DATAVALUE" colCreator="False" fixedCol="False"  >
<Inherited baseClass="AcDbEntity.xdata" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="SEQ" colCreator="False" fixedCol="False"  >
<Inherited baseClass="AcDbEntity.xdata" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="AcDbEntity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="ACDBENTITY_FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="AcDbEntity.xdata" />
<column name="ACDBENTITY_FEATID" 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="AcDb3dPolyline.xdata"
 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="Acad"
 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="ACDBENTITY_ACXDATA" description="" pkeyName="PK_ACDBENTITY_ACXDATA" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<sourceColumns>
<column name="ACDBENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="AcDbEntity_FeatId" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ACDBENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBENTITY_ACXDATA" description="" pkeyName="PK_ACDBENTITY_ACXDATA" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<sourceColumns>
<column name="ACDBENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False"
 tableName="ACDB3DPOLYLINE" columnName="n/a" colCreator="False" fixedCol="False" >
<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=""
 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>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
<property xsi:type="Data" name="ClassId" />
<property xsi:type="Data" name="Closed" />
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="RevisionNumber" />
<property xsi:type="Data" name="Width" />
<property xsi:type="Object" name="vertices" description=""
 objectType="Collection" className="Acad:AcDbVertexData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<column name="LAYER" 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="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="WIDTH" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="CLOSED" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
<column name="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="PK_ACDB3DPOLYLINE" >
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Feature" name="AcDbEntity" description="AutoCAD entity base class"
 baseClass="" abstract="False"
 tableName="ACDBENTITY" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<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="ACDBENTITY" 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="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY" columnName="COLOURINDEX" colCreator="True" fixedCol="False"  >
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="False" >
</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="ACDBENTITY" columnName="FEATID" colCreator="True" fixedCol="False"  >
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY" columnName="LAYER" colCreator="True" fixedCol="False"  >
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" 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="ACDBENTITY" 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="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="AcDbEntity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="AcDbEntity.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBENTITY_ACXDATA" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="AcDbEntity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="DATAVALUE" colCreator="True" fixedCol="False"  >
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="AcDbEntity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="ACDBENTITY_FEATID" colCreator="True" fixedCol="False"  >
<column name="ACDBENTITY_FEATID" 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="AcDbEntity.xdata"
 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="Acad"
 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="ACDBENTITY_ACXDATA" description="" pkeyName="PK_ACDBENTITY_ACXDATA" >
<target>
<table name="ACDBENTITY" description="" pkeyName="PK_ACDBENTITY" >
</table>
<sourceColumns>
<column name="ACDBENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="AcDbEntity_FeatId" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ACDBENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBENTITY_ACXDATA" description="" pkeyName="PK_ACDBENTITY_ACXDATA" >
<target>
<table name="ACDBENTITY" description="" pkeyName="PK_ACDBENTITY" >
</table>
<sourceColumns>
<column name="ACDBENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False"
 tableName="ACDBENTITY" columnName="n/a" colCreator="False" fixedCol="False" >
<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=""
 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>
<table name="ACDBENTITY" description="" pkeyName="PK_ACDBENTITY" >
<property xsi:type="Data" name="ClassId" />
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="RevisionNumber" />
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="LAYER" 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="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBENTITY" description="" pkeyName="PK_ACDBENTITY" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="ACDBENTITY" description="" pkeyName="PK_ACDBENTITY" >
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Feature" name="AcDbHatch" description="AutoCAD hatched polygon"
 baseClass="AcDbEntity" abstract="False"
 tableName="ACDBHATCH" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<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="ACDBHATCH" 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="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH" columnName="COLOURINDEX" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="False" >
</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="ACDBHATCH" columnName="FEATID" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH" columnName="LAYER" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" 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="ACDBHATCH" 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="Object" name="edges" description=""
 objectType="Collection" className="Acad:Polyline" idColumn="" order="ascending"
 fixedCol="False" >
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="AcDbHatch_FeatId" />
</targetProperties>
<class xsi:type="Class" name="AcDbHatch.edges" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBHATCH_POLYLINE" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Closed" description="is first and last points the same"
 dataType="boolean" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE" columnName="CLOSED" colCreator="True" fixedCol="False"  >
<column name="CLOSED" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE" columnName="COLOURINDEX" colCreator="True" fixedCol="False"  >
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE" columnName="FEATID" colCreator="True" fixedCol="False"  >
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE" columnName="LAYER" colCreator="True" fixedCol="False"  >
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Width" description="line width"
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE" columnName="WIDTH" colCreator="True" fixedCol="False"  >
<column name="WIDTH" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="vertices" description=""
 objectType="Collection" className="Acad:AcDbVertexData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
</targetProperties>
<class xsi:type="Class" name="AcDbHatch.edges.vertices" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBHATCH_POLYLINE_AC1" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC1" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="point" description=""
 objectType="Collection" className="Acad:AcDbVertexCoordinateValue" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="Seq" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
</targetProperties>
<class xsi:type="Class" name="AcDbHatch.edges.vertices.point" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBHATCH_POLYLINE_AC2" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC2" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Value" description=""
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC2" columnName="VALUE1" colCreator="True" fixedCol="False"  >
<column name="VALUE1" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Polyline_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC2" columnName="ACDBHATCH_POLYLINE_AC1_ACDB1" colCreator="True" fixedCol="False"  >
<column name="ACDBHATCH_POLYLINE_AC1_ACDB1" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="AcDbVertexData_Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC2" columnName="ACDBHATCH_POLYLINE_AC1_SEQ" colCreator="True" fixedCol="False"  >
<column name="ACDBHATCH_POLYLINE_AC1_SEQ" description="" dataType="NUMBER" length="10" 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="AcDbHatch.edges.vertices.point"
 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="Acad"
 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="ACDBHATCH_POLYLINE_AC2" description="" pkeyName="PK_ACDBHATCH_POLYLINE2" >
<target>
<table name="ACDBHATCH_POLYLINE_AC1" description="" pkeyName="PK_ACDBHATCH_POLYLINE3" >
<target>
<table name="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_AC1_ACDB1" />
<column name="ACDBHATCH_POLYLINE_AC1_SEQ" />
</sourceColumns>
<targetColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
<column name="SEQ" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Value" />
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="VALUE1" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="ACDBHATCH_POLYLINE_AC1_ACDB1" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="ACDBHATCH_POLYLINE_AC1_SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBHATCH_POLYLINE_AC2" description="" pkeyName="PK_ACDBHATCH_POLYLINE2" >
<target>
<table name="ACDBHATCH_POLYLINE_AC1" description="" pkeyName="PK_ACDBHATCH_POLYLINE3" >
<target>
<table name="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_AC1_ACDB1" />
<column name="ACDBHATCH_POLYLINE_AC1_SEQ" />
</sourceColumns>
<targetColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
<column name="SEQ" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="Polyline_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC1" columnName="ACDBHATCH_POLYLINE_FEATID" colCreator="True" fixedCol="False"  >
<column name="ACDBHATCH_POLYLINE_FEATID" 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="AcDbHatch.edges.vertices"
 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="Acad"
 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="ACDBHATCH_POLYLINE_AC1" description="" pkeyName="PK_ACDBHATCH_POLYLINE3" >
<target>
<table name="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<property xsi:type="Object" name="point" description=""
 objectType="Collection" className="Acad:AcDbVertexCoordinateValue" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="Polyline_FeatId" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ACDBHATCH_POLYLINE_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBHATCH_POLYLINE_AC1" description="" pkeyName="PK_ACDBHATCH_POLYLINE3" >
<target>
<table name="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
</targetProperties>
<class xsi:type="Class" name="AcDbHatch.edges.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBHATCH_POLYLINE_AC3" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC3" columnName="DATAVALUE" colCreator="True" fixedCol="False"  >
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC3" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Polyline_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE_AC3" columnName="ACDBHATCH_POLYLINE_FEATID" colCreator="True" fixedCol="False"  >
<column name="ACDBHATCH_POLYLINE_FEATID" 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="AcDbHatch.edges.xdata"
 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="Acad"
 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="ACDBHATCH_POLYLINE_AC3" description="" pkeyName="PK_ACDBHATCH_POLYLINE1" >
<target>
<table name="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Polyline_FeatId" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ACDBHATCH_POLYLINE_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBHATCH_POLYLINE_AC3" description="" pkeyName="PK_ACDBHATCH_POLYLINE1" >
<target>
<table name="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ACDBHATCH_POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="AcDbHatch_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH_POLYLINE" columnName="ACDBHATCH_FEATID" colCreator="True" fixedCol="False"  >
<column name="ACDBHATCH_FEATID" 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="AcDbHatch.edges"
 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="Acad"
 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="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Closed" />
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Width" />
<property xsi:type="Object" name="vertices" description=""
 objectType="Collection" className="Acad:AcDbVertexData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="AcDbHatch_FeatId" />
<column name="CLOSED" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
<column name="WIDTH" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="ACDBHATCH_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBHATCH_POLYLINE" description="" pkeyName="PK_ACDBHATCH_POLYLINE" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBHATCH_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<Inherited baseClass="AcDbEntity" />
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="AcDbEntity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="AcDbHatch.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBENTITY_ACXDATA" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="AcDbEntity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="DATAVALUE" colCreator="False" fixedCol="False"  >
<Inherited baseClass="AcDbEntity.xdata" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="SEQ" colCreator="False" fixedCol="False"  >
<Inherited baseClass="AcDbEntity.xdata" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="AcDbEntity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY_ACXDATA" columnName="ACDBENTITY_FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="AcDbEntity.xdata" />
<column name="ACDBENTITY_FEATID" 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="AcDbHatch.xdata"
 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="Acad"
 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="ACDBENTITY_ACXDATA" description="" pkeyName="PK_ACDBENTITY_ACXDATA" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="AcDbEntity_FeatId" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ACDBENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBENTITY_ACXDATA" description="" pkeyName="PK_ACDBENTITY_ACXDATA" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="ACDBENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False"
 tableName="ACDBHATCH" columnName="n/a" colCreator="False" fixedCol="False" >
<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=""
 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>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
<property xsi:type="Data" name="ClassId" />
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="RevisionNumber" />
<property xsi:type="Object" name="edges" description=""
 objectType="Collection" className="Acad:Polyline" idColumn="" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="ACDBHATCH" description="" pkeyName="PK_ACDBHATCH" >
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Class" name="AcDbVertexCoordinateValue" description=""
 baseClass="" abstract="False"
 tableName="ACDBVERTEXCOORDINATEV1" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBVERTEXCOORDINATEV1" columnName="SEQ" colCreator="False" fixedCol="False"  >
</property>
<property xsi:type="Data" name="Value" description=""
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBVERTEXCOORDINATEV1" columnName="VALUE1" colCreator="False" fixedCol="False"  >
</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="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="AcDbVertexData" description=""
 baseClass="" abstract="False"
 tableName="ACDBVERTEXDATA" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBVERTEXDATA" columnName="SEQ" colCreator="False" fixedCol="False"  >
</property>
<property xsi:type="Object" name="point" description=""
 objectType="Collection" className="Acad:AcDbVertexCoordinateValue" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
</sourceProperties>
<targetProperties>
</targetProperties>
<class xsi:type="Class" name="AcDbVertexData.point" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ACDBVERTEXDATA_ACDBVE1" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBVERTEXDATA_ACDBVE1" columnName="SEQ" colCreator="False" fixedCol="False"  >
</property>
<property xsi:type="Data" name="Value" description=""
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBVERTEXDATA_ACDBVE1" columnName="VALUE1" colCreator="False" fixedCol="False"  >
</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="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="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="AcXData" description="Xdata"
 baseClass="" abstract="False"
 tableName="ACXDATA" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACXDATA" columnName="DATAVALUE" colCreator="False" fixedCol="False"  >
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACXDATA" columnName="SEQ" colCreator="False" fixedCol="False"  >
</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="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="Entity" description="Embedded entity base class"
 baseClass="" abstract="False"
 tableName="ENTITY" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<property xsi:type="Data" name="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ENTITY" columnName="COLOURINDEX" colCreator="True" fixedCol="False"  >
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY" columnName="FEATID" colCreator="True" fixedCol="False"  >
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ENTITY" columnName="LAYER" colCreator="True" fixedCol="False"  >
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Entity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="Entity.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ENTITY_ACXDATA" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Entity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY_ACXDATA" columnName="DATAVALUE" colCreator="True" fixedCol="False"  >
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY_ACXDATA" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Entity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY_ACXDATA" columnName="ENTITY_FEATID" colCreator="True" fixedCol="False"  >
<column name="ENTITY_FEATID" 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="Entity.xdata"
 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="Acad"
 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="ENTITY_ACXDATA" description="" pkeyName="PK_ENTITY_ACXDATA" >
<target>
<table name="ENTITY" description="" pkeyName="PK_ENTITY" >
</table>
<sourceColumns>
<column name="ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Entity_FeatId" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="ENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ENTITY_ACXDATA" description="" pkeyName="PK_ENTITY_ACXDATA" >
<target>
<table name="ENTITY" description="" pkeyName="PK_ENTITY" >
</table>
<sourceColumns>
<column name="ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</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="Entity"
 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="Acad"
 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="ENTITY" description="" pkeyName="PK_ENTITY" >
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<column name="LAYER" 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="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="ENTITY" description="" pkeyName="PK_ENTITY" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
<class xsi:type="Class" name="Polyline" description="Embedded 3d polyline"
 baseClass="Entity" abstract="False"
 tableName="POLYLINE" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Closed" description="is first and last points the same"
 dataType="boolean" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE" columnName="CLOSED" colCreator="True" fixedCol="False"  >
<column name="CLOSED" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="POLYLINE" columnName="COLOURINDEX" colCreator="True" fixedCol="False"  >
<Inherited baseClass="Entity" />
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE" columnName="FEATID" colCreator="True" fixedCol="False"  >
<Inherited baseClass="Entity" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="POLYLINE" columnName="LAYER" colCreator="True" fixedCol="False"  >
<Inherited baseClass="Entity" />
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Width" description="line width"
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE" columnName="WIDTH" colCreator="True" fixedCol="False"  >
<column name="WIDTH" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="vertices" description=""
 objectType="Collection" className="Acad:AcDbVertexData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
</targetProperties>
<class xsi:type="Class" name="Polyline.vertices" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="POLYLINE_ACDBVERTEXDA1" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE_ACDBVERTEXDA1" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="point" description=""
 objectType="Collection" className="Acad:AcDbVertexCoordinateValue" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="Seq" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
</targetProperties>
<class xsi:type="Class" name="Polyline.vertices.point" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="POLYLINE_ACDBVERTEXDA2" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE_ACDBVERTEXDA2" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Value" description=""
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE_ACDBVERTEXDA2" columnName="VALUE1" colCreator="True" fixedCol="False"  >
<column name="VALUE1" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Polyline_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE_ACDBVERTEXDA2" columnName="POLYLINE_ACDBVERTEXDA1_POLY1" colCreator="True" fixedCol="False"  >
<column name="POLYLINE_ACDBVERTEXDA1_POLY1" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="AcDbVertexData_Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE_ACDBVERTEXDA2" columnName="POLYLINE_ACDBVERTEXDA1_SEQ" colCreator="True" fixedCol="False"  >
<column name="POLYLINE_ACDBVERTEXDA1_SEQ" description="" dataType="NUMBER" length="10" 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="Polyline.vertices.point"
 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="Acad"
 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="POLYLINE_ACDBVERTEXDA2" description="" pkeyName="PK_POLYLINE_ACDBVERTE1" >
<target>
<table name="POLYLINE_ACDBVERTEXDA1" description="" pkeyName="PK_POLYLINE_ACDBVERTE2" >
<target>
<table name="POLYLINE" description="" pkeyName="PK_POLYLINE" >
</table>
<sourceColumns>
<column name="POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="POLYLINE_ACDBVERTEXDA1_POLY1" />
<column name="POLYLINE_ACDBVERTEXDA1_SEQ" />
</sourceColumns>
<targetColumns>
<column name="POLYLINE_FEATID" />
<column name="SEQ" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Value" />
<property xsi:type="Data" name="Polyline_FeatId" />
<property xsi:type="Data" name="AcDbVertexData_Seq" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="VALUE1" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="POLYLINE_ACDBVERTEXDA1_POLY1" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="POLYLINE_ACDBVERTEXDA1_SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="POLYLINE_ACDBVERTEXDA2" description="" pkeyName="PK_POLYLINE_ACDBVERTE1" >
<target>
<table name="POLYLINE_ACDBVERTEXDA1" description="" pkeyName="PK_POLYLINE_ACDBVERTE2" >
<target>
<table name="POLYLINE" description="" pkeyName="PK_POLYLINE" >
</table>
<sourceColumns>
<column name="POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="POLYLINE_ACDBVERTEXDA1_POLY1" />
<column name="POLYLINE_ACDBVERTEXDA1_SEQ" />
</sourceColumns>
<targetColumns>
<column name="POLYLINE_FEATID" />
<column name="SEQ" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="Polyline_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE_ACDBVERTEXDA1" columnName="POLYLINE_FEATID" colCreator="True" fixedCol="False"  >
<column name="POLYLINE_FEATID" 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="Polyline.vertices"
 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="Acad"
 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="POLYLINE_ACDBVERTEXDA1" description="" pkeyName="PK_POLYLINE_ACDBVERTE2" >
<target>
<table name="POLYLINE" description="" pkeyName="PK_POLYLINE" >
</table>
<sourceColumns>
<column name="POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<property xsi:type="Object" name="point" description=""
 objectType="Collection" className="Acad:AcDbVertexCoordinateValue" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="Polyline_FeatId" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="POLYLINE_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="POLYLINE_ACDBVERTEXDA1" description="" pkeyName="PK_POLYLINE_ACDBVERTE2" >
<target>
<table name="POLYLINE" description="" pkeyName="PK_POLYLINE" >
</table>
<sourceColumns>
<column name="POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<Inherited baseClass="Entity" />
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Entity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="Polyline.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ENTITY_ACXDATA" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Entity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY_ACXDATA" columnName="DATAVALUE" colCreator="False" fixedCol="False"  >
<Inherited baseClass="Entity.xdata" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY_ACXDATA" columnName="SEQ" colCreator="False" fixedCol="False"  >
<Inherited baseClass="Entity.xdata" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Entity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY_ACXDATA" columnName="ENTITY_FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="Entity.xdata" />
<column name="ENTITY_FEATID" 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="Polyline.xdata"
 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="Acad"
 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="ENTITY_ACXDATA" description="" pkeyName="PK_ENTITY_ACXDATA" >
<target>
<table name="POLYLINE" description="" pkeyName="PK_POLYLINE" >
</table>
<sourceColumns>
<column name="ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Entity_FeatId" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="ENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ENTITY_ACXDATA" description="" pkeyName="PK_ENTITY_ACXDATA" >
<target>
<table name="POLYLINE" description="" pkeyName="PK_POLYLINE" >
</table>
<sourceColumns>
<column name="ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</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="Polyline"
 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="Acad"
 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="POLYLINE" description="" pkeyName="PK_POLYLINE" >
<property xsi:type="Data" name="Closed" />
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Width" />
<property xsi:type="Object" name="vertices" description=""
 objectType="Collection" className="Acad:AcDbVertexData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
<column name="CLOSED" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
<column name="WIDTH" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="POLYLINE" description="" pkeyName="PK_POLYLINE" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</schema >
<schema name="Electric'l" description="Electrical '' schema'" >
<class xsi:type="Feature" name="Conductor" description=""
 baseClass="ElectricDevice" abstract="False"
 tableName="CONDUCTOR" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<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="CONDUCTOR" 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="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue=""
 tableName="CONDUCTOR" columnName="FEATID" colCreator="True" fixedCol="False"  >
<Inherited baseClass="ElectricDevice" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Geometric" name="Geometry" description="location and shape"
geometricTypes="3" geometryTypes="42688" hasElevation="False" hasMeasure="False"
 tableName="CONDUCTOR" columnName="GEOMETRY" colCreator="True" fixedCol="False" >
<Inherited baseClass="ElectricDevice" />
<column name="GEOMETRY" 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="CONDUCTOR" 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="underground" description=""
 dataType="boolean" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="CONDUCTOR" columnName="UNDERGROUND" colCreator="True" fixedCol="False"  >
<column name="UNDERGROUND" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="graphic" description="Acad entity"
 objectType="Value" className="Acad:Entity" idColumn="" order="ascending"
 fixedCol="False" >
<Inherited baseClass="ElectricDevice" />
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="ElectricDevice_FeatId" />
</targetProperties>
<class xsi:type="Class" name="Conductor.graphic" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ELECTRICDEVICE_ENTITY" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<property xsi:type="Data" name="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="COLOURINDEX" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="LAYER" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<Inherited baseClass="ElectricDevice.graphic" />
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Entity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="Conductor.graphic.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ELECTRICDEVICE_ENTITY1" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Entity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="DATAVALUE" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic.xdata" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="SEQ" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic.xdata" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Entity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="ELECTRICDEVICE_ENTITY_FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic.xdata" />
<column name="ELECTRICDEVICE_ENTITY_FEATID" 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="Conductor.graphic.xdata"
 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="Electric'l"
 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="ELECTRICDEVICE_ENTITY1" description="" pkeyName="PK_ELECTRICDEVICE_ENT1" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="CONDUCTOR" description="" pkeyName="PK_CONDUCTOR" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Entity_FeatId" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ELECTRICDEVICE_ENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY1" description="" pkeyName="PK_ELECTRICDEVICE_ENT1" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="CONDUCTOR" description="" pkeyName="PK_CONDUCTOR" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="ElectricDevice_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="ELECTRICDEVICE_FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="ELECTRICDEVICE_FEATID" 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="Conductor.graphic"
 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="Electric'l"
 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="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="CONDUCTOR" description="" pkeyName="PK_CONDUCTOR" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="ElectricDevice_FeatId" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
<column name="ELECTRICDEVICE_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="CONDUCTOR" description="" pkeyName="PK_CONDUCTOR" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False"
 tableName="CONDUCTOR" columnName="n/a" colCreator="False" fixedCol="False" >
<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=""
 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>
<table name="CONDUCTOR" description="" pkeyName="PK_CONDUCTOR" >
<property xsi:type="Data" name="ClassId" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Geometric" name="Geometry" />
<property xsi:type="Data" name="RevisionNumber" />
<property xsi:type="Data" name="underground" />
<property xsi:type="Object" name="graphic" description="Acad entity"
 objectType="Value" className="Acad:Entity" idColumn="" order="ascending"
 fixedCol="False" >
</property>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="GEOMETRY" 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="UNDERGROUND" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="CONDUCTOR" description="" pkeyName="PK_CONDUCTOR" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="CONDUCTOR" description="" pkeyName="PK_CONDUCTOR" >
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Feature" name="ElectricDevice" description="electic base class"
 baseClass="" abstract="True"
 tableName="ELECTRICDEVICE" tblCreator="True" fixedTbl="False" >
<geometryProperty>Geometry</geometryProperty>
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<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="ELECTRICDEVICE" 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="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue=""
 tableName="ELECTRICDEVICE" columnName="FEATID" colCreator="True" fixedCol="False"  >
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Geometric" name="Geometry" description="location and shape"
geometricTypes="3" geometryTypes="42688" hasElevation="False" hasMeasure="False"
 tableName="ELECTRICDEVICE" 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="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="ELECTRICDEVICE" 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="Object" name="graphic" description="Acad entity"
 objectType="Value" className="Acad:Entity" idColumn="" order="ascending"
 fixedCol="False" >
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="ElectricDevice_FeatId" />
</targetProperties>
<class xsi:type="Class" name="ElectricDevice.graphic" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ELECTRICDEVICE_ENTITY" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<property xsi:type="Data" name="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="COLOURINDEX" colCreator="True" fixedCol="False"  >
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="FEATID" colCreator="True" fixedCol="False"  >
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="LAYER" colCreator="True" fixedCol="False"  >
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Entity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="ElectricDevice.graphic.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ELECTRICDEVICE_ENTITY1" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Entity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="DATAVALUE" colCreator="True" fixedCol="False"  >
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="SEQ" colCreator="True" fixedCol="False"  >
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Entity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="ELECTRICDEVICE_ENTITY_FEATID" colCreator="True" fixedCol="False"  >
<column name="ELECTRICDEVICE_ENTITY_FEATID" 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="ElectricDevice.graphic.xdata"
 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="Electric'l"
 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="ELECTRICDEVICE_ENTITY1" description="" pkeyName="PK_ELECTRICDEVICE_ENT1" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="PK_ELECTRICDEVICE" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Entity_FeatId" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ELECTRICDEVICE_ENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY1" description="" pkeyName="PK_ELECTRICDEVICE_ENT1" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="PK_ELECTRICDEVICE" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="ElectricDevice_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="ELECTRICDEVICE_FEATID" colCreator="True" fixedCol="False"  >
<column name="ELECTRICDEVICE_FEATID" 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="ElectricDevice.graphic"
 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="Electric'l"
 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="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="PK_ELECTRICDEVICE" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="ElectricDevice_FeatId" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
<column name="ELECTRICDEVICE_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="PK_ELECTRICDEVICE" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False"
 tableName="ELECTRICDEVICE" columnName="n/a" colCreator="False" fixedCol="False" >
<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=""
 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>
<table name="ELECTRICDEVICE" description="" pkeyName="PK_ELECTRICDEVICE" >
<property xsi:type="Data" name="ClassId" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Geometric" name="Geometry" />
<property xsi:type="Data" name="RevisionNumber" />
<property xsi:type="Object" name="graphic" description="Acad entity"
 objectType="Value" className="Acad:Entity" idColumn="" order="ascending"
 fixedCol="False" >
</property>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="GEOMETRY" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True" >
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE" description="" pkeyName="PK_ELECTRICDEVICE" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="PK_ELECTRICDEVICE" >
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Feature" name="Transformer" description=""
 baseClass="ElectricDevice" abstract="False"
 tableName="TRANSFORMER" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<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="TRANSFORMER" 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="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="False" system="False" nullable="False" autogenerated="True" defaultValue=""
 tableName="TRANSFORMER" columnName="FEATID" colCreator="True" fixedCol="False"  >
<Inherited baseClass="ElectricDevice" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Geometric" name="Geometry" description="location and shape"
geometricTypes="3" geometryTypes="42688" hasElevation="False" hasMeasure="False"
 tableName="TRANSFORMER" columnName="GEOMETRY" colCreator="True" fixedCol="False" >
<Inherited baseClass="ElectricDevice" />
<column name="GEOMETRY" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="InstallDate" description=""
 dataType="datetime" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="TRANSFORMER" columnName="INSTALLDATE" colCreator="True" fixedCol="False"  >
<column name="INSTALLDATE" description="" dataType="DATE" length="0" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="LastInspectDate" description=""
 dataType="datetime" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="TRANSFORMER" columnName="LASTINSPECTDATE" colCreator="True" fixedCol="False"  >
<column name="LASTINSPECTDATE" description="" dataType="DATE" length="0" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="LastRepairDate" description=""
 dataType="datetime" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="TRANSFORMER" columnName="LASTREPAIRDATE" colCreator="True" fixedCol="False"  >
<column name="LASTREPAIRDATE" description="" dataType="DATE" length="0" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="PartNum" description=""
 dataType="int16" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="TRANSFORMER" columnName="PARTNUM" colCreator="True" fixedCol="False"  >
<column name="PARTNUM" description="" dataType="NUMBER" length="5" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Phase" description="A, B or C"
 dataType="string" length="1" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="TRANSFORMER" columnName="PHASE" colCreator="True" fixedCol="False"  >
<column name="PHASE" description="" dataType="NVARCHAR2" length="1" 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="TRANSFORMER" 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="Voltage" description="voltage"
 dataType="decimal" length="0" precision="10" scale="2"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="TRANSFORMER" columnName="VOLTAGE" colCreator="True" fixedCol="False"  >
<column name="VOLTAGE" description="" dataType="NUMBER" length="10" scale="2" nullable="False" >
</column>
<SAD>
<element name="Calculable" value="yes" />
</SAD>
</property>
<property xsi:type="Data" name="Volume" description=""
 dataType="single" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="TRANSFORMER" columnName="VOLUME" colCreator="True" fixedCol="False"  >
<column name="VOLUME" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="graphic" description="Acad entity"
 objectType="Value" className="Acad:Entity" idColumn="" order="ascending"
 fixedCol="False" >
<Inherited baseClass="ElectricDevice" />
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="ElectricDevice_FeatId" />
</targetProperties>
<class xsi:type="Class" name="Transformer.graphic" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ELECTRICDEVICE_ENTITY" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<property xsi:type="Data" name="ColourIndex" description="Acad Colour"
 dataType="byte" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="COLOURINDEX" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Layer" description="Acad layer"
 dataType="string" length="10" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="True" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="LAYER" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
<Inherited baseClass="ElectricDevice.graphic" />
<idProperty>
<property xsi:type="Data" name="Seq" />
</idProperty>
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="FeatId" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Entity_FeatId" />
</targetProperties>
<class xsi:type="Class" name="Transformer.graphic.xdata" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="ELECTRICDEVICE_ENTITY1" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Entity_FeatId" />
<property xsi:type="Data" name="Seq" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Datavalue" description="datavalue"
 dataType="string" length="4000" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="DATAVALUE" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic.xdata" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Seq" description="seq"
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="SEQ" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic.xdata" />
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Entity_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY1" columnName="ELECTRICDEVICE_ENTITY_FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic.xdata" />
<column name="ELECTRICDEVICE_ENTITY_FEATID" 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="Transformer.graphic.xdata"
 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="Electric'l"
 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="ELECTRICDEVICE_ENTITY1" description="" pkeyName="PK_ELECTRICDEVICE_ENT1" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="TRANSFORMER" description="" pkeyName="PK_TRANSFORMER" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Datavalue" />
<property xsi:type="Data" name="Seq" />
<property xsi:type="Data" name="Entity_FeatId" />
<column name="DATAVALUE" description="" dataType="VARCHAR2" length="4000" scale="0" nullable="False" >
</column>
<column name="SEQ" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="ELECTRICDEVICE_ENTITY_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY1" description="" pkeyName="PK_ELECTRICDEVICE_ENT1" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="TRANSFORMER" description="" pkeyName="PK_TRANSFORMER" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_ENTITY_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="ElectricDevice_FeatId" description="id"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="ELECTRICDEVICE_FEATID" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="ELECTRICDEVICE_FEATID" 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="Transformer.graphic"
 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="Electric'l"
 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="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="TRANSFORMER" description="" pkeyName="PK_TRANSFORMER" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="ColourIndex" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Object" name="xdata" description="xdata"
 objectType="Ordered Collection" className="Acad:AcXData" idColumn="SEQ" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="ElectricDevice_FeatId" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="LAYER" description="" dataType="NVARCHAR2" length="10" scale="0" nullable="True" >
</column>
<column name="ELECTRICDEVICE_FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="PLOT_STYLE" description="" dataType="NVARCHAR2" length="20" scale="0" nullable="False" >
</column>
<column name="COLOURINDEX" description="" dataType="NUMBER" length="3" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="PK_ELECTRICDEVICE_ENT2" >
<target>
<table name="TRANSFORMER" description="" pkeyName="PK_TRANSFORMER" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
geometricTypes="4" geometryTypes="84224" hasElevation="False" hasMeasure="False"
 tableName="TRANSFORMER" columnName="n/a" colCreator="False" fixedCol="False" >
<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=""
 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>
<table name="TRANSFORMER" description="" pkeyName="PK_TRANSFORMER" >
<property xsi:type="Data" name="ClassId" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Geometric" name="Geometry" />
<property xsi:type="Data" name="InstallDate" />
<property xsi:type="Data" name="LastInspectDate" />
<property xsi:type="Data" name="LastRepairDate" />
<property xsi:type="Data" name="PartNum" />
<property xsi:type="Data" name="Phase" />
<property xsi:type="Data" name="RevisionNumber" />
<property xsi:type="Data" name="Voltage" />
<property xsi:type="Data" name="Volume" />
<property xsi:type="Object" name="graphic" description="Acad entity"
 objectType="Value" className="Acad:Entity" idColumn="" order="ascending"
 fixedCol="False" >
</property>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="GEOMETRY" description="" dataType="MDSYS.SDO_GEOMETRY" length="0" scale="0" nullable="True" >
</column>
<column name="INSTALLDATE" description="" dataType="DATE" length="0" scale="0" nullable="True" >
</column>
<column name="LASTINSPECTDATE" description="" dataType="DATE" length="0" scale="0" nullable="True" >
</column>
<column name="LASTREPAIRDATE" description="" dataType="DATE" length="0" scale="0" nullable="True" >
</column>
<column name="PARTNUM" description="" dataType="NUMBER" length="5" scale="0" nullable="True" >
</column>
<column name="PHASE" description="" dataType="NVARCHAR2" length="1" scale="0" nullable="False" >
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="VOLTAGE" description="" dataType="NUMBER" length="10" scale="2" nullable="False" >
</column>
<column name="VOLUME" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="TRANSFORMER" description="" pkeyName="PK_TRANSFORMER" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="TRANSFORMER" description="" pkeyName="PK_TRANSFORMER" >
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
<SAD>
<element name="Entrypoint" value="start_transformer" />
<element name="Rules' DLL" value="transformer.dll" />
</SAD>
</class>
<SAD>
<element name="'Author" value="Thomas O'Edison" />
</SAD>
</schema >
<schema name="F_MetaClass" description="Special classes for FDO Feature metaclasses" >
<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="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="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="SCHEMANAME" description="" dataType="NVARCHAR2" length="255" scale="0" nullable="True" >
</column>
<column name="TABLENAME" description="" dataType="NVARCHAR2" length="30" scale="0" nullable="False" >
</column>
<column name="ROOTTABLENAME" description="" dataType="NVARCHAR2" length="30" scale="0" nullable="True" >
</column>
<column name="TABLEOWNER" description="" dataType="NVARCHAR2" length="30" 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="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="ISABSTRACT" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
<column name="PARENTCLASSNAME" description="" dataType="NVARCHAR2" length="512" scale="0" nullable="True" >
</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="HASVERSION" description="" dataType="NUMBER" length="1" scale="0" nullable="True" >
</column>
<column name="HASLOCK" description="" dataType="NUMBER" length="1" scale="0" nullable="True" >
</column>
<column name="GEOMETRYPROPERTY" description="" dataType="NVARCHAR2" length="2000" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
<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>
</schema >
</schemas>
