Simple Element and Attribute Type

The following XML schema construct:

<schema>
 <element name="TestStringData" type="string"></element>
</schema>

Maps to Business Object Model Primitive Type:

A stereotype is applied to the "TestStringData" PrimitiveType identifying it as a XSD global element.