Primitive Type

Business Object Model primitive types are translated to XSD simple types. The simple types’ base restriction is set to the xsd data type corresponding to the original Business Object Model data type.

These mappings are defined in Data Type Mappings.

For example:

Transforms to: 

<xsd:simpleType id="_5_yrABpLEeChWL2te4gBZg" name="PrimitiveType1">
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="50"/>
    </xsd:restriction>
  </xsd:simpleType>