Book a Demo

Author Topic: Extend UML Profile for XSD  (Read 3406 times)

GMcN

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Extend UML Profile for XSD
« on: October 14, 2009, 11:22:07 am »
I would like to be able to set a tagged value for an XSDElement to specify an XSD substitutionGroup name.  For instance:

<xs:element name="account" type="msp:account" substitutionGroup="msp:mspObject"/>

I would envision being able to set a tagged value = substitutionGroup, with the value being "msp:mspObject".

Thanks