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