<ClassType ID="System.Extension" Accessibility="Public" Abstract="true" Base="System.Entity">
<Property ID="ID" Type="string" MaxLength="65536" Key="true"/>
<!--The following fields are only used in cmdb model currently -->
<Property ID="Domain" Type="string" MaxLength="65536" Key="false"/>
<Property ID="Path" Type="string" MaxLength="65536" Key="false"/>
<!--The following are internal fields, use 'Internal_' to avoid conflict with xml name-->
<Property ID="Internal_ManagementPackId" Type="guid" Key="false"/>
<Property ID="Internal_ElementId" Type="guid" Key="false"/>
<Property ID="Internal_ParentId" Type="guid" Key="false"/>
</ClassType>