2.2.1.2.121 changeAdapterProperty
The changeAdapterProperty element specifies an action that MUST set the value of the data source of a data adapter.
Parent Elements |
---|
Attributes:
adapter: This attribute specifies the name of the data adapter that MUST change its data source. The referenced data adapter MUST be a Representational State Transfer (REST) data adapter.
adapterProperty: This attribute MUST be ignored.
expression: This attribute specifies an XPath expression to populate the data source of the adapter attribute.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="changeAdapterProperty"> <xsd:complexType> <xsd:attribute name="adapter" type="xsd:string" use="required"/> <xsd:attribute name="adapterProperty" type="xsd:string" use="required"/> <xsd:attribute name="expression" type="xsd:string" use="required"/> </xsd:complexType> </xsd:element>