<?xml version="1.0" standalone="yes"?>
<schemas xmlns:xsi="http://www.w3.org/2001/XMLSchema" >
<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="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="FeatId" description="Feature id number (uniquely identifies a feature)"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="True" 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="CHAR" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Plot Style" description=""
 dataType="string" length="20" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDB3DPOLYLINE" columnName="PLOT_STYLE" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" 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="Data" name="AcDb3dPolyline_FeatId" description="Feature id number (uniquely identifies a feature)"
 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ACDB3DPOLYLINE_ACDBVE1" description="" pkeyName="GK_ACDB3DP0_ACDB3DPOLY_0" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="GK_ACDB3DP0_FEATID_0" >
</table>
<sourceColumns>
<column name="ACDB3DPOLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<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="GK_ACDB3DP0_ACDB3DPOLY_0" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="GK_ACDB3DP0_FEATID_0" >
</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="CHAR" 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="Feature id number (uniquely identifies a feature)"
 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ACDBENTITY_ACXDATA" description="" pkeyName="GK_ACDBENT0_ACDBENTITY_0" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="GK_ACDB3DP0_FEATID_0" >
</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="CHAR" 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="GK_ACDBENT0_ACDBENTITY_0" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="GK_ACDB3DP0_FEATID_0" >
</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"
 geometryTypes="4" hasElevation="False" hasMeasure="False"
 tableName="ACDB3DPOLYLINE" columnName="n/a" colCreator="False" fixedCol="False" >
<Inherited baseClass="Feature" />
</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="False" fixedCol="True"  >
<Inherited baseClass="Feature" />
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" 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=""
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ACDB3DPOLYLINE" description="" pkeyName="GK_ACDB3DP0_FEATID_0" >
<property xsi:type="Data" name="Closed" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Plot Style" />
<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="RevisionNumber" />
<column name="FEATID" 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="CHAR" length="10" scale="0" nullable="True" >
</column>
<column name="WIDTH" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
<column name="CLOSED" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDB3DPOLYLINE" description="" pkeyName="GK_ACDB3DP0_FEATID_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
<target>
<table name="ACDB3DPOLYLINE" description="" pkeyName="GK_ACDB3DP0_FEATID_0" >
</table>
<sourceColumns>
<column name="FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</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="FeatId" description="Feature id number (uniquely identifies a feature)"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="True" 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="CHAR" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Plot Style" description=""
 dataType="string" length="20" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBENTITY" columnName="PLOT_STYLE" colCreator="True" fixedCol="False"  >
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" 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="CHAR" 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="Feature id number (uniquely identifies a feature)"
 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ACDBENTITY_ACXDATA" description="" pkeyName="GK_ACDBENT0_ACDBENTITY_0" >
<target>
<table name="ACDBENTITY" description="" pkeyName="GK_ACDBENT0_FEATID_0" >
</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="CHAR" 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="GK_ACDBENT0_ACDBENTITY_0" >
<target>
<table name="ACDBENTITY" description="" pkeyName="GK_ACDBENT0_FEATID_0" >
</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"
 geometryTypes="4" hasElevation="False" hasMeasure="False"
 tableName="ACDBENTITY" columnName="n/a" colCreator="False" fixedCol="False" >
<Inherited baseClass="Feature" />
</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="False" fixedCol="True"  >
<Inherited baseClass="Feature" />
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" 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=""
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ACDBENTITY" description="" pkeyName="GK_ACDBENT0_FEATID_0" >
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Plot Style" />
<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="RevisionNumber" />
<column name="FEATID" 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="CHAR" length="10" scale="0" nullable="True" >
</column>
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBENTITY" description="" pkeyName="GK_ACDBENT0_FEATID_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
<target>
<table name="ACDBENTITY" description="" pkeyName="GK_ACDBENT0_FEATID_0" >
</table>
<sourceColumns>
<column name="FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</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="FeatId" description="Feature id number (uniquely identifies a feature)"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="True" 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="CHAR" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Plot Style" description=""
 dataType="string" length="20" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ACDBHATCH" columnName="PLOT_STYLE" colCreator="True" fixedCol="False"  >
<Inherited baseClass="AcDbEntity" />
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" 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" >
<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="CHAR" 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="Feature id number (uniquely identifies a feature)"
 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ACDBENTITY_ACXDATA" description="" pkeyName="GK_ACDBENT0_ACDBENTITY_0" >
<target>
<table name="ACDBHATCH" description="" pkeyName="GK_ACDBHAT0_FEATID_0" >
</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="CHAR" 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="GK_ACDBENT0_ACDBENTITY_0" >
<target>
<table name="ACDBHATCH" description="" pkeyName="GK_ACDBHAT0_FEATID_0" >
</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"
 geometryTypes="4" hasElevation="False" hasMeasure="False"
 tableName="ACDBHATCH" columnName="n/a" colCreator="False" fixedCol="False" >
<Inherited baseClass="Feature" />
</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="False" fixedCol="True"  >
<Inherited baseClass="Feature" />
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" 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=""
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ACDBHATCH" description="" pkeyName="GK_ACDBHAT0_FEATID_0" >
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Plot Style" />
<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="RevisionNumber" />
<column name="FEATID" 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="CHAR" length="10" scale="0" nullable="True" >
</column>
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ACDBHATCH" description="" pkeyName="GK_ACDBHAT0_FEATID_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
<target>
<table name="ACDBHATCH" description="" pkeyName="GK_ACDBHAT0_FEATID_0" >
</table>
<sourceColumns>
<column name="FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<tables>
</tables>
</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="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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<tables>
</tables>
</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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<tables>
</tables>
</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="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="CHAR" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Plot Style" description=""
 dataType="string" length="20" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ENTITY" columnName="PLOT_STYLE" colCreator="True" fixedCol="False"  >
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" 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="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="CHAR" 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ENTITY_ACXDATA" description="" pkeyName="GK_ENTITY_0_ENTITY_FEA_0" >
<target>
<table name="ENTITY" description="" pkeyName="GK_ENTITY0_FEATID_0" >
</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="CHAR" 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="GK_ENTITY_0_ENTITY_FEA_0" >
<target>
<table name="ENTITY" description="" pkeyName="GK_ENTITY0_FEATID_0" >
</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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ENTITY" description="" pkeyName="GK_ENTITY0_FEATID_0" >
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Plot Style" />
<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="CHAR" 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="CHAR" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ENTITY" description="" pkeyName="GK_ENTITY0_FEATID_0" >
</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="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="CHAR" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Plot Style" description=""
 dataType="string" length="20" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLYLINE" columnName="PLOT_STYLE" colCreator="True" fixedCol="False"  >
<Inherited baseClass="Entity" />
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" 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="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="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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="POLYLINE_ACDBVERTEXDA1" description="" pkeyName="GK_POLYLIN0_POLYLINE_F_0" >
<target>
<table name="POLYLINE" description="" pkeyName="GK_POLYLIN0_FEATID_0" >
</table>
<sourceColumns>
<column name="POLYLINE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="Seq" />
<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="GK_POLYLIN0_POLYLINE_F_0" >
<target>
<table name="POLYLINE" description="" pkeyName="GK_POLYLIN0_FEATID_0" >
</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="CHAR" 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ENTITY_ACXDATA" description="" pkeyName="GK_ENTITY_0_ENTITY_FEA_0" >
<target>
<table name="POLYLINE" description="" pkeyName="GK_POLYLIN0_FEATID_0" >
</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="CHAR" 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="GK_ENTITY_0_ENTITY_FEA_0" >
<target>
<table name="POLYLINE" description="" pkeyName="GK_POLYLIN0_FEATID_0" >
</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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="POLYLINE" description="" pkeyName="GK_POLYLIN0_FEATID_0" >
<property xsi:type="Data" name="Closed" />
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Plot Style" />
<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="CHAR" 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="CHAR" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="POLYLINE" description="" pkeyName="GK_POLYLIN0_FEATID_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</schema >
<schema name="Electric'l" description="Electrical '' schema'" >
<class xsi:type="Class" name="'Address" description=""
 baseClass="" abstract="False"
 tableName="A_ADDRESS" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="Number" description=""
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="A_ADDRESS" columnName="NUMBER1" colCreator="False" fixedCol="False"  >
</property>
<property xsi:type="Object" name="street" description=""
 objectType="Value" className="Electric'l:Street" idColumn="" order="ascending"
 fixedCol="False" >
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
</sourceProperties>
<targetProperties>
</targetProperties>
<class xsi:type="Class" name="'Address.street" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="A_ADDRESS_STREET" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="A_ADDRESS_STREET" columnName="NAME" colCreator="True" fixedCol="False"  >
</property>
<property xsi:type="Data" name="Type" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="A_ADDRESS_STREET" columnName="TYPE" colCreator="True" 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<tables>
</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=""
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<tables>
</tables>
</class>
<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="FeatId" description="Feature id number (uniquely identifies a feature)"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="True" 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="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="Geometric" name="Geometry" description="location and shape"
 geometryTypes="3" hasElevation="False" hasMeasure="False"
 tableName="F_GEOMETRY_0" columnName="RDBMS_GEOM" colCreator="False" fixedCol="False" >
<Inherited baseClass="ElectricDevice" />
<column name="RDBMS_GEOM" description="" dataType="MDSYS.SDO_GEOMETRY" length="4" scale="0" nullable="True" >
</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="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="CHAR" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Plot Style" description=""
 dataType="string" length="20" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="PLOT_STYLE" colCreator="False" fixedCol="False"  >
<Inherited baseClass="ElectricDevice.graphic" />
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" 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" >
<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="CHAR" 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ELECTRICDEVICE_ENTITY1" description="" pkeyName="GK_ELECTRI0_ELECTRICDE_0" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="CONDUCTOR" description="" pkeyName="GK_CONDUCT0_FEATID_0" >
</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="CHAR" 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="GK_ELECTRI0_ELECTRICDE_0" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="CONDUCTOR" description="" pkeyName="GK_CONDUCT0_FEATID_0" >
</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="Feature id number (uniquely identifies a feature)"
 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="CONDUCTOR" description="" pkeyName="GK_CONDUCT0_FEATID_0" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Plot Style" />
<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="CHAR" 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="CHAR" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="CONDUCTOR" description="" pkeyName="GK_CONDUCT0_FEATID_0" >
</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"
 geometryTypes="4" hasElevation="False" hasMeasure="False"
 tableName="CONDUCTOR" columnName="n/a" colCreator="False" fixedCol="False" >
<Inherited baseClass="Feature" />
</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="False" fixedCol="True"  >
<Inherited baseClass="Feature" />
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" 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=""
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="CONDUCTOR" description="" pkeyName="GK_CONDUCT0_FEATID_0" >
<property xsi:type="Data" name="FeatId" />
<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>
<property xsi:type="Data" name="RevisionNumber" />
<column name="FEATID" 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="UNDERGROUND" description="" dataType="NUMBER" length="1" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="CONDUCTOR" description="" pkeyName="GK_CONDUCT0_FEATID_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
<target>
<table name="CONDUCTOR" description="" pkeyName="GK_CONDUCT0_FEATID_0" >
</table>
<sourceColumns>
<column name="FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</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="FeatId" description="Feature id number (uniquely identifies a feature)"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="True" 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"
 geometryTypes="3" hasElevation="False" hasMeasure="False"
 tableName="F_GEOMETRY_0" columnName="RDBMS_GEOM" colCreator="False" fixedCol="False" >
<column name="RDBMS_GEOM" description="" dataType="MDSYS.SDO_GEOMETRY" length="4" scale="0" nullable="True" >
</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="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="CHAR" length="10" scale="0" nullable="True" >
</column>
</property>
<property xsi:type="Data" name="Plot Style" description=""
 dataType="string" length="20" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="ELECTRICDEVICE_ENTITY" columnName="PLOT_STYLE" colCreator="True" fixedCol="False"  >
<column name="PLOT_STYLE" description="" dataType="CHAR" length="20" 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="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="CHAR" 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ELECTRICDEVICE_ENTITY1" description="" pkeyName="GK_ELECTRI0_ELECTRICDE_0" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="GK_ELECTRI0_FEATID_0" >
</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="CHAR" 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="GK_ELECTRI0_ELECTRICDE_0" >
<target>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="GK_ELECTRI0_FEATID_0" >
</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="Feature id number (uniquely identifies a feature)"
 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="GK_ELECTRI0_FEATID_0" >
</table>
<sourceColumns>
<column name="ELECTRICDEVICE_FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Data" name="Layer" />
<property xsi:type="Data" name="Plot Style" />
<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="CHAR" 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="CHAR" length="20" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE_ENTITY" description="" pkeyName="GK_ELECTRI0_FEATID_1" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="GK_ELECTRI0_FEATID_0" >
</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"
 geometryTypes="4" hasElevation="False" hasMeasure="False"
 tableName="ELECTRICDEVICE" columnName="n/a" colCreator="False" fixedCol="False" >
<Inherited baseClass="Feature" />
</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="False" fixedCol="True"  >
<Inherited baseClass="Feature" />
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" 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=""
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="ELECTRICDEVICE" description="" pkeyName="GK_ELECTRI0_FEATID_0" >
<property xsi:type="Data" name="FeatId" />
<property xsi:type="Object" name="graphic" description="Acad entity"
 objectType="Value" className="Acad:Entity" idColumn="" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="RevisionNumber" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="ELECTRICDEVICE" description="" pkeyName="GK_ELECTRI0_FEATID_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
<target>
<table name="ELECTRICDEVICE" description="" pkeyName="GK_ELECTRI0_FEATID_0" >
</table>
<sourceColumns>
<column name="FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Class" name="Employee" description=""
 baseClass="" abstract="False"
 tableName="EMPLOYEE" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="First Name" />
<property xsi:type="Data" name="Last Name" />
</identityProperties>
<properties>
<property xsi:type="Data" name="First Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE" columnName="FIRST_NAME" colCreator="True" fixedCol="False"  >
<column name="FIRST_NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Last Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE" columnName="LAST_NAME" colCreator="True" fixedCol="False"  >
<column name="LAST_NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="home' address" description=""
 objectType="Value" className="Electric'l:'Address" idColumn="" order="ascending"
 fixedCol="False" >
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="First Name" />
<property xsi:type="Data" name="Last Name" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Employee_First Name" />
<property xsi:type="Data" name="Employee_Last Name" />
</targetProperties>
<class xsi:type="Class" name="Employee.home' address" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="EMPLOYEE_A_ADDRESS" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Employee_First Name" />
<property xsi:type="Data" name="Employee_Last Name" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Number" description=""
 dataType="int32" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE_A_ADDRESS" columnName="NUMBER1" colCreator="True" fixedCol="False"  >
<column name="NUMBER1" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Object" name="street" description=""
 objectType="Value" className="Electric'l:Street" idColumn="" order="ascending"
 fixedCol="False" >
<mappingDefinition xsi:type="Concrete" >
<sourceProperties>
<property xsi:type="Data" name="Employee_First Name" />
<property xsi:type="Data" name="Employee_Last Name" />
</sourceProperties>
<targetProperties>
<property xsi:type="Data" name="Employee_First Name" />
<property xsi:type="Data" name="Employee_Last Name" />
</targetProperties>
<class xsi:type="Class" name="Employee.home' address.street" description="Autogenerated Object Property Class"
 baseClass="" abstract="False"
 tableName="EMPLOYEE_A_ADDRESS_ST1" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="Employee_First Name" />
<property xsi:type="Data" name="Employee_Last Name" />
</identityProperties>
<properties>
<property xsi:type="Data" name="Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE_A_ADDRESS_ST1" columnName="NAME" colCreator="True" fixedCol="False"  >
<column name="NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Type" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE_A_ADDRESS_ST1" columnName="TYPE" colCreator="True" fixedCol="False"  >
<column name="TYPE" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Employee_First Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE_A_ADDRESS_ST1" columnName="EMPLOYEE_A_ADDRESS_EMPLOYEE1" colCreator="True" fixedCol="False"  >
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE1" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Employee_Last Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE_A_ADDRESS_ST1" columnName="EMPLOYEE_A_ADDRESS_EMPLOYEE2" colCreator="True" fixedCol="False"  >
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE2" description="" dataType="CHAR" length="30" 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="Employee.home' address.street"
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="EMPLOYEE_A_ADDRESS_ST1" description="" pkeyName="GK_EMPLOYE0_EMPLOYEE_A_0" >
<target>
<table name="EMPLOYEE_A_ADDRESS" description="" pkeyName="GK_EMPLOYE0_EMPLOYEE_F_0" >
<target>
<table name="EMPLOYEE" description="" pkeyName="GK_EMPLOYE0_FIRST_NAME_0" >
</table>
<sourceColumns>
<column name="EMPLOYEE_FIRST_NAME" />
<column name="EMPLOYEE_LAST_NAME" />
</sourceColumns>
<targetColumns>
<column name="FIRST_NAME" />
<column name="LAST_NAME" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE1" />
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE2" />
</sourceColumns>
<targetColumns>
<column name="EMPLOYEE_FIRST_NAME" />
<column name="EMPLOYEE_LAST_NAME" />
</targetColumns>
</target>
<property xsi:type="Data" name="Name" />
<property xsi:type="Data" name="Type" />
<property xsi:type="Data" name="Employee_First Name" />
<property xsi:type="Data" name="Employee_Last Name" />
<column name="NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
<column name="TYPE" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE1" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE2" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="EMPLOYEE_A_ADDRESS_ST1" description="" pkeyName="GK_EMPLOYE0_EMPLOYEE_A_0" >
<target>
<table name="EMPLOYEE_A_ADDRESS" description="" pkeyName="GK_EMPLOYE0_EMPLOYEE_F_0" >
<target>
<table name="EMPLOYEE" description="" pkeyName="GK_EMPLOYE0_FIRST_NAME_0" >
</table>
<sourceColumns>
<column name="EMPLOYEE_FIRST_NAME" />
<column name="EMPLOYEE_LAST_NAME" />
</sourceColumns>
<targetColumns>
<column name="FIRST_NAME" />
<column name="LAST_NAME" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE1" />
<column name="EMPLOYEE_A_ADDRESS_EMPLOYEE2" />
</sourceColumns>
<targetColumns>
<column name="EMPLOYEE_FIRST_NAME" />
<column name="EMPLOYEE_LAST_NAME" />
</targetColumns>
</target>
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
</mappingDefinition>
</property>
<property xsi:type="Data" name="Employee_First Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE_A_ADDRESS" columnName="EMPLOYEE_FIRST_NAME" colCreator="True" fixedCol="False"  >
<column name="EMPLOYEE_FIRST_NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Employee_Last Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="EMPLOYEE_A_ADDRESS" columnName="EMPLOYEE_LAST_NAME" colCreator="True" fixedCol="False"  >
<column name="EMPLOYEE_LAST_NAME" description="" dataType="CHAR" length="30" 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="Employee.home' address"
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="EMPLOYEE_A_ADDRESS" description="" pkeyName="GK_EMPLOYE0_EMPLOYEE_F_0" >
<target>
<table name="EMPLOYEE" description="" pkeyName="GK_EMPLOYE0_FIRST_NAME_0" >
</table>
<sourceColumns>
<column name="EMPLOYEE_FIRST_NAME" />
<column name="EMPLOYEE_LAST_NAME" />
</sourceColumns>
<targetColumns>
<column name="FIRST_NAME" />
<column name="LAST_NAME" />
</targetColumns>
</target>
<property xsi:type="Data" name="Number" />
<property xsi:type="Object" name="street" description=""
 objectType="Value" className="Electric'l:Street" idColumn="" order="ascending"
 fixedCol="False" >
</property>
<property xsi:type="Data" name="Employee_First Name" />
<property xsi:type="Data" name="Employee_Last Name" />
<column name="NUMBER1" description="" dataType="NUMBER" length="10" scale="0" nullable="False" >
</column>
<column name="EMPLOYEE_FIRST_NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
<column name="EMPLOYEE_LAST_NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="EMPLOYEE_A_ADDRESS" description="" pkeyName="GK_EMPLOYE0_EMPLOYEE_F_0" >
<target>
<table name="EMPLOYEE" description="" pkeyName="GK_EMPLOYE0_FIRST_NAME_0" >
</table>
<sourceColumns>
<column name="EMPLOYEE_FIRST_NAME" />
<column name="EMPLOYEE_LAST_NAME" />
</sourceColumns>
<targetColumns>
<column name="FIRST_NAME" />
<column name="LAST_NAME" />
</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="Employee"
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="EMPLOYEE" description="" pkeyName="GK_EMPLOYE0_FIRST_NAME_0" >
<property xsi:type="Data" name="First Name" />
<property xsi:type="Data" name="Last Name" />
<property xsi:type="Object" name="home' address" description=""
 objectType="Value" className="Electric'l:'Address" idColumn="" order="ascending"
 fixedCol="False" >
</property>
<column name="LAST_NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
<column name="FIRST_NAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="EMPLOYEE" description="" pkeyName="GK_EMPLOYE0_FIRST_NAME_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
<class xsi:type="Feature" name="Pole" description=""
 baseClass="" abstract="False"
 tableName="POLE" tblCreator="True" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatureId" />
</identityProperties>
<properties>
<property xsi:type="Data" name="FeatureId" description="Feature id number (uniquely identifies a feature)"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="True" system="False" nullable="False" autogenerated="True" defaultValue=""
 tableName="POLE" columnName="FEATUREID" colCreator="True" fixedCol="False"  >
<column name="FEATUREID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="Height" description=""
 dataType="double" length="0" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="POLE" columnName="HEIGHT" colCreator="True" fixedCol="False"  >
<column name="HEIGHT" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
 geometryTypes="4" hasElevation="False" hasMeasure="False"
 tableName="POLE" columnName="n/a" colCreator="False" fixedCol="False" >
<Inherited baseClass="Feature" />
</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="POLE" columnName="REVISIONNUMBER" colCreator="False" fixedCol="True"  >
<Inherited baseClass="Feature" />
<column name="REVISIONNUMBER" description="" dataType="NUMBER" length="0" 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=""
 tableName="F_CLASSDEFINITION" columnName="CLASSNAME" colCreator="False" fixedCol="True"  >
<Inherited baseClass="ClassDefinition" />
<column name="CLASSNAME" description="" dataType="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="POLE" description="" pkeyName="GK_POLE0_FEATUREID_0" >
<property xsi:type="Data" name="FeatureId" />
<property xsi:type="Data" name="Height" />
<property xsi:type="Data" name="RevisionNumber" />
<column name="FEATUREID" 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="HEIGHT" description="" dataType="NUMBER" length="0" scale="0" nullable="False" >
</column>
</table>
<tables>
<table name="POLE" description="" pkeyName="GK_POLE0_FEATUREID_0" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
<target>
<table name="POLE" description="" pkeyName="GK_POLE0_FEATUREID_0" >
</table>
<sourceColumns>
<column name="FEATID" />
</sourceColumns>
<targetColumns>
<column name="FEATUREID" />
</targetColumns>
</target>
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
<class xsi:type="Class" name="Street" description=""
 baseClass="" abstract="False"
 tableName="STREET" tblCreator="False" fixedTbl="False" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
</identityProperties>
<properties>
<property xsi:type="Data" name="Name" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="STREET" columnName="NAME" colCreator="False" fixedCol="False"  >
</property>
<property xsi:type="Data" name="Type" description=""
 dataType="string" length="30" precision="0" scale="0"
 readOnly="False" featId="False" system="False" nullable="False" autogenerated="False" defaultValue=""
 tableName="STREET" columnName="TYPE" 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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<tables>
</tables>
</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="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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<tables>
</tables>
</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="CHAR" 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="CHAR" 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="CHAR" length="255" scale="0" nullable="False" >
</column>
<column name="SCHEMANAME" description="" dataType="CHAR" length="255" scale="0" nullable="True" >
</column>
<column name="TABLENAME" description="" dataType="CHAR" length="30" scale="0" nullable="False" >
</column>
<column name="ROOTTABLENAME" description="" dataType="CHAR" length="30" scale="0" nullable="True" >
</column>
<column name="TABLEOWNER" description="" dataType="CHAR" length="30" scale="0" nullable="True" >
</column>
<column name="TABLELINKNAME" description="" dataType="CHAR" length="128" scale="0" nullable="True" >
</column>
<column name="TABLEMAPPING" description="" dataType="CHAR" 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="CHAR" 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="CHAR" 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="GEOMETRYPROPERTY" description="" dataType="CHAR" length="4000" scale="0" nullable="True" >
</column>
<column name="TABLESPACENAME" description="" dataType="CHAR" length="30" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
</table>
</tables>
</class>
<class xsi:type="Class" name="Feature" description="Feature metaclass"
 baseClass="ClassDefinition" abstract="False"
 tableName="F_FEATURE" tblCreator="False" fixedTbl="True" >
<tableMapping>Concrete</tableMapping>
<identityProperties>
<property xsi:type="Data" name="FeatId" />
</identityProperties>
<properties>
<property xsi:type="Geometric" name="Bounds" description="Bounding box for the feature"
 geometryTypes="4" hasElevation="False" hasMeasure="False"
 tableName="F_FEATURE" columnName="n/a" colCreator="False" fixedCol="False" >
</property>
<property xsi:type="Data" name="FeatId" description="Feature id number (uniquely identifies a feature)"
 dataType="int64" length="0" precision="0" scale="0"
 readOnly="True" featId="True" system="True" nullable="False" autogenerated="True" defaultValue=""
 tableName="F_FEATURE" columnName="FEATID" colCreator="False" fixedCol="True"  >
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
</property>
<property xsi:type="Data" name="RevisionNumber" description="Edit count for supporting optimistic locking.  This value is incremented everytime the object is updated."
 dataType="double" length="0" precision="0" scale="0"
 readOnly="True" featId="False" system="True" nullable="False" autogenerated="True" defaultValue=""
 tableName="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="CHAR" 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="CHAR" length="255" scale="0" nullable="True" >
</column>
</property>
</properties>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
<property xsi:type="Data" name="FeatId" />
<column name="FEATID" description="" dataType="NUMBER" length="20" scale="0" nullable="False" >
</column>
<column name="CLASSID" description="" dataType="NUMBER" length="20" scale="0" nullable="True" >
</column>
</table>
<tables>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
</table>
<table name="F_CLASSDEFINITION" description="" pkeyName="" >
<target>
<table name="F_FEATURE" description="" pkeyName="F_FEATURE_PK" >
</table>
<sourceColumns>
<column name="CLASSID" />
</sourceColumns>
<targetColumns>
<column name="CLASSID" />
</targetColumns>
</target>
</table>
</tables>
</class>
</schema >
</schemas>
