The body of the HTTP response consists of XML that lists the retention classes defined for the namespace. The XML has this format:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/static/xsl/proc-retention-classes.xsl"?>
<retentionClasses xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="/static/xsd/proc-retention-classes.xsd"
namespaceName="namespace-name">
<retentionClass
name="class-name"
value="retention-value">
autoDelete="true|false"
<description><![CDATA[
class-description
]]></description>
</retentionClass>
...
</retentionClasses>
© 2015, 2020 Hitachi Vantara LLC. All rights reserved.