Content Type: application/vnd.csp.tag-list+xml

This content type represents a list of tags which the account has applied to objects in the system.


Elements

tags

This is the root element of the tag list. It contains zero or more of the following elements:


Elements

tag

Provides a link to a tag resource. The link is specified using the XLink standard.


Schema Definition

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="tags">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="tag"/>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>

Example

<tags>
  <tag xlink:href="https://api.example.com/v2/path-to-tag" xlink:type="simple"/>
</tags>