Classification classes feed

An Atom API classification classes feed contains the details of one or more classification classes.

The classification classes feed has the following structure:
Table 1. Atom elements
Atom element Value
author "WSRR"
id The Atom API URI of this feed.
title A description of the content of this feed. For example, "All immediate subclasses of the classification class with name Business Administration."
updated The date and time at which the Atom API request was received.
Table 2. Atom link element
A link to the Atom API URI of this feed.
Table 3. Atom category element
Specifies the "Classification Class" category.
Table 4. Atom entry elements
One Classification class entry for each classification class.

Example

The following sample classification class feed contains entries for two subclasses, Purchasing and Staff Appraisals:
<?xml version="1.0" encoding="UTF-8"?>

<feed xmlns="http://www.w3.org/2005/Atom">

  <author>
    <name>WSRR</name>
  </author>
  <id>https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23BusinessAdministration/immediateSubClasses</id>
  <title type="text">All immediate subclasses of the classification class with name Business Administration.</title>
  <updated>2009-09-16T09:42:57.703Z</updated>

  <link
    href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23BusinessAdministration/immediateSubClasses"
    rel="self"
    type="application/atom+xml; type=feed">
  </link>

  <category term="ClassificationClass"
    scheme="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/types"
    label="Classification Class">
  </category>

  <entry
    xmlns:wsrrfeeds="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification">

    <author>
      <name>WSRR</name>
    </author>
    <id>http://www.ibm.com/xmlns/prod/serviceregistry/profile/v6r3/BusinessDomain#Purchasing</id>
    <title type="text">Purchasing</title>
    <updated>2009-09-16T09:42:57.703Z</updated>
    <summary type="text"></summary>
    <content type="text"></content>

    <wsrrfeeds:hasSubClasses
      xmlns:wsrrfeeds="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification">
      false
    </wsrrfeeds:hasSubClasses>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23Purchasing"
      rel="self"
      type="application/atom+xml; type=entry">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23Purchasing/system"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/system"
      type="application/atom+xml; type=entry">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23Purchasing/subClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/subClasses"
      type="application/atom+xml; type=feed">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23Purchasing/immediateSubClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/immediateSubClasses"
      type="application/atom+xml; type=feed">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23Purchasing/superClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/superClasses"
      type="application/atom+xml; type=feed">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23Purchasing/immediateSuperClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/immediateSuperClasses"
      type="application/atom+xml; type=feed">
    </link>

    <category
      term="ClassificationClass"
      scheme="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/types"
      label="Classification Class">
    </category>
  </entry>

  <entry xmlns:wsrrfeeds="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification">

    <author>
      <name>WSRR</name>
    </author>
    <id>http://www.ibm.com/xmlns/prod/serviceregistry/profile/v6r3/BusinessDomain#StaffAppraisals</id>
    <title type="text">Staff Appraisals</title>
    <updated>2009-09-16T09:42:57.703Z</updated>
    <summary type="text"></summary>
    <content type="text"></content>

    <wsrrfeeds:hasSubClasses
      xmlns:wsrrfeeds="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification">
      false
    </wsrrfeeds:hasSubClasses>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23StaffAppraisals"
      rel="self"
      type="application/atom+xml; type=entry">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23StaffAppraisals/system"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/system"
      type="application/atom+xml; type=entry">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23StaffAppraisals/subClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/subClasses"
      type="application/atom+xml; type=feed">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23StaffAppraisals/immediateSubClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/immediateSubClasses"
      type="application/atom+xml; type=feed">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23StaffAppraisals/superClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/superClasses"
      type="application/atom+xml; type=feed">
    </link>

    <link
      href="https://127.0.0.1:9443/ServiceRegistryFeeds/WSRR/8.5/classification/classes/http%3A%2F%2Fwww.ibm.com%2Fxmlns%2Fprod%2Fserviceregistry%2Fprofile%2Fv6r3%2FBusinessDomain%23StaffAppraisals/immediateSuperClasses"
      rel="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/classification/class/immediateSuperClasses"
      type="application/atom+xml; type=feed">
    </link>

    <category
      term="ClassificationClass"
      scheme="http://www.ibm.com/xmlns/prod/serviceregistry/7/0/types"
      label="Classification Class">
    </category>
  
</feed>