<?xml version="1.0" encoding="utf-16"?>
<ECSchema schemaName="MstnPropertyFormatter" nameSpacePrefix="BentleyPropertyManager" version="1.0" xmlns="http://www.bentley.com/schemas/Bentley.ECXML.2.0">
    <ECSchemaReference name="EditorCustomAttributes" version="01.00" prefix="beca" />
    <ECClass typeName="AngleClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Format" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800750</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>DD.DDDD</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>DD MM SS</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>DD MM</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Gradians</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Radians</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="AllowNegative" typeName="int" displayLabel="Allow Negative">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>False</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="AreaClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ShowLabel" typeName="int" displayLabel="Show Label">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800750</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>False</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Base" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="System" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Numerator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Denominator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Label" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Units" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800601</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Master Units)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(Use Active Sub Units)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>-3</Value>
                            <DisplayString>Acres</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1050</Value>
                            <DisplayString>Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1075</Value>
                            <DisplayString>Yards</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1100</Value>
                            <DisplayString>Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1125</Value>
                            <DisplayString>Inches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1150</Value>
                            <DisplayString>Mils</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1175</Value>
                            <DisplayString>MicroInches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2050</Value>
                            <DisplayString>Kilometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2075</Value>
                            <DisplayString>Meters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2100</Value>
                            <DisplayString>Centimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2125</Value>
                            <DisplayString>Millimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2150</Value>
                            <DisplayString>Micrometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1049</Value>
                            <DisplayString>US Survey Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1099</Value>
                            <DisplayString>US Survey Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1124</Value>
                            <DisplayString>US Survey Inches</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>0.1234567</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>0.12345678</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>11</Value>
                            <DisplayString>1/2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>12</Value>
                            <DisplayString>1/4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>13</Value>
                            <DisplayString>1/8</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>14</Value>
                            <DisplayString>1/16</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>15</Value>
                            <DisplayString>1/32</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>16</Value>
                            <DisplayString>1/64</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>21</Value>
                            <DisplayString>1.1E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>22</Value>
                            <DisplayString>1.12E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>23</Value>
                            <DisplayString>1.123E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>24</Value>
                            <DisplayString>1.1234E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>25</Value>
                            <DisplayString>1.12345E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>26</Value>
                            <DisplayString>1.123456E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>27</Value>
                            <DisplayString>1.1234567E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>28</Value>
                            <DisplayString>1.12345678E+01</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CF" typeName="double" displayLabel="Conversion Factor">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700900</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Case" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Upper</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Lower</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>First Capital</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Title</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="BooleanClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>BooleanFormatCategory</Name>
                    <DisplayLabel>Boolean Format</DisplayLabel>
                    <Description>Boolean Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>BooleanFormatCategory</Name>
                    <DisplayLabel>Boolean Format</DisplayLabel>
                    <Description>Boolean Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>BooleanFormatCategory</Name>
                    <DisplayLabel>Boolean Format</DisplayLabel>
                    <Description>Boolean Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="BoolWord" typeName="int" displayLabel="Display As">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True/False</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Yes/No</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>On/Off</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Enabled/Disabled</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>BooleanFormatCategory</Name>
                    <DisplayLabel>Boolean Format</DisplayLabel>
                    <Description>Boolean Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Case" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Upper</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Lower</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>First Capital</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Title</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>BooleanFormatCategory</Name>
                    <DisplayLabel>Boolean Format</DisplayLabel>
                    <Description>Boolean Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="CoordinateClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Coordinates" typeName="int" displayLabel="Select Coordinates">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800850</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>XYZ</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>XY</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>X</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Y</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Z</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LabelFormat" typeName="int" displayLabel="Label Format">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800750</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>MU</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>MU label</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>SU</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>SU label</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>MU SU</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>MU label SU label</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterBase" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterSystem" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterNumerator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterDenominator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterLabel" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterUnits" typeName="int" displayLabel="Master Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800601</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1050</Value>
                            <DisplayString>Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1075</Value>
                            <DisplayString>Yards</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1100</Value>
                            <DisplayString>Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1125</Value>
                            <DisplayString>Inches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1150</Value>
                            <DisplayString>Mils</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1175</Value>
                            <DisplayString>MicroInches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2050</Value>
                            <DisplayString>Kilometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2075</Value>
                            <DisplayString>Meters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2100</Value>
                            <DisplayString>Centimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2125</Value>
                            <DisplayString>Millimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2150</Value>
                            <DisplayString>Micrometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1049</Value>
                            <DisplayString>US Survey Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1099</Value>
                            <DisplayString>US Survey Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1124</Value>
                            <DisplayString>US Survey Inches</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryBase" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondarySystem" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryNumerator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryDenominator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryLabel" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryUnits" typeName="int" displayLabel="Sub Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1050</Value>
                            <DisplayString>Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1075</Value>
                            <DisplayString>Yards</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1100</Value>
                            <DisplayString>Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1125</Value>
                            <DisplayString>Inches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1150</Value>
                            <DisplayString>Mils</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1175</Value>
                            <DisplayString>MicroInches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2050</Value>
                            <DisplayString>Kilometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2075</Value>
                            <DisplayString>Meters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2100</Value>
                            <DisplayString>Centimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2125</Value>
                            <DisplayString>Millimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2150</Value>
                            <DisplayString>Micrometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1049</Value>
                            <DisplayString>US Survey Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1099</Value>
                            <DisplayString>US Survey Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1124</Value>
                            <DisplayString>US Survey Inches</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>0.1234567</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>0.12345678</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>11</Value>
                            <DisplayString>1/2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>12</Value>
                            <DisplayString>1/4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>13</Value>
                            <DisplayString>1/8</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>14</Value>
                            <DisplayString>1/16</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>15</Value>
                            <DisplayString>1/32</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>16</Value>
                            <DisplayString>1/64</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>21</Value>
                            <DisplayString>1.1E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>22</Value>
                            <DisplayString>1.12E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>23</Value>
                            <DisplayString>1.123E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>24</Value>
                            <DisplayString>1.1234E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>25</Value>
                            <DisplayString>1.12345E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>26</Value>
                            <DisplayString>1.123456E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>27</Value>
                            <DisplayString>1.1234567E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>28</Value>
                            <DisplayString>1.12345678E+01</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LS" typeName="int" displayLabel="List Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700450</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>47</Value>
                            <DisplayString>Slash</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>59</Value>
                            <DisplayString>Semicolon</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZMU" typeName="int" displayLabel="Zero Master Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700200</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZSU" typeName="int" displayLabel="Zero Sub Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700100</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DAng" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Format" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800750</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>DD.DDDD</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>DD MM SS</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Gradians</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Radians</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Surveyor's Units</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="AllowNegative" typeName="int" displayLabel="Allow Negative">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>False</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DArea" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LuFmt" typeName="int" displayLabel="Format">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>900000</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Scientific</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Decimal</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Engineering</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Architectural</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Fractional</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>3</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>5</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>6</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>7</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>8</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AreaFormatCategory</Name>
                    <DisplayLabel>Area Format</DisplayLabel>
                    <Description>Area Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CF" typeName="double" displayLabel="Conversion Factor">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700900</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DateTimeFormat" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DateTimeFormatCategory</Name>
                    <DisplayLabel>Date Time Format</DisplayLabel>
                    <Description>Date Time Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DateTimeFormatCategory</Name>
                    <DisplayLabel>Date Time Format</DisplayLabel>
                    <Description>Date Time Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DateTimeFormatCategory</Name>
                    <DisplayLabel>Date Time Format</DisplayLabel>
                    <Description>Date Time Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DateTimeFormat" typeName="int" displayLabel="Date Time Format">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800851</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>9/7/2005 3:08:02 PM (Short date and time)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Wednesday, September 07, 2005 3:08:02 PM (Long date and time)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>9/7/2005 (Short date)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Wednesday, September 07, 2005 (Long date, regional format)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Wednesday, September 07, 2005 (Long date, fixed format)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>15:08:02 (24 hour clock)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>15:08 (24 hour clock, no seconds)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>3:08:02 PM (12 hour clock)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>3:08 PM (12 hour clock, no seconds)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>9</Value>
                            <DisplayString>9/7/2005 3:08:02 PM (Includes seconds)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>10</Value>
                            <DisplayString>9/7/2005 3:08 PM (No seconds)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>11</Value>
                            <DisplayString>Sep-05 (Abbreviated month)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>12</Value>
                            <DisplayString>September 05 (Full month name)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>13</Value>
                            <DisplayString>2005-9-7 (Suppress leading zero for month or day)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>14</Value>
                            <DisplayString>2005/09/07 (Allow leading zero if 1-digit month)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>15</Value>
                            <DisplayString>07/09/2005 (Allow leading zero if 1-digit month)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>16</Value>
                            <DisplayString>07.09.2005 (Allow leading zero if 1-digit month)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>17</Value>
                            <DisplayString>7 September 2005 (Suppress leading zero for month)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>18</Value>
                            <DisplayString>Sep. 7, 05 (Suppress leading zero for month)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>19</Value>
                            <DisplayString>7-Sep-05 (Suppress leading zero for month)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>20</Value>
                            <DisplayString>2005-09-07 (4-digit year, 2-digit month, 2-digit day)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>21</Value>
                            <DisplayString>9/7/05 (Suppress leading zero for month or day)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>22</Value>
                            <DisplayString>September 7, 2005 (Full month name, suppress leading zero for day, 4 digit year.)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>23</Value>
                            <DisplayString>9/7/2005 (Suppress leading zeros, 4-digit year)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>24</Value>
                            <DisplayString>9.7.2005</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>25</Value>
                            <DisplayString>9/7/2005 3:08:02 PM</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>26</Value>
                            <DisplayString>3:08:02 PM</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DateTimeFormatCategory</Name>
                    <DisplayLabel>Date Time Format</DisplayLabel>
                    <Description>Date Time Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DTFmtStr" typeName="string" displayLabel="XX-Format String-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DateTimeFormatCategory</Name>
                    <DisplayLabel>Date Time Format</DisplayLabel>
                    <Description>Date Time Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Case" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Upper</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Lower</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>First Capital</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Title</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DateTimeFormatCategory</Name>
                    <DisplayLabel>Date Time Format</DisplayLabel>
                    <Description>Date Time Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DCoord" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Coordinates" typeName="int" displayLabel="Select Coordinates">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800850</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>XYZ</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>XY</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>X</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Y</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Z</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LuFmt" typeName="int" displayLabel="Format">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>900000</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Scientific</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Decimal</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Engineering</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Architectural</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Fractional</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>3</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>5</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>6</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>7</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>8</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>CoordinateFormatCategory</Name>
                    <DisplayLabel>Coordinate Format</DisplayLabel>
                    <Description>Coordinate Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LS" typeName="int" displayLabel="List Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700450</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>47</Value>
                            <DisplayString>Slash</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>59</Value>
                            <DisplayString>Semicolon</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZMU" typeName="int" displayLabel="Zero Master Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700200</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZSU" typeName="int" displayLabel="Zero Sub Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700100</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DDist" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LuFmt" typeName="int" displayLabel="Format">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>900000</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Scientific</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Decimal</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Engineering</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Architectural</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>Fractional</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>3</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>5</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>6</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>7</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>8</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CF" typeName="double" displayLabel="Conversion Factor">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700900</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZMU" typeName="int" displayLabel="Zero Master Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700200</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZSU" typeName="int" displayLabel="Zero Sub Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700100</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DEn" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>EnumeratedFomatCategory</Name>
                    <DisplayLabel>XX-EnumeratedFormat-XX</DisplayLabel>
                    <Description>XX-EnumeratedFormat-XX</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>EnumeratedFomatCategory</Name>
                    <DisplayLabel>XX-EnumeratedFormat-XX</DisplayLabel>
                    <Description>XX-EnumeratedFormat-XX</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>EnumeratedFomatCategory</Name>
                    <DisplayLabel>XX-EnumeratedFormat-XX</DisplayLabel>
                    <Description>XX-EnumeratedFormat-XX</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="EN" typeName="int" displayLabel="XX-Enum-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>EnumeratedFomatCategory</Name>
                    <DisplayLabel>XX-EnumeratedFormat-XX</DisplayLabel>
                    <Description>XX-EnumeratedFormat-XX</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Case" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Upper</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Lower</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>First Capital</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Title</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>EnumeratedFomatCategory</Name>
                    <DisplayLabel>XX-EnumeratedFormat-XX</DisplayLabel>
                    <Description>XX-EnumeratedFormat-XX</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DirectionClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Format" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800750</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>DD.DDDD</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>DD MM SS</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>DD MM</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Gradians</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Radians</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Mode" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800700</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Conventional</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Azimuth</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Bearing</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>AngleFormatCategory</Name>
                    <DisplayLabel>Angle Format</DisplayLabel>
                    <Description>Angle Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DistanceClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LabelFormat" typeName="int" displayLabel="Label Format">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800750</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>MU</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>MU label</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>SU</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>SU label</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>MU SU</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>MU label SU label</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterBase" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterSystem" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterNumerator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterDenominator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterLabel" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MasterUnits" typeName="int" displayLabel="Master Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800601</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1050</Value>
                            <DisplayString>Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1075</Value>
                            <DisplayString>Yards</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1100</Value>
                            <DisplayString>Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1125</Value>
                            <DisplayString>Inches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1150</Value>
                            <DisplayString>Mils</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1175</Value>
                            <DisplayString>MicroInches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2050</Value>
                            <DisplayString>Kilometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2075</Value>
                            <DisplayString>Meters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2100</Value>
                            <DisplayString>Centimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2125</Value>
                            <DisplayString>Millimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2150</Value>
                            <DisplayString>Micrometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1049</Value>
                            <DisplayString>US Survey Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1099</Value>
                            <DisplayString>US Survey Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1124</Value>
                            <DisplayString>US Survey Inches</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryBase" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondarySystem" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryNumerator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryDenominator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryLabel" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SecondaryUnits" typeName="int" displayLabel="Sub Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1050</Value>
                            <DisplayString>Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1075</Value>
                            <DisplayString>Yards</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1100</Value>
                            <DisplayString>Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1125</Value>
                            <DisplayString>Inches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1150</Value>
                            <DisplayString>Mils</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1175</Value>
                            <DisplayString>MicroInches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2050</Value>
                            <DisplayString>Kilometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2075</Value>
                            <DisplayString>Meters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2100</Value>
                            <DisplayString>Centimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2125</Value>
                            <DisplayString>Millimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2150</Value>
                            <DisplayString>Micrometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1049</Value>
                            <DisplayString>US Survey Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1099</Value>
                            <DisplayString>US Survey Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1124</Value>
                            <DisplayString>US Survey Inches</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>0.1234567</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>0.12345678</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>11</Value>
                            <DisplayString>1/2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>12</Value>
                            <DisplayString>1/4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>13</Value>
                            <DisplayString>1/8</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>14</Value>
                            <DisplayString>1/16</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>15</Value>
                            <DisplayString>1/32</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>16</Value>
                            <DisplayString>1/64</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>21</Value>
                            <DisplayString>1.1E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>22</Value>
                            <DisplayString>1.12E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>23</Value>
                            <DisplayString>1.123E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>24</Value>
                            <DisplayString>1.1234E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>25</Value>
                            <DisplayString>1.12345E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>26</Value>
                            <DisplayString>1.123456E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>27</Value>
                            <DisplayString>1.1234567E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>28</Value>
                            <DisplayString>1.12345678E+01</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>LinearUnitsFormatCategory</Name>
                    <DisplayLabel>Linear Units Format</DisplayLabel>
                    <Description>Linear Units Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZMU" typeName="int" displayLabel="Zero Master Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700200</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ZSU" typeName="int" displayLabel="Zero Sub Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700100</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="DoubleClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>0.1234567</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>0.12345678</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>11</Value>
                            <DisplayString>1/2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>12</Value>
                            <DisplayString>1/4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>13</Value>
                            <DisplayString>1/8</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>14</Value>
                            <DisplayString>1/16</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>15</Value>
                            <DisplayString>1/32</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>16</Value>
                            <DisplayString>1/64</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>21</Value>
                            <DisplayString>1.1E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>22</Value>
                            <DisplayString>1.12E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>23</Value>
                            <DisplayString>1.123E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>24</Value>
                            <DisplayString>1.1234E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>25</Value>
                            <DisplayString>1.12345E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>26</Value>
                            <DisplayString>1.123456E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>27</Value>
                            <DisplayString>1.1234567E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>28</Value>
                            <DisplayString>1.12345678E+01</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CF" typeName="double" displayLabel="Conversion Factor">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700900</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>DoubleFormatCategory</Name>
                    <DisplayLabel>DoubleFormat</DisplayLabel>
                    <Description>DoubleFormat</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="FileNameClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FileNameFormatCategory</Name>
                    <DisplayLabel>File Name Format</DisplayLabel>
                    <Description>File Name Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FileNameFormatCategory</Name>
                    <DisplayLabel>File Name Format</DisplayLabel>
                    <Description>File Name Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FileNameFormatCategory</Name>
                    <DisplayLabel>File Name Format</DisplayLabel>
                    <Description>File Name Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Path" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800852</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>False</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FileNameFormatCategory</Name>
                    <DisplayLabel>File Name Format</DisplayLabel>
                    <Description>File Name Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Root" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800851</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>False</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FileNameFormatCategory</Name>
                    <DisplayLabel>File Name Format</DisplayLabel>
                    <Description>File Name Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Extension" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800850</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>False</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FileNameFormatCategory</Name>
                    <DisplayLabel>File Name Format</DisplayLabel>
                    <Description>File Name Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Case" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Upper</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Lower</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>First Capital</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Title</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FileNameFormatCategory</Name>
                    <DisplayLabel>File Name Format</DisplayLabel>
                    <Description>File Name Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="FilesizeClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FilesizeFormatCategory</Name>
                    <DisplayLabel>File Size Format</DisplayLabel>
                    <Description>File Size Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FilesizeFormatCategory</Name>
                    <DisplayLabel>File Size Format</DisplayLabel>
                    <Description>File Size Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FilesizeFormatCategory</Name>
                    <DisplayLabel>File Size Format</DisplayLabel>
                    <Description>File Size Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="FormatIndex" typeName="int" displayLabel="Units">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>900000</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Bytes</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Kilobytes</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>Megabytes</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FilesizeFormatCategory</Name>
                    <DisplayLabel>File Size Format</DisplayLabel>
                    <Description>File Size Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Format" typeName="string" displayLabel="XX-Format String-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>FilesizeFormatCategory</Name>
                    <DisplayLabel>File Size Format</DisplayLabel>
                    <Description>File Size Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="FormatIndex" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>IntegerFormatCategory</Name>
                    <DisplayLabel>Integer Format</DisplayLabel>
                    <Description>Integer Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>IntegerFormatCategory</Name>
                    <DisplayLabel>Integer Format</DisplayLabel>
                    <Description>Integer Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>IntegerFormatCategory</Name>
                    <DisplayLabel>Integer Format</DisplayLabel>
                    <Description>Integer Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="MinimumWidth" typeName="int" displayLabel="Minimum Width">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>IntegerFormatCategory</Name>
                    <DisplayLabel>Integer Format</DisplayLabel>
                    <Description>Integer Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZeros" typeName="boolean" displayLabel="Show Leading Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>IntegerFormatCategory</Name>
                    <DisplayLabel>Integer Format</DisplayLabel>
                    <Description>Integer Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="RightAligned" typeName="boolean" displayLabel="Right Aligned">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700000</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>IntegerFormatCategory</Name>
                    <DisplayLabel>Integer Format</DisplayLabel>
                    <Description>Integer Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Format" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>IntegerFormatCategory</Name>
                    <DisplayLabel>Integer Format</DisplayLabel>
                    <Description>Integer Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="Point3dClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Point3dFormatCategory</Name>
                    <DisplayLabel>Point3d Format</DisplayLabel>
                    <Description>Point3d Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Point3dFormatCategory</Name>
                    <DisplayLabel>Point3d Format</DisplayLabel>
                    <Description>Point3d Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Point3dFormatCategory</Name>
                    <DisplayLabel>Point3d Format</DisplayLabel>
                    <Description>Point3d Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Coordinates" typeName="int" displayLabel="Select Coordinates">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800850</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>XYZ</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>XY</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>X</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Y</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Z</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Point3dFormatCategory</Name>
                    <DisplayLabel>Point3d Format</DisplayLabel>
                    <Description>Point3d Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>0.1234567</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>0.12345678</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>11</Value>
                            <DisplayString>1/2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>12</Value>
                            <DisplayString>1/4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>13</Value>
                            <DisplayString>1/8</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>14</Value>
                            <DisplayString>1/16</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>15</Value>
                            <DisplayString>1/32</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>16</Value>
                            <DisplayString>1/64</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>21</Value>
                            <DisplayString>1.1E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>22</Value>
                            <DisplayString>1.12E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>23</Value>
                            <DisplayString>1.123E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>24</Value>
                            <DisplayString>1.1234E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>25</Value>
                            <DisplayString>1.12345E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>26</Value>
                            <DisplayString>1.123456E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>27</Value>
                            <DisplayString>1.1234567E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>28</Value>
                            <DisplayString>1.12345678E+01</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>Point3dFormatCategory</Name>
                    <DisplayLabel>Point3d Format</DisplayLabel>
                    <Description>Point3d Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LS" typeName="int" displayLabel="List Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700450</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>47</Value>
                            <DisplayString>Slash</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>59</Value>
                            <DisplayString>Semicolon</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="StringClass" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>StringFormatCategory</Name>
                    <DisplayLabel>String Format</DisplayLabel>
                    <Description>String Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>StringFormatCategory</Name>
                    <DisplayLabel>String Format</DisplayLabel>
                    <Description>String Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>StringFormatCategory</Name>
                    <DisplayLabel>String Format</DisplayLabel>
                    <Description>String Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Case" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Upper</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Lower</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>First Capital</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Title</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>StringFormatCategory</Name>
                    <DisplayLabel>String Format</DisplayLabel>
                    <Description>String Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
    <ECClass typeName="Vol" isDomainClass="True">
        <ECProperty propertyName="Name" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Description" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CFormatString" typeName="string" displayLabel="XX-CFormatString-XX">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="ShowLabel" typeName="int" displayLabel="Show Label">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800750</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>True</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>False</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Base" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="System" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Numerator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Denominator" typeName="double">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Label" typeName="string">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>0</Priority>
                </PropertyPriority>
                <HideProperty xmlns="EditorCustomAttributes.01.00">
                    <If2D>True</If2D>
                    <If3D>True</If3D>
                </HideProperty>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Units" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800601</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Master Units)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>-2</Value>
                            <DisplayString>(Use Active Sub Units)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1050</Value>
                            <DisplayString>Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1075</Value>
                            <DisplayString>Yards</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1100</Value>
                            <DisplayString>Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1125</Value>
                            <DisplayString>Inches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1150</Value>
                            <DisplayString>Mils</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1175</Value>
                            <DisplayString>MicroInches</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2050</Value>
                            <DisplayString>Kilometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2075</Value>
                            <DisplayString>Meters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2100</Value>
                            <DisplayString>Centimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2125</Value>
                            <DisplayString>Millimeters</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2150</Value>
                            <DisplayString>Micrometers</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1049</Value>
                            <DisplayString>US Survey Miles</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1099</Value>
                            <DisplayString>US Survey Feet</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1124</Value>
                            <DisplayString>US Survey Inches</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Accuracy" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>800500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>-1</Value>
                            <DisplayString>(Use Active Settings)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>0</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>0.1</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>0.12</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>0.123</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>0.1234</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>5</Value>
                            <DisplayString>0.12345</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>6</Value>
                            <DisplayString>0.123456</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>7</Value>
                            <DisplayString>0.1234567</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>8</Value>
                            <DisplayString>0.12345678</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>11</Value>
                            <DisplayString>1/2</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>12</Value>
                            <DisplayString>1/4</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>13</Value>
                            <DisplayString>1/8</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>14</Value>
                            <DisplayString>1/16</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>15</Value>
                            <DisplayString>1/32</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>16</Value>
                            <DisplayString>1/64</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>21</Value>
                            <DisplayString>1.1E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>22</Value>
                            <DisplayString>1.12E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>23</Value>
                            <DisplayString>1.123E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>24</Value>
                            <DisplayString>1.1234E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>25</Value>
                            <DisplayString>1.12345E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>26</Value>
                            <DisplayString>1.123456E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>27</Value>
                            <DisplayString>1.1234567E+01</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>28</Value>
                            <DisplayString>1.12345678E+01</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>VolumeFormatCategory</Name>
                    <DisplayLabel>Volume Format</DisplayLabel>
                    <Description>Volume Format</Description>
                    <Priority>500000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="CF" typeName="double" displayLabel="Conversion Factor">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700900</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="PX" typeName="string" displayLabel="Prefix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700800</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="SX" typeName="string" displayLabel="Suffix">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700700</Priority>
                </PropertyPriority>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="DecimalSeparator" typeName="int" displayLabel="Decimal Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700600</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TS" typeName="int" displayLabel="Thousands Separator">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700500</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(None)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>46</Value>
                            <DisplayString>Period</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>44</Value>
                            <DisplayString>Comma</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>32</Value>
                            <DisplayString>Space</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="LeadingZero" typeName="int" displayLabel="Leading Zero">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="TrailingZeros" typeName="int" displayLabel="Trailing Zeros">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>700300</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Show</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>Hide</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
        <ECProperty propertyName="Case" typeName="int">
            <ECCustomAttributes>
                <PropertyPriority xmlns="EditorCustomAttributes.01.00">
                    <Priority>100400</Priority>
                </PropertyPriority>
                <StandardValues xmlns="EditorCustomAttributes.01.00">
                    <ValueMap>
                        <ValueMap>
                            <Value>0</Value>
                            <DisplayString>(Default)</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>1</Value>
                            <DisplayString>Upper</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>2</Value>
                            <DisplayString>Lower</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>3</Value>
                            <DisplayString>First Capital</DisplayString>
                        </ValueMap>
                        <ValueMap>
                            <Value>4</Value>
                            <DisplayString>Title</DisplayString>
                        </ValueMap>
                    </ValueMap>
                </StandardValues>
                <Category xmlns="EditorCustomAttributes.01.00">
                    <Name>GeneralFormatCategory</Name>
                    <DisplayLabel>General Format</DisplayLabel>
                    <Description>General Format</Description>
                    <Priority>400000</Priority>
                    <Expand>True</Expand>
                </Category>
            </ECCustomAttributes>
        </ECProperty>
    </ECClass>
</ECSchema>