.simp file custom type error (#26)

In a project .simp file, the type= and type-id= are now the same value. I added a new attribute to an existing project and it is no longer being set properly and is not consistent with the existing attributes already defined from past development cycles:

<types>

<type-sets>

<type-set file="UmlTypes.xml" />

</type-sets>

<custom-types>

<type id="PB.Long" name=".l" description="" />

<type id="PB.Quad" name=".q" description="" />

<type id="PB.String" name=".s" description="" />

</custom-types>

</types>

<attribute id="..." name="Class1Attr1" type=".s" type-id="PB.String" ...

<attribute id="..." name="Class1Attr2" type=".l" type-id="PB.Long" ...

<attribute id="..." name="Class1Attr3" type="PB.Quad" type-id="PB.Quad" ...

The type="PB.Quad" should be type=".q"

Created
11 March 2012 11:40:50
Closed
11 March 2012 15:49:12
Requested by
Richard Young
State
Solved
Version
5.05
OperatingSystem
Win7-64
Solved in
5.06
TrackedRequestComment
Your Name:
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]