Content Type: application/vnd.csp.metacontainer-list+xml
This content type represents the metacontainers available to the account.
Elements
metacontainers
This element provides a list of links to the metacontainers available to the account. All links are specified using the XLink standard.
Elements
documents
This element provides a link to the “documents” metacontainer.
videos
This element provides a link to the “videos” metacontainer.
images
This element provides a link to the “images” metacontainer.
music
This element provides a link to the “music” metacontainer.
Schema Definition
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<xs:element name="metacontainers"/>
<xs:complexType/>
<xs:all/>
<xs:element name="documents"/>
<xs:element name="videos"/>
<xs:element name="images"/>
<xs:element name="music"/>
<xs:all/>
<xs:complexType/>
<xs:element/>
<xs:schema/>Example
<metacontainers> <documents xlink:href="https://api.example.com/v2/path-to-documents" xlink:type="simple"/> <videos xlink:href="https://api.example.com/v2/path-to-videos" xlink:type="simple"/> <images xlink:href="https://api.example.com/v2/path-to-images" xlink:type="simple"/> <music xlink:href="https://api.example.com/v2/path-to-music" xlink:type="simple"/> </metacontainers>