Content Type: application/vnd.csp.contact-list+xml
This content type represents a list of account contacts.
Elements
contacts
This element provides a list of contact elements.
Elements
contact (Optional)
This element provides a link to an account contact. 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="contacts">
<xs:complexType>
<xs:sequence>
<xs:element name="contact" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>Example
<contacts> <contact xlink:href="https://api.example.com/v2/path-to-contact" xlink:type="simple"/> </contacts>