Message Sets: XML wire format properties for compound element string types
Field identification.
The XML Wire Format properties described here apply to:
- Objects: Compound elements
Field identification
A number of the following properties only become active depending on the value that Render property is set to.
Property | Type | Meaning |
---|---|---|
Render | Enumerated type | Specify
how the instantiated object or type is rendered (output) in the resulting
XML document. Select one of the following values from the drop-down
list:
Message Sets: XML rendering options shows some examples of how these rendering options affect the XML output, and provides usage recommendations. |
XML Name | String | Enter a value for the XML element name. This
property specifies the name for the XML start tag or attribute for
the element (or attribute) in an XML document (message). This can be used to provide name mapping when the MRM identifier needs to be different from the XML name, for example because of different namespace rules. It must be a valid XML name. You cannot specify a name that is already used for another element (or attribute) , or for a message. No two elements (or attribute) or messages can have the same XML name. If you do not set a value, it defaults to that of the element's identifier. If the element's identifier is a prefixed identifier, it defaults to the identifier with the caret character (^) replaced by an underscore (_). |
ID Attribute Name | String | Specify the name of the attribute used to identify
the child. This must be a valid XML Attribute Name. This property
is ignored and cannot be changed (the field is disabled) if Render is set to XMLElement, XMLAttribute, or XMLElementAttrVal. The default value is id. |
Namespace | String | Enter the namespace associated with the ID Attribute. |
ID Attribute Value | String | Specify the value of the attribute used to identify
the child. This property is ignored and cannot be changed (the field
is disabled) if Render is
set to XMLElement, XMLAttribute, or XMLElementAttrVal. The default value is the identifier of the child. |
Value Attribute Name | String | Specify the name of the attribute used for the value of the child. This must be a valid XML Attribute Name. This is only used if required by the setting of Render. The default value is val. |
Namespace | String | Enter the namespace associated with the Value Attribute. |