18.2.3 XML Schema Extensions
You can use the following XML Schema extension attributes in your Ultra code:
contentFieldName
ultraFieldName
contentFieldName
Attribute
In an element that is defined to contain text, the text part is normally defined by the name content
in the result Ultra type. Another Ultra field name for this data can be specified by specifying the contentFieldName
attribute in the containing element.
ultraFieldName
Attribute
For any attribute or element specification that maps to an Ultra field, the Ultra field name is identical to the XML name (possible namespace is removed). To create a different field name, specify the explicit Ultra field name by using the ultraFieldName
attribute.