<?xml version="1.0" encoding="utf-16"?>
<ECSchema schemaName="BaseElementSchema" nameSpacePrefix="baseElem" version="1.0" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.2.0">
    <ECSchemaReference name="EditorCustomAttributes" version="01.00" prefix="beca" />
    <ECClass typeName="BSplineBoundaryCurveData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Order" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>113000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Closed" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>112000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ControlPointCount" typeName="int" displayLabel="Control Point Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>111900</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NumberOfControlPoints</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="ControlPoints" typeName="point3d" displayLabel="Control Points" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>111800</Priority>
                </PropertyPriority>
                <IgnoreZ xmlns="EditorCustomAttributes.01.00" />
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </MemberExtendedType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECArrayProperty propertyName="ControlPointsWeights" typeName="double" displayLabel="Weights" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>111700</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="KnotCount" typeName="int" displayLabel="Knot Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>111600</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Knots" typeName="double" displayLabel="Knot , Multiplicity" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>111500</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="BsplineBoundaryPointData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="BoundaryPointCount" typeName="int" displayLabel="Trim Loop Point Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>130000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="BoundaryPoints" typeName="point3d" displayLabel="Trim Loop Points" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>120000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>18</Standard>
                </MemberExtendedType>
                <IgnoreZ xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="TrimCount" typeName="int" displayLabel="Trim Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>117000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="BoundaryCurve" typeName="BSplineBoundaryCurveData" displayLabel="Trim Curve" readOnly="True" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>115000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="BsplineBoundaryData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="BoundaryClockwiseSense" typeName="boolean" displayLabel="Clockwise Sense">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>148000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Hole</TrueString>
                    <FalseString>Solid</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="BoundaryCount" typeName="int" displayLabel="Trim Loop Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>145000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="BoundaryData" typeName="BsplineBoundaryPointData" displayLabel="Trim Loop Data" readOnly="True" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>150000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="BsplineControlPoint" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Point" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>230000</Priority>
                </PropertyPriority>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Weight" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>220000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UPoint" typeName="point3d" displayLabel="Point">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>230000</Priority>
                </PropertyPriority>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UWeight" typeName="double" displayLabel="Weight">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>220000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VPoint" typeName="point3d" displayLabel="Point">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>230000</Priority>
                </PropertyPriority>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VWeight" typeName="double" displayLabel="Weight">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>220000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="BsplineControlPointData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="PhysicallyClosed" typeName="boolean" displayLabel="Physically Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>260000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ControlPointCount" typeName="int" displayLabel="Control Point Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>250000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NumberOfControlPoints</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="ControlPoints" typeName="point3d" displayLabel="Control Points" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </MemberExtendedType>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECArrayProperty propertyName="ControlPointsWeights" typeName="BsplineControlPoint" displayLabel="Weights" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="UPhysicallyClosed" typeName="boolean" displayLabel="Physically Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>260000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UControlPointRowCount" typeName="int" displayLabel="Row Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>257000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UControlPointRowIndex" typeName="int" displayLabel="Row Index">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>253000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UControlPointCount" typeName="int" displayLabel="Row Size" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>250000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="UControlPoints" typeName="point3d" displayLabel="Control Points" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </MemberExtendedType>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECArrayProperty propertyName="UControlPointsWeights" typeName="BsplineControlPoint" displayLabel="Control Points" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="VPhysicallyClosed" typeName="boolean" displayLabel="Physically Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>260000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VControlPointColumnCount" typeName="int" displayLabel="Column Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>257000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VControlPointColumnIndex" typeName="int" displayLabel="Column Index">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>253000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VControlPointCount" typeName="int" displayLabel="Column Size" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>250000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="VControlPoints" typeName="point3d" displayLabel="Control Points" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </MemberExtendedType>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECArrayProperty propertyName="VControlPointsWeights" typeName="BsplineControlPoint" displayLabel="Control Points" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="BsplineFitPointData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="PhysicallyClosed" typeName="boolean" displayLabel="Physically Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>260000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FitPointCount" typeName="int" displayLabel="Fit Point Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>255000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NumberOfFitPoints</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="FitPoints" typeName="point3d" displayLabel="Fit Points" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>235000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </MemberExtendedType>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="BSplineKnotDetailData" isStruct="True" isDomainClass="True">
        <ECProperty propertyName="Value" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>179999</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Multiplicity" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>179998</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="BsplineKnotData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Uniform" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>200000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="KnotCount" typeName="int" displayLabel="Knot Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>190000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Knots" typeName="BSplineKnotDetailData" displayLabel="Knot , Multiplicity" readOnly="True" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>180000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Name>KnotDetail</Name>
                </MemberExtendedType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="UUniform" typeName="boolean" displayLabel="Uniform" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>200000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UKnotCount" typeName="int" displayLabel="Knot Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>190000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="UKnots" typeName="double" displayLabel="Knots" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>180000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </MemberExtendedType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="VUniform" typeName="boolean" displayLabel="Uniform" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>200000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VKnotCount" typeName="int" displayLabel="Knot Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>190000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="VKnots" typeName="double" displayLabel="Knots" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>180000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </MemberExtendedType>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="BsplineStartEndPointData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="StartPoint2" typeName="point3d" displayLabel="Point">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>158000</Priority>
                </PropertyPriority>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EndPoint2" typeName="point3d" displayLabel="Point">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>158000</Priority>
                </PropertyPriority>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TangentMethod" typeName="boolean" displayLabel="Tangent Method">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>156000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Bessel</TrueString>
                    <FalseString>Natural</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="StartTangentSource" typeName="boolean" displayLabel="Tangent Source">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>154000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Element</TrueString>
                    <FalseString>Automatic</FalseString>
                </BooleanDisplay>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EndTangentSource" typeName="boolean" displayLabel="Tangent Source">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>154000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Element</TrueString>
                    <FalseString>Automatic</FalseString>
                </BooleanDisplay>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="StartTangent" typeName="point3d" displayLabel="Tangent">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>18</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>152000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>StartTangent</Name>
                </DWGProperty>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EndTangent" typeName="point3d" displayLabel="Tangent">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>18</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>152000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="BsplineUVData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="UOrder" typeName="int" displayLabel="Order" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UClosed" typeName="boolean" displayLabel="Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="URuleCount" typeName="int" displayLabel="Rule Count">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECStructProperty propertyName="UControlPointData" typeName="BsplineControlPointData" displayLabel="Control Point Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>270000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="UKnotData" typeName="BsplineKnotData" displayLabel="Knot Data" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>210000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECProperty propertyName="VOrder" typeName="int" displayLabel="Order" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VClosed" typeName="boolean" displayLabel="Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VRuleCount" typeName="int" displayLabel="Rule Count">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECStructProperty propertyName="VControlPointData" typeName="BsplineControlPointData" displayLabel="Control Point Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>270000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="VKnotData" typeName="BsplineKnotData" displayLabel="Knot Data" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>210000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
    </ECClass>
    <ECClass typeName="LineStyleParametersStruct" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="LSScale" typeName="double" displayLabel="Scale" MinimumValue="1E-08">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199999</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>LinetypeScale</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSWidthMode" typeName="int" displayLabel="Width Mode">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>None</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Constant</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Tapered</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199995</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSStartWidth" typeName="double" displayLabel="Start Width" MinimumValue="0">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199993</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSEndWidth" typeName="double" displayLabel="End Width" MinimumValue="0">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199991</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSGlobalWidth" typeName="double" displayLabel="Constant Width" MinimumValue="0">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199989</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>ConstantWidth</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSTrueWidth" typeName="boolean" displayLabel="True Width">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199987</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSShiftMode" typeName="int" displayLabel="Shift Mode">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>None</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Distance</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Fraction</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Centered</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199983</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSDistancePhase" typeName="double" displayLabel="Shift">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199981</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSFractionPhase" typeName="double" displayLabel="Fraction Phase">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199979</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSCornerMode" typeName="int" displayLabel="Corner Mode">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>From Line Style</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Break at Corners</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Run Through Corners</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199977</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LSThroughCorner" typeName="boolean" displayLabel="XX-LSThroughCorner-XX">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>LinetypeGeneration</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Enabled</TrueString>
                    <FalseString>Disabled</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MaterialProjectionAngleClass" isDomainClass="True">
        <ECProperty propertyName="Orientation" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>200000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MaterialProjectionGroupClass" isDomainClass="True">
        <ECProperty propertyName="ProjectionGroup" typeName="string" displayLabel="Projection Group">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>20</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>250000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MaterialProjectionMappingClass" isDomainClass="True">
        <ECProperty propertyName="ProjectionMapping" typeName="int" displayLabel="Mapping Mode">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>21</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MaterialProjectionOriginClass" isDomainClass="True">
        <ECProperty propertyName="Offset" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>230000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MaterialProjectionSizeClass" isDomainClass="True">
        <ECProperty propertyName="Scale" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>210000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MeshFaceData" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="FaceIndex" typeName="int" displayLabel="Face Index">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FaceSize" typeName="int" displayLabel="Face Size" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>230000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="VertexIndices" typeName="string" displayLabel="Vertex Indices" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>220000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Vertices" typeName="point3d" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>210000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </MemberExtendedType>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="NormalIndices" typeName="string" displayLabel="Normal Indices" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>200000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Normals" typeName="point3d" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>190000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>18</Standard>
                </MemberExtendedType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="ParameterIndices" typeName="string" displayLabel="Parameter Indices" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>180000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Parameters" typeName="point3d" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>170000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>18</Standard>
                </MemberExtendedType>
                <IgnoreZ xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="ColorIndices" typeName="string" displayLabel="Color Indices" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>160000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Colors" typeName="ElementColor" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>150000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>3</Standard>
                </MemberExtendedType>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="MeshVertexData" isStruct="True" isDomainClass="True">
        <ECProperty propertyName="VertexIndex" typeName="int" displayLabel="Vertex Index">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>130000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Vertex" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>120000</Priority>
                </PropertyPriority>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MlineCap" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Line" typeName="boolean">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>510000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="InnerArcs" typeName="boolean" displayLabel="Inner Arcs">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>509000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="OuterArc" typeName="boolean" displayLabel="Outer Arc">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>508000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Angle" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>507000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Level" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Color" typeName="ElementColor">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>3</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Weight" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Style" typeName="int" displayLabel="Line Style">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>5</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineStyleScale" typeName="double" displayLabel="Line Style Scale">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199999</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineStyleWidth" typeName="double" displayLabel="Line Style Width">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199993</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MlineProfile" isStruct="True" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Distance" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>510000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Level" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Color" typeName="ElementColor">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>3</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Weight" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Style" typeName="int" displayLabel="Line Style">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>5</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineStyleScale" typeName="double" displayLabel="Line Style Scale">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199999</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineStyleWidth" typeName="double" displayLabel="Line Style Width">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>199993</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnArc" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="PrimaryAxis" typeName="double" displayLabel="Primary Axis">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MajorRadius</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryAxis" typeName="double" displayLabel="Secondary Axis">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MinorRadius</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Center" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Center</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="StartAngle" typeName="double" displayLabel="Start Angle">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>StartAngle</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SweepAngle" typeName="double" displayLabel="Sweep Angle">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>TotalAngle</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Length" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>ArcLength</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PrimaryVector" typeName="point3d" displayLabel="Primary Vector" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440001</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MajorAxis</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryVector" typeName="point3d" displayLabel="Secondary Vector" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MinorAxis</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="StartPoint" typeName="point3d" displayLabel="Start Point" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430001</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>StartPoint</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EndPoint" typeName="point3d" displayLabel="End Point" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>EndPoint</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EndAngle" typeName="double" displayLabel="End Angle">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>459000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>EndAngle</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="AxisRatio" typeName="double" displayLabel="Axis Ratio" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>RadiusRatio</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Area" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>9</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Area</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Normal" typeName="point3d" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>18</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Normal</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Radius" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Radius</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnAssignedMaterial" isDomainClass="True">
        <ECArrayProperty propertyName="AssignedMaterial" typeName="string" displayLabel="Assigned Materials" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>270000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="MstnBSplineCurve" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Order" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Closed" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Rational" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Length" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>300000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Planar" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>IsPlanar</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ControlPolygon" typeName="boolean" displayLabel="Control Polygon">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Visible</TrueString>
                    <FalseString>Hidden</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECStructProperty propertyName="ControlPointData" typeName="BsplineControlPointData" displayLabel="Control Point Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>270000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="FitPointData" typeName="BsplineFitPointData" displayLabel="Fit Point Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>265000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="KnotData" typeName="BsplineKnotData" displayLabel="Knot Data" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>210000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="StartPointData" typeName="BsplineStartEndPointData" displayLabel="Start Point Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>170000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="EndPointData" typeName="BsplineStartEndPointData" displayLabel="End Point Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>160000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECProperty propertyName="Degree" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Degree</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DwgClosed" typeName="boolean" displayLabel="Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Closed</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DwgEndTangent" typeName="point3d" displayLabel="Tangent" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>18</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>EndTangent</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnBSplineSurface" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Rational" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SurfaceArea" typeName="double" displayLabel="Surface Area" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>9</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>295000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Planar" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ControlNet" typeName="boolean" displayLabel="Control Net">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Visible</TrueString>
                    <FalseString>Hidden</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECStructProperty propertyName="UData" typeName="BsplineUVData" displayLabel="U Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>277000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="VData" typeName="BsplineUVData" displayLabel="V Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>273000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="Boundary" typeName="BsplineBoundaryData" displayLabel="Trim Loop">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>150000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECProperty propertyName="GridType" typeName="int" displayLabel="Grid Type" readOnly="True">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>None</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Quadratic</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>Cubic</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>Bezier</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Type</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridRowCount" typeName="int" displayLabel="Grid Row Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MVertexCount</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridColCount" typeName="int" displayLabel="Grid Column Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NVertexCount</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridRowDensity" typeName="int" displayLabel="Grid Row Density" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MDensity</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridColDensity" typeName="int" displayLabel="Grid Column Density" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NDensity</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridRowsClosed" typeName="boolean" displayLabel="Grid Rows Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MClose</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridColsClosed" typeName="boolean" displayLabel="Grid Columns Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NClose</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnCellProperties" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Origin" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>InsertPoint</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CellName" typeName="string" displayLabel="Cell Name">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Name</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CellType" typeName="boolean" displayLabel="Cell Type">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Point</TrueString>
                    <FalseString>Graphic</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsAnnotation" typeName="boolean" displayLabel="Is Annotation">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="AnnotationPurpose" typeName="boolean" displayLabel="Annotation Purpose" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>True</TrueString>
                    <FalseString>False</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnClosedBoundary" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Fill" typeName="ElementColor">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>3</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Area" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>9</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Area</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Perimeter" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>300000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Perimeter</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnComplex" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="NumElems" typeName="int" displayLabel="Number of elements" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnCone" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Center1" typeName="point3d" displayLabel="Center 1">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Center2" typeName="point3d" displayLabel="Center 2">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>475000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Radius1" typeName="double" displayLabel="Radius 1">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>477000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Radius2" typeName="double" displayLabel="Radius 2">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>473000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnDimension" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="DimensionStyleName" typeName="string" displayLabel="Dimension Style" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TextStyleName" typeName="string" displayLabel="Text Style" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsAnnotation" typeName="boolean" displayLabel="Is Annotation">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnElementRange" isDomainClass="True">
        <ECProperty propertyName="RangeLow" typeName="point3d" displayLabel="Range Low" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RangeHigh" typeName="point3d" displayLabel="Range High" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>485000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnEllipse" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="PrimaryAxis" typeName="double" displayLabel="Primary Axis">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MajorRadius</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryAxis" typeName="double" displayLabel="Secondary Axis">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MinorRadius</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Center" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Center</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PrimaryVector" typeName="point3d" displayLabel="Primary Vector" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440001</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MajorAxis</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryVector" typeName="point3d" displayLabel="Secondary Vector" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MinorAxis</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="AxisRatio" typeName="double" displayLabel="Axis Ratio" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>RadiusRatio</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Radius" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Radius</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="StartPoint" typeName="point3d" displayLabel="Start Point" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430001</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>StartPoint</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EndPoint" typeName="point3d" displayLabel="End Point" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>EndPoint</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnFaceAttachedMaterial" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECArrayProperty propertyName="FaceAttachedMaterial" typeName="string" displayLabel="Face Attachments" readOnly="True" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>260000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="MstnGraphHeader" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Description" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>ObjectName</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Level" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Layer</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ElementID" typeName="long" displayLabel="Element ID" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>ElementID</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Model" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ModifiedTime" typeName="dateTime" displayLabel="Last Modified" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ElementSize" typeName="int" displayLabel="Size" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FilePos" typeName="int" displayLabel="File Position" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Linkages" typeName="int">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>Linkages</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="XAttributes" typeName="int">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>XAttributes</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Links" typeName="string" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>AnnotationLinkArrayType</Name>
                </ExtendType>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Name>AnnotationLinkMemberType</Name>
                </MemberExtendedType>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AnnotationLinks</Name>
                    <DisplayLabel>Links</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="Color" typeName="ElementColor">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>3</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>TrueColor</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Weight" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Lineweight</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Style" typeName="int" displayLabel="Line Style">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>5</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Linetype</Name>
                </DWGProperty>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ElementClass" typeName="int" displayLabel="Class">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>6</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Transparency" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>22</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>410000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Priority" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>26</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Template" typeName="string">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>13</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DetailSymbolTemplate" typeName="string" displayLabel="Detailing Symbol Style">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>23</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Modified" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Modified</TrueString>
                    <FalseString>Not Modified</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="New" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>410000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>New</TrueString>
                    <FalseString>Not New</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Solid" typeName="boolean">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Solid</TrueString>
                    <FalseString>Hole</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ViewDependent" typeName="boolean" displayLabel="View Dependent">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>View Dependent</TrueString>
                    <FalseString>View Independent</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Snappable" typeName="boolean">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Snappable</TrueString>
                    <FalseString>Not Snappable</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECStructProperty propertyName="LineStyleParams" typeName="LineStyleParametersStruct" displayLabel="Line Style Parameters">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>340000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECProperty propertyName="Thickness" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>350000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Thickness</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GraphicGroup" typeName="int" displayLabel="Graphic Group" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>380000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnHatchRegion" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="HatchSource" typeName="int" displayLabel="Pattern Definition">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>From Cell</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>From File</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Filled</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>User Defined</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>491000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchName" typeName="string" displayLabel="Pattern Name">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternName</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>HatchName</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchCell" typeName="string" displayLabel="Pattern Cell">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>HatchCell</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchScale" typeName="double" displayLabel="Scale">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternScale</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchSpace" typeName="double" displayLabel="Space">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternSpace</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchCross" typeName="boolean" displayLabel="Cross Hatch">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternDouble</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchAngle" typeName="double" displayLabel="Angle">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternAngle</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchAssoc" typeName="boolean" displayLabel="Associative" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>AssociativeHatch</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchOrigin" typeName="point3d" displayLabel="Origin">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchStyle" typeName="int" displayLabel="Island Detection" readOnly="True">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Normal</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Outer</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Ignore</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>410000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>HatchStyle</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HatchEcsOrigin" typeName="point3d" displayLabel="XX-HatchEcsOrigin-XX" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Origin</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>PatternParams</Name>
                    <DisplayLabel>Pattern Parameters</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
                <IgnoreZ xmlns="EditorCustomAttributes.01.00" />
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnHeader" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Description" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>ObjectName</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Level" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Layer</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ElementID" typeName="long" displayLabel="Element ID" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>ElementID</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Model" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ModifiedTime" typeName="dateTime" displayLabel="Last Modified" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ElementSize" typeName="int" displayLabel="Size" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FilePos" typeName="int" displayLabel="File Position" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Linkages" typeName="int">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>Linkages</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="XAttributes" typeName="int">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>4</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>XAttributes</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Links" typeName="string" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>AnnotationLinkArrayType</Name>
                </ExtendType>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Name>AnnotationLinkMemberType</Name>
                </MemberExtendedType>
                <AlwaysExpand xmlns="EditorCustomAttributes.01.00">
                    <ArrayMembers>True</ArrayMembers>
                </AlwaysExpand>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AnnotationLinks</Name>
                    <DisplayLabel>Links</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="Segment" isStruct="True" isDomainClass="True">
        <ECProperty propertyName="Start" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>StartPoint</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="End" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>EndPoint</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Length" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Direction" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>17</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>390000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Angle</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ElevationAngle" typeName="double" displayLabel="Elevation Angle" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>17</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>389000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Angle</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DeltaX" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>380000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DeltaY" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>370000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DeltaZ" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>360000</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Delta" typeName="point3d" displayLabel="XX-Delta-XX" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>359999</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Delta</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnLineSegments" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Count" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>600000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Segments" typeName="Segment" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>350000</Priority>
                </PropertyPriority>
                <MembersIndependent xmlns="EditorCustomAttributes.01.00" />
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECProperty propertyName="TotalLength" typeName="double" displayLabel="Total Length" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>300000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Length</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Area" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>9</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Area</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZDepth" typeName="double" displayLabel="Elevation">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Elevation</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnLockedElement" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Locked" typeName="boolean">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Locked</TrueString>
                    <FalseString>Unlocked</FalseString>
                </BooleanDisplay>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnMesh" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="VertexCount" typeName="int" displayLabel="Vertex Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NumberOfVertices</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FaceCount" typeName="int" displayLabel="Face Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NumberOfFaces</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EdgeCount" typeName="int" displayLabel="Edge Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="HiddenEdgeCount" typeName="int" displayLabel="Hidden Edge Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="BoundaryEdgeCount" typeName="int" displayLabel="Boundary Edge Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="InteriorEdgeCount" typeName="int" displayLabel="Interior Edge Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SurfaceArea" typeName="double" displayLabel="Surface Area" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>9</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>295000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Planar" typeName="boolean" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECStructProperty propertyName="FaceData" typeName="MeshFaceData" displayLabel="Face Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>250000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="VertexData" typeName="MeshVertexData" displayLabel="Vertex Data">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>140000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECProperty propertyName="GridRowCount" typeName="int" displayLabel="Grid Row Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MVertexCount</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridColCount" typeName="int" displayLabel="Grid Column Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NVertexCount</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridRowsClosed" typeName="boolean" displayLabel="Grid Rows Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>MClose</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GridColsClosed" typeName="boolean" displayLabel="Grid Columns Closed" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>NClose</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FaceVisEdge1" typeName="boolean" displayLabel="Face Visibility Edge 1" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>VisibilityEdge1</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Visible</TrueString>
                    <FalseString>Hidden</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FaceVisEdge2" typeName="boolean" displayLabel="Face Visibility Edge 2" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>VisibilityEdge2</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Visible</TrueString>
                    <FalseString>Hidden</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FaceVisEdge3" typeName="boolean" displayLabel="Face Visibility Edge 3" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>VisibilityEdge3</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Visible</TrueString>
                    <FalseString>Hidden</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FaceVisEdge4" typeName="boolean" displayLabel="Face Visibility Edge 4" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>VisibilityEdge4</Name>
                </DWGProperty>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Visible</TrueString>
                    <FalseString>Hidden</FalseString>
                </BooleanDisplay>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnMultiline" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="StyleName" typeName="string" displayLabel="Style" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>511000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="NumLines" typeName="int" displayLabel="Profile Count" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>510000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Profiles" typeName="MlineProfile" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>509000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECArrayProperty>
        <ECStructProperty propertyName="StartCap" typeName="MlineCap" displayLabel="Start Cap">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>508000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="EndCap" typeName="MlineCap" displayLabel="End Cap">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>507000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
        <ECStructProperty propertyName="Joints" typeName="MlineCap">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>2</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>506000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECStructProperty>
    </ECClass>
    <ECClass typeName="MstnPointString" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Count" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>600000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECArrayProperty propertyName="Points" typeName="point3d" minOccurs="0" maxOccurs="unbounded">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>350000</Priority>
                </PropertyPriority>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </MemberExtendedType>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>12</Standard>
                </ExtendType>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="MstnReferenceAttachment" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="FileName" typeName="string" displayLabel="File Name" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>570000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ModelName" typeName="string" displayLabel="Model Name" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>560000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LogicalName" typeName="string" displayLabel="XX-LogicalName-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>550000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>540000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Display" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>530000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Snap" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>520000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Locate" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>510000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ScaleLineStyles" typeName="boolean" displayLabel="Scale Line Styles">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DisplayRasterRefs" typeName="boolean" displayLabel="Display Raster Refs">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UseLights" typeName="boolean" displayLabel="Use Lights">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsAnnotation" typeName="boolean" displayLabel="Is Annotation">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Transparency" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>22</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Scale" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Offset" typeName="point3d" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GeographicAttach" typeName="int" displayLabel="Geographic">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>No</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>30</Value>
                            <DisplayString>AEC Transform</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>31</Value>
                            <DisplayString>Reprojected</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationX" typeName="double" displayLabel="Rotation-X">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationY" typeName="double" displayLabel="Rotation-Y">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>449999</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationZ" typeName="double" displayLabel="Rotation-Z">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>449998</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationAngle" typeName="double" displayLabel="Angle">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>17</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationPlane" typeName="int" displayLabel="Orientation" readOnly="True">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Top</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Bottom</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Left</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Right</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Front</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>Back</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>Isometric</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>Right Isometric</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>449800</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Attachment</Name>
                    <DisplayLabel>Attachment</DisplayLabel>
                    <Priority>100000</Priority>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnRenderingMaterial" isDomainClass="True">
        <ECProperty propertyName="AttachedMaterial" typeName="string" displayLabel="Attached Material">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>32</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnRotation" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="RotationX" typeName="double" displayLabel="Rotation-X">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationY" typeName="double" displayLabel="Rotation-Y">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>449999</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationZ" typeName="double" displayLabel="Rotation-Z">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>11</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>449998</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationAngle" typeName="double" displayLabel="Angle">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>17</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationPlane" typeName="int" displayLabel="Orientation" readOnly="True">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Top</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Bottom</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Left</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Right</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Front</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>Back</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>Isometric</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>Right Isometric</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>449800</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnScale" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="ScaleX" typeName="double" displayLabel="Scale X">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440003</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>XScaleFactor</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ScaleY" typeName="double" displayLabel="Scale Y">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440002</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>YScaleFactor</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ScaleZ" typeName="double" displayLabel="Scale Z">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440001</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>ZScaleFactor</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>False</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnSharedCellDefinitionProperties" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="CellName" typeName="string" displayLabel="Cell Name" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Name</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnSharedCellInstanceProperties" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Origin" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>InsertionPoint</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Point" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Coordinates</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Name" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Name</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsAnnotation" typeName="boolean" displayLabel="Is Annotation">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="AnnotationPurpose" typeName="boolean" displayLabel="Annotation Purpose" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnSurface" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="SurfaceArea" typeName="double" displayLabel="Surface Area" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>9</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>295000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnTag" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Origin" typeName="point3d" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UserOrigin" typeName="point3d" displayLabel="User Origin" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Font" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>FontName</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Justification" typeName="int" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>270000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextJustification</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Height" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>250000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Width" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>240000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TagSetName" typeName="string" displayLabel="Tag Set" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>ContentsCategory</Name>
                    <DisplayLabel>Contents</DisplayLabel>
                    <Priority>320000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TagName" typeName="string" displayLabel="Tag Name" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>ContentsCategory</Name>
                    <DisplayLabel>Contents</DisplayLabel>
                    <Priority>320000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TagType" typeName="int" displayLabel="Tag Type" readOnly="True">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>String</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Short Integer</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Integer</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Double</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Binary</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>Wide String</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>ContentsCategory</Name>
                    <DisplayLabel>Contents</DisplayLabel>
                    <Priority>320000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TagValue" typeName="string" displayLabel="Value" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>ContentsCategory</Name>
                    <DisplayLabel>Contents</DisplayLabel>
                    <Priority>320000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsAnnotation" typeName="boolean" displayLabel="Is Annotation" readOnly="True">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnText" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="TextString" typeName="string" displayLabel="Text String">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextStringProperties</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>ContentsCategory</Name>
                    <DisplayLabel>Contents</DisplayLabel>
                    <Priority>320000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Contents</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TextStyle" typeName="TextStyle" displayLabel="Text Style">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>15</Standard>
                </ExtendType>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>153000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Style</Name>
                </DWGProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>ContentsCategory</Name>
                    <DisplayLabel>Contents</DisplayLabel>
                    <Priority>320000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Vertical" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextBool</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>162000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Direction</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FontName" typeName="MstnFont" displayLabel="Font Name">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>FontName</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Font Name</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Height" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextNumericProperties</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>161000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Height</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Width" typeName="double">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextNumericProperties</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>160000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Width</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Justification" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextJustification</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>157000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Justify</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SlantAngle" typeName="TextAngle" displayLabel="Slant Angle">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextAngle</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>156000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Obliquing</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Italics" typeName="int">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextBool</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>156500</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Italics</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineSpacingType" typeName="int" displayLabel="Line Spacing Type">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextLineSpacingType</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>154000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Line space style</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineSpacing" typeName="double" displayLabel="Line Spacing">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextLineSpacing</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>155000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Line space distance</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="UserOrigin" typeName="point3d" displayLabel="User Origin">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>159000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Origin" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>158000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Origin</Name>
                </DWGProperty>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Color" typeName="ElementColor">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextColor</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Color</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsAnnotation" typeName="int" displayLabel="Is Annotation">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextBool</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>159450</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>IsAnnotation</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnView" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <DWGProperty xmlns="EditorCustomAttributes.01.00">
                    <Name>Name</Name>
                </DWGProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsSavedView" typeName="boolean" displayLabel="Is Saved View">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Type" typeName="string">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>ViewType</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TargetModelID" typeName="long">
            <ECCustomAttributes>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Origin" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>930000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Extents" typeName="point3d">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>940000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ActiveZ" typeName="double" displayLabel="Active Z Depth">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>950000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="AspectRatio" typeName="double" displayLabel="Aspect Ratio">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>960000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CameraPosition" typeName="point3d" displayLabel="Camera Position">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>7</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>970000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ViewIndex" typeName="int" displayLabel="View Index">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>980000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Backgroundcolor" typeName="ElementColor" displayLabel="Background Color">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>3</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>990000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="BaseDisplayStyle" typeName="string" displayLabel="Base Display Style">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>510000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>BaseDisplayStyle</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ACSTriad" typeName="boolean" displayLabel="ACS Triad">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Background" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="BoundaryDisplay" typeName="boolean" displayLabel="Boundary Display">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>485000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Camera" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ClipVolume" typeName="boolean" displayLabel="Clip Volume">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ClipBack" typeName="boolean" displayLabel="Clip Back">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ClipFront" typeName="boolean" displayLabel="Clip Front">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Constructions" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>440000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Dimensions" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>430000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DataFields" typeName="boolean" displayLabel="Data Fields">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>420000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Displayset" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>410000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FastCells" typeName="boolean" displayLabel="Fast Cells">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FastCurves" typeName="boolean" displayLabel="Fast Curves">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>390000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Fill" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>380000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Grid" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>370000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LevelOverrides" typeName="boolean" displayLabel="Level Overrides">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>360000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineStyles" typeName="boolean" displayLabel="Line Styles">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>350000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LineWeights" typeName="boolean" displayLabel="Line Weight">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>340000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PatternAndBump" typeName="boolean" displayLabel="Pattern/Bump Maps">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>335000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Patterns" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>330000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DefaultLighting" typeName="boolean" displayLabel="Default Lighting">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>325000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ViewTags" typeName="boolean" displayLabel="Tags">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>320000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ViewText" typeName="boolean" displayLabel="Text">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>310000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ViewTextNodes" typeName="boolean" displayLabel="Text Nodes">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>300000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ViewTransparency" typeName="boolean" displayLabel="Transparency">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>290000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>On</TrueString>
                    <FalseString>Off</FalseString>
                </BooleanDisplay>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Markers" typeName="boolean">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>280000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>Markers</Name>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Presentation</Name>
                    <DisplayLabel>Presentation</DisplayLabel>
                    <Priority>100000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="MstnVolume" isDomainClass="True">
        <ECCustomAttributes>
            <DontShowNullProperties xmlns="EditorCustomAttributes.01.00" />
        </ECCustomAttributes>
        <ECProperty propertyName="Volume" typeName="double" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>10</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>300000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SurfaceArea" typeName="double" displayLabel="Surface Area" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>9</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>295000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="NamedGroupMember" isStruct="True" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string" readOnly="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ForwardProp" typeName="int" displayLabel="Forward Propagation">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Group Lock</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Never</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Always</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="BackwardProp" typeName="int" displayLabel="Backward Propagation">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Group Lock</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Never</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Always</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>460000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="GroupProp" typeName="int" displayLabel="Group Propagation">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Group Lock</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Never</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Always</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>450000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="NamedGroupInfo" isDomainClass="True">
        <ECArrayProperty propertyName="Groups" typeName="NamedGroupMember" minOccurs="0" maxOccurs="unbounded" isStruct="True">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>16</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>370000</Priority>
                </PropertyPriority>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>NamedGroupArray</Name>
                </ExtendType>
                <MemberExtendedType xmlns="EditorCustomAttributes.01.00">
                    <Name>NamedGroupStruct</Name>
                </MemberExtendedType>
            </ECCustomAttributes>
        </ECArrayProperty>
    </ECClass>
    <ECClass typeName="NoteProperties" isDomainClass="True">
        <ECProperty propertyName="TextString" typeName="string" displayLabel="Text String">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>250000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>ContentsCategory</Name>
                    <DisplayLabel>Contents</DisplayLabel>
                    <Priority>320000</Priority>
                    <Expand>True</Expand>
                </Category>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Name>TextStringProperties</Name>
                </ExtendType>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="IsAnnotation" typeName="boolean" displayLabel="Is Annotation">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>400000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FormattingCategory</Name>
                    <DisplayLabel>Formatting</DisplayLabel>
                    <Priority>310000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="OleElementProperties" isDomainClass="True">
        <ECProperty propertyName="Transparent" typeName="boolean">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>390000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RotationMode" typeName="int" displayLabel="View Rotation Mode">
            <ECCustomAttributes>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>View Independent</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>View Dependent</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>View Projection</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>1</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>380000</Priority>
                </PropertyPriority>
                <RequiresReload xmlns="EditorCustomAttributes.01.00" />
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LockedAspectRatio" typeName="boolean" displayLabel="Aspect Ratio Fixed">
            <ECCustomAttributes>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>510000</Priority>
                </PropertyPriority>
                <BooleanDisplay xmlns="EditorCustomAttributes.01.00">
                    <TrueString>Yes</TrueString>
                    <FalseString>No</FalseString>
                </BooleanDisplay>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ScaleX" typeName="double" displayLabel="Scale X">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>500000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ScaleY" typeName="double" displayLabel="Scale Y">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>14</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>490000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SizeX" typeName="double" displayLabel="Size X" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>480000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SizeY" typeName="double" displayLabel="Size Y" readOnly="True">
            <ECCustomAttributes>
                <ExtendType xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </ExtendType>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Standard>8</Standard>
                </Category>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>470000</Priority>
                </PropertyPriority>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
</ECSchema>