attributeDTO Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
key string element 1/1 required The attribute's key
value string element 1/1 required The attribute's value

Example

<attribute>
  <key>...</key>
  <value>...</value>
</attribute>