AndroMDA XML Schema Cartridge Profile

This profile contains all elements that can be applied on the model used as the MDA transformation process. These elements are specific to the AndroMDA XML Schema Cartridge component.

Stereotypes
Stereotypes are the names you sometimes see appear in UML diagrams, they typically look like <<MyStereotype>> and can be applied on any type of UML model element.

XmlSchemaType(Back to Stereotypes)
Applied on: class
Creates an XSD complete type definition.
XmlAttribute(Back to Stereotypes)
Applied on: attribute
By default all attributes on an xml schema type will be generated as xsd elements, however if you want an attribute to be generated as an xsd attribute instead, you'd give that attribute this stereotype.