Author Topic: Tagged Value Note in Intermediary Language  (Read 2299 times)

Stephane B

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Tagged Value Note in Intermediary Language
« 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

« Last Edit: April 27, 2013, 12:33:35 am by StephaneB »

Stephane B

  • EA User
  • **
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Tagged Value Note in Intermediary Language
« Reply #1 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  ::)