Sparx Systems Forum
Enterprise Architect => General Board => Topic started 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
-
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 ::)