Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Stephane B on April 26, 2013, 08:47:26 pm

Title: Tagged Value Note in Intermediary Language
Post by: Stephane B on April 26, 2013, 08:47:26 pm
Hello all,

In Model Transformation, I'm trying to create an element that has a note attached to a tagged value. How am I supposed to write that in intermediary language ?

Some precisions :
-working with EA v9 (if relevant)
-I'm trying to generate a WSDL structure. If you look at a WSDL generated by EA, you will see that the XMLNS prefix-namespace associations are defined in a tagged value note. The note is attached to a tagged value which name is "xmlns" and which value is <memo>.

Thanks,
Stéphane

Title: Re: Tagged Value Note in Intermediary Language
Post by: Stephane B on April 27, 2013, 01:25:16 am
Reply to self... That was :

Tag {
        name = "xmlns"
        value = "<memo>"
        notes = "xmlns:xs=http://www.w3.org/2001/XMLSchema"
}

Reading the EA SDK guide sometimes help  ::)