xmlDataAttributes | Document The *attributes from which you want to retrieve a list of attributes. The *attributes field is an XMLData document. If an element of complex type defines or carries attributes, Integration Server places the attributes in an *attributes document that is of type XMLData. |
ncName | String Optional. The NCName (non-colonized name), of the attribute. The NCName is also called the local name. If you do not specify a value for ncName, the service returns all attributes belonging to the namespace specified in the namespace input parameter. |
namespace | String Optional. The namespace URI for the attribute. If you do not specify a value, the service looks for attributes that do not belong to a namespace. |
results | Document List A list of XMLData documents that contain the attributes that match the supplied ncName and namespace values. If no attributes match the supplied ncName and namespace values, the service returns an empty (zero length) list. | |
Key | Description | |
ncName | String The NCName of the attribute. | |
namespaceName | String The namespace URI for the attribute. | |
value | String The value of the attribute. |