Author Topic: XSD Transformation  (Read 1794 times)

salayande

  • EA User
  • **
  • Posts: 224
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
XSD Transformation
« on: June 08, 2009, 11:57:05 pm »
Dear all,

I have extended the standard XSD Transform to generate XML Schema objects that comply to the enterprise data object  naming standard (ISO 11179).

For example, a person's Last Name (DataType: String) creates an XSD Element: PersonLastName which data type is the XSDsimpleType PersonLastNameType. I need to make the XSDsimpleType a subtype of the element "string".

Having reviewed Sparxsystems's documentation, I believe that the approach is to use the transform to update the transformed XSDsimpleType and create a connector to the appropriate attTypes of XSD.

Problem is that I find it difficult to use the examples provided in the product documentation.

Can anyone suggest ideas or code snippet.

kind regards

Segun
« Last Edit: June 09, 2009, 12:29:13 am by salayande »