Book a Demo

Author Topic: Tagged values...  (Read 3319 times)

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
Tagged values...
« on: November 27, 2012, 12:50:58 am »
Hi,

I've defined the following in a umlprofile section of an MDG file. I can create "Project" classes and the tagged value is added as expected. However i don't get a calendar when i click on the tagged value (as i'd expect/want), just free text (string).

Any idea why ????


<Stereotype name="Project" metatype="Project" notes="" cx="90" cy="70" strictness="profile">

<AppliesTo>                        
<Apply type="Class">
  <Property name="_Tag" value="1"/>
</Apply>
</AppliesTo>
                                <TaggedValues>
<Tag name="dateRequested" type="DateTime" description="Date of request" unit="" values="" default=""/>
</TaggedValues>
</Stereotype>