<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<?rfc toc="yes" ?>
<?rfc symrefs="yes" ?>
<?rfc sortrefs="yes"?>
<?rfc iprnotified="yes" ?>
<?rfc compact="yes" ?>
<?rfc subcompact="no" ?>
<?rfc-ext allow-markup-in-artwork="yes" ?>

<!DOCTYPE rfc [
  <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>">
  <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>">
  <!ENTITY MUST-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST NOT</bcp14>">
  <!ENTITY OPTIONAL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>OPTIONAL</bcp14>">
  <!ENTITY RECOMMENDED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>RECOMMENDED</bcp14>">
  <!ENTITY REQUIRED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>REQUIRED</bcp14>">
  <!ENTITY SHALL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL</bcp14>">
  <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>">
  <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>">
  <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>">
]>
<rfc category="std" submissionType="IETF" ipr="full3978" xml:lang="en" number="5023" xmlns:x="http://purl.org/net/xml2rfc/ext" xmlns:grddl='http://www.w3.org/2003/g/data-view#' grddl:transformation='rfc2629grddl.xslt'>
       <front>
           <title>The Atom Publishing Protocol</title>
           <author role="editor" fullname="Joe Gregorio" surname="Gregorio" initials="J.C.">
               <organization>Google</organization>
               <address>
                   <email>joe@bitworking.org</email>
                   <uri>http://bitworking.org/</uri>
               </address>
           </author>
           <author role="editor" fullname="Bill de hOra" surname="de hOra" initials="B.">
             <organization>NewBay Software</organization>
               <address>
                   <email>bill@dehora.net</email>
                   <uri>http://dehora.net/</uri>
               </address>
           </author>

           <date year="2007" month="October"></date>
           <abstract>
               <t>The Atom Publishing Protocol (AtomPub) is an application-level
                   protocol for publishing and editing Web resources. The
                   protocol is based on HTTP transfer of Atom-formatted
                   representations. The Atom format is documented in the Atom
                   Syndication Format.
               </t>
           </abstract>
       </front>

       <middle>

           <section title="Introduction">

               <t>The Atom Publishing Protocol is an application-level
                   protocol for publishing and editing Web Resources using HTTP
                   <xref target="RFC2616"/> and XML 1.0 <xref target="REC-xml"/>. 
                   The protocol supports the creation of Web Resources and
                   provides facilities for:
               </t>

               <t>
                   <list style="symbols">
                       <t>Collections: 
                           Sets of Resources, which can be retrieved in whole or in part.</t>
                       <t>Services: 
                           Discovery and description of Collections.</t>
                       <t>Editing: 
                           Creating, editing, and deleting Resources.</t>
                   </list>
               </t>

               <t>The Atom Publishing Protocol is different from many
                   contemporary protocols in that the server is given wide
                   latitude in processing requests from clients. See
                   <xref target="larksvomit"/> for more details.
               </t>

           </section>

           <section title="Notational Conventions">
               <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL",
                   "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY",
                   and "OPTIONAL" in this document are to be interpreted as
                   described in <xref target="RFC2119"/>.
               </t>


               <section anchor="xml-conv" title="XML-Related Conventions">
                   <section anchor="i-items" title="Referring to Information Items">

                       <t>Atom Protocol Document formats are specified in terms of the XML
                           Information Set <xref target="REC-xml-infoset"/>, serialized
                           as XML 1.0 <xref target="REC-xml"/>.
                       </t>
                       <t>
                           The Infoset terms "Element Information Item" and
                           "Attribute Information Item" are shortened to
                           "element" and "attribute" respectively.  Therefore,
                           when this specification uses the term "element", it
                           is referring to an Element Information Item, and when
                           it uses the term "attribute", it is referring to an
                           Attribute Information Item.
                       </t>
                   </section>

                   <section title="RELAX NG Schema">
                       <t>
                           Some sections of this specification are illustrated with
                           fragments of a non-normative RELAX NG Compact schema <xref target="RNC"/>.  However, the text of this specification
                           provides the definition of conformance.  Complete schemas
                           appear in <xref target="schema"/>.  
                       </t>
                   </section>

                   <section anchor="baselang" title='Use of "xml:base" and "xml:lang"'>
                       <t>XML elements defined by this specification &MAY; have an
                           "xml:base" attribute
                           <xref target="REC-xmlbase"/>. When
                           xml:base is used, it serves the function described in
                           <xref target="RFC3986" x:fmt="sec" x:sec="5.1.1"/> of URI Generic Syntax
                           <xref target="RFC3986"/>, by establishing the base
                           URI (or IRI, Internationalized Resource Identifier <xref target="RFC3987"/>) for resolving relative references found
                           within the scope of the "xml:base" attribute.
                       </t>

                       <t>Any element defined by this specification &MAY; have an
                           "xml:lang" attribute, whose content indicates the
                           natural language for the element and its descendants.
                           Requirements regarding the content and interpretation
                           of "xml:lang" are specified in <xref target="REC-xml" x:fmt="sec" x:sec="2.12" x:rel="#sec-lang-tag"/> of XML 1.0
                           <xref target="REC-xml"/>.
                       </t>
                   </section>
               </section>


           </section>

           <section anchor="terminology" title="Terminology">

               <t>For convenience, this protocol can be referred to as the "Atom Protocol"
                   or "AtomPub". The following terminology is used by this specification:
               </t>

               <t>
                 <list style="symbols">
               <t>URI - A Uniform Resource Identifier as defined in
                 <xref target="RFC3986"/>. In this specification, the phrase "the
                 URI of a document" is shorthand for "a URI which, when
                 dereferenced, is expected to produce that document as a
                 representation".</t>

               <t>IRI - An Internationalized Resource Identifier as defined in
               <xref target="RFC3987"/>. Before an IRI found in a document is
               used by HTTP, the IRI is first converted to a URI. See <xref target="naming"/>.</t>


               <t>Resource - A network-accessible data object or
                   service
                   identified by an IRI, as defined in <xref target="RFC2616"/>. See
                   <xref target="REC-webarch"/> for further discussion
                   on Resources.
               </t>

<t>
relation (or "relation of") - Refers to the "rel" attribute value of an atom:link element.
</t> 

               <t>Representation - An entity included with a request or
                   response as defined in <xref target="RFC2616"/>.
               </t>

               <t>Collection - A Resource that contains a set of Member
                   Resources. Collections are represented as Atom Feeds.
                   See <xref target="collection_resource"/>.
               </t>

               <t>Member (or Member Resource) - A Resource whose IRI is listed in a Collection
                   by an atom:link element with a relation of "edit" or "edit-media".  See
                   <xref target="memuri"/>. The protocol defines two kinds of
                   Members:
               <list style="symbols">

               <t>Entry Resource - Members of a Collection that are
               represented as Atom Entry Documents, as defined in <xref target="RFC4287"/>. </t>

               <t>Media Resource - Members of a Collection that
               have representations other than Atom Entry Documents.  </t>
               
               </list>
               </t>
               <t>Media Link Entry - An Entry Resource that contains metadata
               about a Media Resource.  See <xref target="media-link-entries"/>. </t>

               <t>Workspace - A named group of Collections. See <xref target="workspaces"/>.
               </t>

               <t>Service Document - A document that describes the location and
                   capabilities of one or more Collections, grouped into
                   Workspaces.  See <xref target="appdocs"/>.</t>

               <t>Category Document - A document that describes the categories
                   allowed in a Collection.  See <xref target="catdocs"/>.
               </t>
               </list>
                 </t>
            

           </section>


<section anchor="model" title="Protocol Model">

  <t>
    The Atom Protocol specifies operations for publishing and editing Resources
   using HTTP. It uses Atom-formatted representations to describe the state and
   metadata of those Resources. It defines how Collections of Resources
   can be organized, and it specifies formats to support their discovery, grouping
   and categorization.
  </t>

 <section anchor="naming" title="Identity and Naming">

   <t>Atom Protocol documents allow the use of IRIs <xref target="RFC3987"/> as
      well as URIs <xref target="RFC3986"/> to identify Resources. Before an IRI
      in a document is used by HTTP, the IRI is first converted to a URI
      according to the procedure defined in
      <xref target="RFC3987" x:fmt="of" x:sec="3.1"/>.  In accordance with that specification, the
      conversion &SHOULD; be applied as late as possible.  Conversion does not
      imply Resource creation -- the IRI and the URI into which it is converted
      identify the same Resource.
   </t>
   <t>
     While the Atom Protocol specifies the formats of the representations that
     are exchanged and the actions that can be performed on the IRIs embedded in
     those representations, it does not constrain the form of the URIs that are
     used. HTTP <xref target="RFC2616"/> specifies that the URI space of each
     server is controlled by that server, and this protocol imposes no further
     constraints on that control.
   </t>
</section>

<section anchor="dataiscode" title="Documents and Resource Classification ">
  <t>
A Resource whose IRI is listed in a Collection is called a Member Resource. The
protocol defines two kinds of Member Resources -- Entry Resources and Media
Resources. Entry Resources are represented as Atom Entry Documents
<xref target="RFC4287"/>. Media Resources can have representations in any media
type. A Media Resource is described within a Collection using an Entry called a
Media Link Entry. This diagram shows the classification of Resources within the
Atom Protocol:
  </t>
<figure>
<artwork type="drawing">
             Member Resources
                    |
             -----------------
            |                 |
      Entry Resources     Media Resources
            |
      Media Link Entry      
</artwork>
</figure>
  <t>
    The Atom Protocol defines Collection Resources for managing and organizing
    both kinds of Member Resource. A Collection is represented by an Atom Feed
    Document. A Collection Feed's Entries contain the IRIs of, and metadata
    about, the Collection's Member Resources.  A Collection Feed can contain any
    number of Entries, which might represent all the Members of the Collection,
    or an ordered subset of them (see <xref target="partial-lists"/>). In the
    diagram of a Collection below, there are two Entries. The first contains the
    IRI of an Entry Resource. The second contains the IRIs of both a Media
    Resource and a Media Link Entry, which contains the metadata for
    that Media Resource:
  </t>
<figure>
<artwork type="drawing">
  Collection
     |
     o- Entry
     |    |
     |    o- Member Entry IRI (Entry Resource)
     |
     o- Entry
          | 
          o- Member Entry IRI (Media Link Entry)
          | 
          o- Media IRI        (Media Resource)
</artwork>
</figure>

  <t>
  The Atom Protocol does not make a distinction between Feeds used for
  Collections and other Atom Feeds. The only mechanism that this specification
  supplies for indicating that a Feed is a Collection Feed is the presence of the Feed's IRI
  in a Service Document.
  </t>

  <t> Service Documents represent server-defined groups of Collections, and are
used to initialize the process of creating and editing Resources. These groups
of Collections are called Workspaces. Workspaces have names, but no IRIs, 
and no specified processing model. The
Service Document can indicate which media types, and which categories, a
Collection will accept. In the diagram below, there are two Workspaces each
describing the IRIs, acceptable media types, and categories for a Collection:
  </t>
<figure>
<artwork type="drawing">
  Service
     o- Workspace
     |    |
     |    o- Collection
     |         |
     |         o- IRI, categories, media types
     |
     o- Workspace
          |
          o- Collection
               |
               o- IRI, categories, media types
     </artwork>
</figure>

</section>

<section anchor="codeisdata" title="Control and Publishing">
  <t>
    The Atom Publishing Protocol uses HTTP methods to author Member Resources as
    follows:
  </t>
  <t>
    <list style="symbols">
      <t>GET is used to retrieve a representation of a
        known Resource.</t>
      <t>POST is used to create a new, dynamically named, Resource. When the
        client submits non-Atom-Entry representations to a Collection for
        creation, two Resources are always created -- a Media Entry for the
        requested Resource, and a Media Link Entry for metadata about the
        Resource that will appear in the Collection.</t>
      <t>PUT is used to edit a known Resource. It is not used
        for Resource creation.</t>
      <t>DELETE is used to remove a known Resource.</t>
    </list>
  </t>

  <t>
    The Atom Protocol only covers the creating, editing, and deleting of Entry and
    Media Resources. Other Resources could be created, edited, and deleted as the
    result of manipulating a Collection, but the number of those Resources,
    their media types, and effects of Atom Protocol operations on them are
    outside the scope of this specification.
  </t>

  <t>
    Since all aspects of client-server interaction are defined in terms of HTTP,
    <xref target="RFC2616"/> should be consulted for any areas not covered in
    this specification.
  </t>
 </section>


<section anchor="larksvomit" title="Client Implementation Considerations">
  <t>
    The Atom Protocol imposes few restrictions on the actions of servers. Unless
    a constraint is specified here, servers can be expected to vary in behavior,
    in particular around the manipulation of Atom Entries sent by clients.  For
    example, although this specification only defines the expected behavior of
    Collections with respect to GET and POST, this does not imply that PUT,
    DELETE, PROPPATCH, and others are forbidden on Collection Resources -- only
    that this specification does not define what the server's response would be
    to those methods.  Similarly, while some HTTP status codes are mentioned
    explicitly, clients ought to be prepared to handle any status code from a
    server.  Servers can choose to accept, reject, delay, moderate, censor,
    reformat, translate, relocate, or re-categorize the content submitted to them.
    Only some of these choices are immediately relayed back to the client in
    responses to client requests; other choices may only become apparent later,
    in the feed or published entries.  The same series of requests to two
    different publishing sites can result in a different series of HTTP
    responses, different resulting feeds, or different entry contents.
  </t>

  <t>
    As a result, client software has to be written flexibly to accept what the
    server decides are the results of its submissions.  Any server response or
    server content modification not explicitly forbidden by this specification
    or HTTP <xref target="RFC2616"/> is therefore allowed.
  </t>
</section>

</section>

<section anchor="operation" title="Protocol Operations">

    <t>While specific HTTP status codes are shown
        in the interaction diagrams below, an AtomPub client should
        be prepared to handle any status code. For example,
        a PUT to a Member URI could result in the return of
        a "204 No Content" status code, which still indicates success.
    </t>
    
<section anchor="find-collections" title="Retrieving a Service Document">
<figure>
<artwork type="drawing">
Client                                     Server
  |                                           |
  |  1.) GET to Service Document URI          |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 Ok                               |
  |      Service Document                     |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>

<list style="numbers">
  <t>The client sends a GET request to the URI of the Service Document.</t>
  <t>The server responds with a Service Document enumerating the IRIs of a group of
  Collections and the capabilities of those Collections supported by the
  server. The content of this document can vary based on aspects of the client
  request, including, but not limited to, authentication credentials.</t>
</list>
</t>
</section>

<section anchor="listing" title="Listing Collection Members">

<t>
    To list the Members of a Collection, the client sends a GET request to the
    URI of a Collection.  An Atom Feed Document is returned whose 
    Entries contain the IRIs of Member Resources. The returned
    Feed may describe all, or only a partial list, of the Members
    in a Collection (see <xref target="listing-collections"/>). 
</t>
        <figure>
          <artwork type="drawing">
Client                          Server
  |                                |
  |  1.) GET to Collection URI     |
  |-------------------------------&gt;|
  |                                |
  |  2.) 200 Ok                    |
  |      Atom Feed Document        |
  |&lt;-------------------------------|
  |                                |
          </artwork>
        </figure>

        <t>
          <list style="numbers">
        <t>
          The client sends a GET request to the URI of the Collection.
        </t>
        <t>
          The server responds with an Atom Feed Document containing the IRIs
          of the Collection Members.
        </t>
          </list>
        </t>

      </section>




<section anchor="post-to-create" title="Creating a Resource">

<figure>
<artwork type="drawing">
Client                                     Server
  |                                           |
  |  1.) POST to Collection URI               |
  |      Member Representation                |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 201 Created                          |
  |      Location: Member Entry URI           |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>
<list style="numbers">
  <t>The client POSTs a representation of the Member to the URI of the
  Collection.</t>
  <t>If the Member Resource was created successfully, the server responds with a
      status code of 201 and a Location header that contains the IRI of the
      newly created Entry Resource. Media Resources could have also been created
      and their IRIs can be found through the Entry Resource.  See
      <xref target="media-link-entries"/> for more details.</t>
</list>
</t>

</section>


<section anchor="edit" title="Editing a Resource">

<t>Once a Resource has been created and its Member URI is known, that URI can be
used to retrieve, edit, and delete the
Resource. <xref target="atom-entry-extensions"/> describes extensions to the
Atom Syndication Format used in the Atom Protocol for editing purposes.</t>

    <section title="Retrieving a Resource">

<figure>
<artwork type="drawing">
Client                                     Server
  |                                           |
  |  1.) GET to Member URI                    |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 Ok                               |
  |      Member Representation                |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>
<list style="numbers">
  <t>The client sends a GET request to the URI of a Member Resource to retrieve its
  representation.</t>
  <t>The server responds with the representation of the Member Resource.</t>
</list>
</t>
</section>

<section title="Editing a Resource">

<figure>
<artwork type="drawing">
Client                                     Server
  |                                           |
  |  1.) PUT to Member URI                    |
  |      Member Representation                |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 OK                               |
  |&lt;------------------------------------------|
</artwork>
</figure>

<t>
<list style="numbers">
   <t>The client sends a PUT request to store a representation of a Member Resource.</t>
   <t>If the request is successful, the server responds with a status
   code of 200.</t>
</list>
</t>
</section>

<section title="Deleting a Resource">
<figure>
<artwork type="drawing">
Client                                     Server
  |                                           |
  |  1.) DELETE to Member URI                 |
  |------------------------------------------&gt;|
  |                                           |
  |  2.) 200 OK                               |
  |&lt;------------------------------------------|
  |                                           |
</artwork>
</figure>

<t>
<list style="numbers">
  <t>The client sends a DELETE request to the URI of a Member Resource.</t>
   <t>If the deletion is successful, the server responds with a
       status code of 200.    </t>
</list>
   A different approach is taken
   for deleting Media Resources; see <xref target="delete-via-DELETE"/> for details.
</t>
</section>
</section>




    <section title="Use of HTTP Response Codes">
        <t>
        The Atom Protocol uses the response status codes defined in HTTP to
        indicate the success or failure of an operation. Consult the HTTP
        specification <xref target="RFC2616"/> for detailed definitions of each
        status code. Implementers are asked to note that according to the HTTP
        specification, HTTP 4xx and 5xx response entities &SHOULD; include a
        human-readable explanation of the error.
        </t>
      </section>

 </section>


 <section anchor="xmlns" title="Protocol Documents">

<section anchor="appcatsext" title="Document Types">
   <t>This specification defines two kinds of documents -- Category
   Documents and Service Documents.</t>

   <t>A Category Document (<xref target="catdocs"/>) contains lists of
   categories specified using the "atom:category" element from the Atom
   Syndication Format (see <xref target="RFC4287" x:fmt="of" x:sec="4.2.2"/>). </t>

   <t>A Service Document (<xref target="appdocs"/>) groups available
   Collections into Workspaces.   </t>

   <t> The namespace name <xref target="REC-xml-names"/> for either kind of
  document is: </t>
   <figure>
       <artwork type="code">
    http://www.w3.org/2007/app</artwork>
   </figure>
   <t>
     Atom Publishing Protocol XML Documents &MUST; be "namespace-well-formed" as
     specified in <xref target="REC-xml-names" x:fmt="of" x:sec="7" x:rel="#Conformance"/>. </t>
   
   <t> This specification uses the prefix "app:" for the namespace name.  The
   prefix "atom:" is used for "http://www.w3.org/2005/Atom", the namespace name of
   the Atom Syndication Format <xref target="RFC4287"/>. These namespace prefixes
   are not semantically significant.</t>

  <t> This specification does not define any DTDs for Atom Protocol formats, and
  hence does not require them to be "valid" in the sense used by
  <xref target="REC-xml"/>.</t>
</section>

<section anchor="appcatsex" title="Document Extensibility">

  <t> Unrecognized markup in an Atom Publishing Protocol document is considered
  "foreign markup" as defined in <xref target="RFC4287" x:fmt="sec" x:sec="6"/> of the Atom Syndication Format
  <xref target="RFC4287"/>. Foreign markup can be used anywhere within a
  Category or Service Document unless it is explicitly forbidden. Processors
  that encounter foreign markup &MUST-NOT; stop processing and &MUST-NOT; signal an
  error. Clients &SHOULD; preserve foreign markup when transmitting such
  documents. </t>

<t>The namespace name "http://www.w3.org/2007/app" is reserved for forward-compatible
  revisions of the Category and Service Document types.  This does
  not exclude the addition of elements and attributes that might not be
  recognized by processors conformant to this specification. Such unrecognized
  markup from the "http://www.w3.org/2007/app" namespace &MUST; be treated as
  foreign markup.</t>

</section>


            </section>

<section anchor="catdocs" title="Category Documents">


         <t>
Category Documents contain lists of categories described using the
"atom:category" element from the Atom Syndication Format
<xref target="RFC4287"/>.  Categories can also appear in Service Documents,
where they indicate the categories allowed in a Collection (see
<xref target="categories-elem"/>).
         </t>

     <t>Category Documents are identified with the "application/atomcat+xml" media type (see
         <xref target="iana-atomcat"/>).
     </t>


<section anchor="catdocseg" title="Example">

<figure>
<artwork type="example">
    &lt;?xml version="1.0" ?&gt;
    &lt;app:categories
        xmlns:app="http://www.w3.org/2007/app"
        xmlns:atom="http://www.w3.org/2005/Atom"
        fixed="yes" scheme="http://example.com/cats/big3"&gt;
      &lt;atom:category term="animal" /&gt;
      &lt;atom:category term="vegetable" /&gt;
      &lt;atom:category term="mineral" /&gt;
    &lt;/app:categories&gt;
</artwork>

</figure>

<t>
This Category Document contains atom:category elements, with the terms 'animal',
'vegetable', and 'mineral'. None of the categories use the "label" attribute
defined in <xref target="RFC4287"/>. They all inherit the
"http://example.com/cats/big3" "scheme" attribute declared on the app:categories
element. Therefore if the 'mineral' category were to appear in an Atom Entry or
Feed Document, it would appear as:
</t>

<figure>
<artwork type="example">
&lt;atom:category scheme="http://example.com/cats/big3" term="mineral"/&gt;
</artwork>
</figure>

</section>

<section anchor="catdocselemdef" title="Element Definitions">


<section anchor="appcats" title='The "app:categories" Element'>
<t>
The root of a Category Document is the "app:categories" element. An
app:categories element can contain zero or more atom:category elements from the
Atom Syndication Format <xref target="RFC4287"/> namespace ("http://www.w3.org/2005/Atom").
</t>

<t>An atom:category child element that has no "scheme" attribute inherits the
attribute from its app:categories parent.  An atom:category child element with
an existing "scheme" attribute does not inherit the "scheme" value of its
app:categories parent element. </t>

        <t>
            <figure>
                <artwork name="app:categories" type="application/relax-ng-compact-syntax">
atomCategory =
    element atom:category {
       atomCommonAttributes,
       attribute term { text },
       attribute scheme { atomURI }?,
       attribute label { text }?,
       undefinedContent
    }

appInlineCategories =
    element app:categories {
        attribute fixed { "yes" | "no" }?,
        attribute scheme { atomURI }?,
        (atomCategory*,
        undefinedContent)
    }

appOutOfLineCategories =
    element app:categories {
        attribute href { atomURI },
        undefinedContent
    }

appCategories = appInlineCategories | appOutOfLineCategories</artwork>
            </figure>
            </t>
<section anchor="appcatsattr" title='Attributes of "app:categories"'>

<t>The app:categories element can contain a "fixed" attribute, with a value of
either "yes" or "no", indicating whether the list of categories is a fixed or an
open set. The absence of the "fixed" attribute is equivalent to the presence of
a "fixed" attribute with a value of "no". </t>


<t>Alternatively, the app:categories element &MAY; contain an "href" attribute,
whose value &MUST; be an IRI reference identifying a Category Document. If the
"href" attribute is provided, the app:categories element &MUST; be empty and &MUST;
NOT have the "fixed" or "scheme" attributes.</t>



</section>

</section>

</section>

</section>






 <section anchor="appdocs" title="Service Documents">


         <t> For authoring to commence, a client needs to discover the
             capabilities and locations of the available Collections.  Service
             Documents are designed to support this discovery process. 

         </t>


         <t>How Service Documents are discovered is not defined in this
             specification.</t>

         <t>Service Documents are identified with the "application/atomsvc+xml"
         media type (see <xref target="iana-atomsvc"/>).
         </t>

     <section anchor="workspaces" title="Workspaces">
         <t>
           A Service Document groups Collections into Workspaces.  Operations on
             Workspaces, such as creation or deletion, are not defined by this
             specification. This specification assigns no meaning to Workspaces;
             that is, a Workspace does not imply any specific processing
             assumptions.
         </t>

         <t>
              There is no requirement that a server support multiple Workspaces. In addition,
              a Collection &MAY; appear in more than one Workspace.
            </t>


</section>

     <section anchor="appdocs_example" title="Example">

         <figure>
             <artwork name="introspectionDoc" type="example">
&lt;?xml version="1.0" encoding='utf-8'?&gt;
&lt;service xmlns="http://www.w3.org/2007/app"
         xmlns:atom="http://www.w3.org/2005/Atom"&gt;
  &lt;workspace&gt;
    &lt;atom:title&gt;Main Site&lt;/atom:title&gt;
    &lt;collection
        href="http://example.org/blog/main" &gt;
      &lt;atom:title&gt;My Blog Entries&lt;/atom:title&gt;
      &lt;categories
         href="http://example.com/cats/forMain.cats" /&gt;
    &lt;/collection&gt;
    &lt;collection
        href="http://example.org/blog/pic" &gt;
      &lt;atom:title&gt;Pictures&lt;/atom:title&gt;
      &lt;accept&gt;image/png&lt;/accept&gt;
      &lt;accept&gt;image/jpeg&lt;/accept&gt;
      &lt;accept&gt;image/gif&lt;/accept&gt;
    &lt;/collection&gt;
  &lt;/workspace&gt;
  &lt;workspace&gt;
    &lt;atom:title&gt;Sidebar Blog&lt;/atom:title&gt;
    &lt;collection
        href="http://example.org/sidebar/list" &gt;
      &lt;atom:title&gt;Remaindered Links&lt;/atom:title&gt;
      &lt;accept&gt;application/atom+xml;type=entry&lt;/accept&gt;
      &lt;categories fixed="yes"&gt;
        &lt;atom:category
          scheme="http://example.org/extra-cats/"
          term="joke" /&gt;
        &lt;atom:category
          scheme="http://example.org/extra-cats/"
          term="serious" /&gt;
      &lt;/categories&gt;
    &lt;/collection&gt;
  &lt;/workspace&gt;
&lt;/service&gt;
</artwork>
         </figure>


         <t>
             The Service Document above describes two Workspaces. The first
             Workspace is called "Main Site", and has two Collections called "My
             Blog Entries" and "Pictures", whose IRIs are
             "http://example.org/blog/main" and
             "http://example.org/blog/pic" respectively.  The "Pictures"
             Collection includes three "accept" elements indicating the types of
             image files the client can send to the Collection to create new Media
             Resources (entries associated with Media Resources are discussed in
             <xref target="media-link-entries"/>).
         </t>
         <t>
             The second Workspace is called "Sidebar Blog" and has a single
             Collection called "Remaindered Links" whose IRI is
             "http://example.org/sidebar/list". The Collection has an "accept"
             element whose content is "application/atom+xml;type=entry",
             indicating it will accept Atom Entries from a client.
        </t>

<t>
Within each of the two Entry Collections, the "categories" element provides a list
of available categories for Member Entries. In the "My Blog Entries" Collection,
the list of available categories is available through the "href" attribute. The
"Sidebar Blog" Collection provides a category list within the Service Document,
but states the list is fixed, signaling a request from the server that Entries
be POSTed using only those two categories.
</t>

     </section>


     <section anchor="service_document_elements" title="Element Definitions">

         <section title='The "app:service" Element'>

        <t>The root of a Service Document is the "app:service" element. </t>

            <t>The app:service element is the container for service
            information associated with one or more Workspaces. An app:service
            element &MUST; contain one or more app:workspace elements.</t>

            <t>
            <figure>
             <artwork type="application/relax-ng-compact-syntax">
namespace app = "http://www.w3.org/2007/app"
start = appService
             </artwork>
            </figure>

        </t>

            <t>
            <figure>
                <artwork name="app:service" type="application/relax-ng-compact-syntax">
appService =
   element app:service {
      appCommonAttributes,
      ( appWorkspace+
        &amp; extensionElement* )
   }</artwork>
            </figure>
            </t>


        </section>

        <section title='The "app:workspace" Element'>
            <t>
              Workspaces are server-defined groups of Collections. The
                "app:workspace" element contains zero or more app:collection
                elements describing the Collections of Resources available for
                editing.
            </t>

            <t>
                <figure>
                    <artwork name="app:workspace" type="application/relax-ng-compact-syntax">
appWorkspace =
   element app:workspace {
      appCommonAttributes,
      ( atomTitle
        &amp; appCollection*
        &amp; extensionSansTitleElement* )
   }

atomTitle = element atom:title { atomTextConstruct }</artwork>
                </figure>
            </t>

            <section title='The "atom:title" Element'>
              <t>
The app:workspace element &MUST; contain one "atom:title" element (as defined in
<xref target="RFC4287"/>), giving a human-readable title for the Workspace.
              </t>
            </section>

        </section>



        <section title='The "app:collection" Element'>
            <t>
              The "app:collection" element describes a Collection. The app:collection element &MUST; contain one atom:title element.
            </t>

            <t> The app:collection element &MAY; contain any number of app:accept
              elements, indicating the types of representations accepted by the
              Collection. The order of such elements is not significant.
            </t>

            <t>The app:collection element &MAY; contain any number of
              app:categories elements.</t>

            <t>
                <figure>
                    <artwork name="app:collection" type="application/relax-ng-compact-syntax">
appCollection =
   element app:collection {
      appCommonAttributes,
      attribute href { atomURI  },
      ( atomTitle
        &amp; appAccept*
        &amp; appCategories*
        &amp; extensionSansTitleElement* )
   }</artwork>
                </figure>
            </t>
 
            <section title='The "href" Attribute'>
                <t>The app:collection element &MUST; contain an "href"
                    attribute, whose value gives the IRI of the
                    Collection.
                </t>
            </section>
            <section title='The "atom:title" Element'>
              <t>
               The "atom:title" element is defined in <xref target="RFC4287"/>
               and gives a human-readable title for the Collection.
              </t>
            </section>


        </section>

        <section anchor="accept" title='The "app:accept" Element'>

            <t>
                The content of an "app:accept" element value is a media range as
                defined in <xref target="RFC2616"/>. The media range specifies
                a type of representation that can be POSTed to a
                Collection. 
            </t>
            <t>
                The app:accept element is similar to the HTTP Accept
                request-header <xref target="RFC2616"/>. Media type parameters
                are allowed within app:accept, but app:accept has no notion of
                preference -- "accept-params" or "q" arguments, as specified in
                <xref target="RFC2616" x:fmt="of" x:sec="14.1"/> are not
                significant.</t>

            <t>
              White space (as defined in <xref target="REC-xml"/>) around
              the app:accept element's media range is insignificant and &MUST; be
              ignored.
            </t>

            <t>
                A value of "application/atom+xml;type=entry" &MAY; appear in any
               app:accept list of media ranges and indicates that Atom Entry
               Documents can be POSTed to the Collection.  If no app:accept
               element is present, clients &SHOULD; treat this as equivalent
               to an app:accept element with the content
               "application/atom+xml;type=entry".

            </t>

            <t>
              If one app:accept element exists and is empty, clients &SHOULD; assume
              that the Collection does not support the creation of new Entries.
            </t>

            <t>
                <figure>
                    <artwork name="app:accept" type="application/relax-ng-compact-syntax">
appAccept =
   element app:accept {
         appCommonAttributes,
         ( text? )
   }</artwork>
                </figure>
            </t>

        </section>

           <section title="Usage in Atom Feed Documents">
            <t>
                The app:collection element &MAY; appear as a child of an atom:feed
                or atom:source element in an Atom Feed Document. Its content
                identifies a Collection by which new Entries can be added to
                appear in the feed. When it appears in an atom:feed or atom:source element, 
                the app:collection element is considered
                foreign markup as defined in <xref target="RFC4287" x:fmt="of" x:sec="6"/>.
            </t>

            </section>




<section anchor="categories-elem" title='The "app:categories" Element'>

<t>The "app:categories" element provides a list of the categories that can be
    applied to the members of a Collection.  See <xref target="appcats"/> for
    the detailed definition of app:categories.
</t>

<t> The server &MAY; reject attempts to create or store members whose categories
are not present in its categories list.  A Collection that indicates the
category set is open &SHOULD-NOT; reject otherwise acceptable members whose
categories are not in its categories list. The absence of an app:categories
element means that the category handling of the Collection is unspecified.  A
"fixed" category list that contains zero categories indicates the Collection does
not accept category data.
</t>

</section>


    </section>



</section>



   <section anchor="collection_resource" title="Creating and Editing Resources">

<section anchor="memuri" title="Member URIs">

<t>
    The Member URI allows clients to retrieve, edit, and delete a Member Resource
    using HTTP's GET, PUT, and DELETE methods. Entry Resources are represented as
    Atom Entry documents.
</t>

<t>
    Member URIs appear in two places. They are returned in a Location header
    after successful Resource creation using POST, as described in
    <xref target="crwp"/> below. They can also appear in a Collection Feed's
    Entries, as atom:link elements with a link relation of "edit".</t>

<t> A Member Entry &SHOULD; contain such an atom:link element with a link relation
    of "edit", which indicates the Member URI.
</t>

    </section>
    <section anchor="crwp" title="Creating Resources with POST">
        <t>
            To add members to a Collection, clients send POST requests to the
            URI of the Collection. 
        </t>

        <t> Successful member creation is indicated with a 201 ("Created")
            response code.  When the Collection responds with a status code of
            201, it &SHOULD; also return a response body, which &MUST; be an Atom
            Entry Document representing the newly created Resource. Since the
            server is free to alter the POSTed Entry, for example, by changing
            the content of the atom:id element, returning the Entry can be
            useful to the client, enabling it to correlate the client and server
            views of the new Entry.
        </t>

        <t>
            When a Member Resource is created, its Member Entry URI &MUST; be
            returned in a Location header in the Collection's response.
        </t>

        <t>
            If the creation request contained an Atom Entry Document, and the
            subsequent response from the server contains a Content-Location
            header that matches the Location header character-for-character,
            then the client is authorized to interpret the response entity as
            being a complete representation of the newly created Entry.  Without a
            matching Content-Location header, the client &MUST-NOT; assume the
            returned entity is a complete representation of the created
            Resource.
        </t>

        <t>
            The request body sent with the POST need not be an Atom Entry. For
            example, it might be a picture or a movie.  Collections &MAY; return
            a response with a status code of 415 ("Unsupported Media Type") to
            indicate that the media type of the POSTed entity is not allowed or
            supported by the Collection.  For a discussion of the issues in
            creating such content, see <xref target="media-link-entries"/>.
        </t>



       <section anchor="create-example" title="Example">
           <t>Below, the client sends a POST request containing an Atom Entry representation using the URI of the Collection:
               <figure>
   <artwork type='message/http: msgtype="request"'>
    POST /edit/ HTTP/1.1
    Host: example.org
    User-Agent: Thingio/1.0
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    Slug: First Post

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2003-12-13T18:30:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;John Doe&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;Some text.&lt;/content&gt;
    &lt;/entry&gt;</artwork>
             </figure>
         </t>

         <t>
             The server signals a successful creation with a status code of
             201. The response includes a Location header indicating the
             Member Entry URI of the Atom Entry, and a representation of that Entry in
             the body of the response.

               <figure>
   <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 201 Created
    Date: Fri, 7 Oct 2005 17:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/edit/first-post.atom
    ETag: "c180de84f991g8"  

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2003-12-13T18:30:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;John Doe&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;Some text.&lt;/content&gt;
      &lt;link rel="edit"
          href="http://example.org/edit/first-post.atom"/&gt;
    &lt;/entry&gt;</artwork>
             </figure>
         </t>

         <t>
             The Entry created and returned by the Collection might not match the
             Entry POSTed by the client.  A server &MAY; change the values of
             various elements in the Entry, such as the atom:id, atom:updated, and
             atom:author values, and &MAY; choose to remove or add other elements
             and attributes, or change element content and attribute values.
         </t>
     </section> 

 </section> 


       <section anchor="edit-via-PUT" title="Editing Resources with PUT">
            <t>
                To edit a Member Resource, a client sends a PUT request to its Member URI, as
                specified in <xref target="RFC2616"/>.
            </t>
           <t>
               To avoid unintentional loss of data when editing Member Entries
               or Media Link Entries, an Atom Protocol client &SHOULD; preserve all
               metadata that has not been intentionally modified, including
               unknown foreign markup as defined in <xref target="RFC4287" x:fmt="of" x:sec="6"/>.
           </t>
       </section>


       <section anchor="delete-via-DELETE" title="Deleting Resources with DELETE">

           <t>
               To delete a Member Resource, a client sends a DELETE request to its
               Member URI, as specified in <xref target="RFC2616"/>. The
               deletion of a Media Link Entry &SHOULD; result in the deletion of
               the corresponding Media Resource.
           </t>

       </section>

       <section anchor="etags" title="Caching and Entity Tags">
           <t>
               Implementers are advised to pay attention to cache controls and
               to make use of the mechanisms available in HTTP when editing
               Resources, in particular, entity-tags as outlined in
               <xref target="NOTE-detect-lost-update"/>. Clients
               are not assured to receive the most recent representations of
               Collection Members using GET if the server is authorizing
               intermediaries to cache them.
           </t>

<section anchor="edit-no-lost-update" title="Example">

<t>Below, the client creates a Member Entry using POST:
</t>

<figure>
<artwork type='message/http: msgtype="request"'>
    POST /myblog/entries HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    Slug: First Post

    &lt;?xml version="1.0" ?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2007-02-123T17:09:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Captain Lansing&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;It's something moving... solid metal&lt;/content&gt;
    &lt;/entry&gt;
</artwork>
</figure>

<t>
The server signals a successful creation with a status code of 201, and returns
an ETag header in the response. Because, in this case, the server returned a
Content-Location header and Location header with the same value, the returned Entry
representation can be understood to be a complete representation of the 
newly created Entry (see <xref target="crwp"/>).
</t>

<figure>
<artwork type='message/http: msgtype="response"'>
    HTTP/1.1 201 Created
    Date: Fri, 23 Feb 2007 21:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry
    Location: http://example.org/edit/first-post.atom
    Content-Location: http://example.org/edit/first-post.atom
    ETag: "e180ee84f0671b1"  

    &lt;?xml version="1.0" ?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2007-02-123T17:09:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Captain Lansing&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;It's something moving... solid metal&lt;/content&gt;
    &lt;/entry&gt;</artwork>
</figure>

<t>
The client can, if it wishes, use the returned ETag value to later construct a
"Conditional GET" as defined in <xref target="RFC2616"/>. In this case, prior to
editing, the client sends the ETag value for the Member using the If-None-Match
header.
</t>

<figure>
<artwork type='message/http: msgtype="request"'>
    GET /edit/first-post.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    If-None-Match: "e180ee84f0671b1"</artwork>
</figure>

<t>
If the Entry has not been modified, the response will be a status code of 304 ("Not Modified"). This allows the client to determine
whether it still has the most recent representation of the Entry at the time of editing.
</t>

<figure>
<artwork type='message/http: msgtype="response"'>
    HTTP/1.1 304 Not Modified
    Date: Sat, 24 Feb 2007 13:17:11 GMT </artwork>
</figure>

<t>
After editing, the client can PUT the Entry and send the ETag entity
value in an If-Match header, informing the server to accept the entry on the
condition that the entity value sent still matches the server's.
</t>

<figure>
<artwork type='message/http: msgtype="request"'>
    PUT /edit/first-post.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    If-Match: "e180ee84f0671b1" 

    &lt;?xml version="1.0" ?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;Atom-Powered Robots Run Amok&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2007-02-24T16:34:06Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Captain Lansing&lt;/name&gt;&lt;/author&gt;
      &lt;content&gt;Update: it's a hoax!&lt;/content&gt;
    &lt;/entry&gt;</artwork>
</figure>

<t>The server however has since received a more recent copy than the client's,
and it responds with a status code of 412 ("Precondition Failed").
</t>

<figure>
    <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 412 Precondition Failed
    Date: Sat, 24 Feb 2007 16:34:11 GMT</artwork>
</figure>

<t>This informs the client that the server has a more recent version of the
Entry and will not allow the sent entity to be stored.</t>

</section>



       </section>

       <section anchor="media-link-entries" title="Media Resources and Media Link Entries">

         <t> A client can POST Media Resources as well as Entry Resources to a
         Collection.  If a server accepts such a request, then it
         &MUST; create two new Resources -- one that corresponds to the entity sent
         in the request, called the Media Resource, and an associated Member
         Entry, called the Media Link Entry. Media Link Entries are represented
         as Atom Entries, and appear in the Collection.  </t>

     <t>The Media Link Entry contains the metadata and IRI of the (perhaps
         non-textual) Media Resource.  The Media Link Entry thus makes the
         metadata about the Media Resource separately available for retrieval
         and alteration.  </t>

     <t>The server can signal the media types it will accept using the
         app:accept element in the Service Document, as specified in
         <xref target="accept"/>.</t>

         <t> Successful responses to creation requests &MUST; include the URI of
         the Media Link Entry in the Location header.  The Media Link
         Entry &SHOULD; contain an atom:link element with a link relation of
         "edit-media" that contains the Media Resource IRI.
         The Media Link Entry &MUST; have an atom:content element with a
         "src" attribute. The value of the "src" attribute
         is an IRI for the newly created Media Resource.
         It is &OPTIONAL; that the IRI of the "src" attribute on the
         atom:content element be the same as the Media Resource IRI. For example,
         the "src" attribute value might instead be a link into a static cache
         or content distribution network and not the Media Resource IRI.
         </t>

         <t>Implementers are asked to note that <xref target="RFC4287"/>
         specifies that Atom Entries &MUST; contain an atom:summary element.
         Thus, upon successful creation of a Media Link Entry, a server &MAY;
         choose to populate the atom:summary element (as well as any other
         mandatory elements such as atom:id, atom:author, and atom:title) with
         content derived from the POSTed entity or from any other source.  A
         server might not allow a client to modify the server-selected values
         for these elements.</t>

         <t>For Resource creation, this specification only defines cases where
         the POST body has an Atom Entry entity declared as an Atom media type
         ("application/atom+xml"), or a non-Atom entity declared as a non-Atom
         media type. When a client is POSTing an Atom Entry to a Collection, it may use a
         media type of either "application/atom+xml" or "application/atom
         +xml;type=entry". This specification does not specify any request semantics or server
         behavior in the case where the POSTed media type is
         "application/atom+xml" but the body is something other than an Atom
         Entry. In particular, what happens on POSTing an Atom Feed Document
         to a Collection using the "application/atom+xml" media type is
         undefined.
           </t>
         <t>
           The Atom Protocol does not specify a means to create multiple
           representations of the same Resource (for example, a PNG and a JPG of
           the same image) either on creation or editing.
         </t>

 <section anchor="mle-example" title="Examples">

               <t>
                   Below, the client sends a POST request containing a PNG image to the
                   URI of a Collection that accepts PNG images:
               </t>

               <t>
            <figure>
              <artwork type='message/http: msgtype="request"'>
    POST /edit/ HTTP/1.1
    Host: media.example.org
    Content-Type: image/png
    Slug: The Beach
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>
        </t>


               <t>
                   The server signals a successful creation with a status code
                   of 201. The response includes a Location header indicating
                   the Member URI of the Media Link Entry and a representation
                   of that entry in the body of the response.  The Media Link
                   Entry includes a content element with a "src" attribute.
                   It also contains a link with a link
                   relation of "edit-media", specifying the IRI to be used for
                   modifying the Media Resource.
               </t>

               <t>
            <figure>
              <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 201 Created
    Date: Fri, 7 Oct 2005 17:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/media/edit/the_beach.atom

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:17:08Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text" /&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_beach.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_beach.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_beach.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

    <t>
      Later, the client sends a PUT request containing the new PNG using the URI
      indicated in the Media Link Entry's "edit-media" link:


       <figure>
         <artwork type='message/http: msgtype="request"'>
    PUT /edit/the_beach.png HTTP/1.1
    Host: media.example.org
    Content-Type: image/png
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>

    </t>
    <t>
      The server signals a successful edit with a status code of 200.
    


          <figure>
              <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 200 Ok
    Date: Fri, 8 Oct 2006 17:17:11 GMT
     </artwork>
            </figure>
    </t>

    <t>The client can edit the metadata for the picture.
    First GET the Media Link Entry:</t>


               <t>
            <figure>
              <artwork type='message/http: msgtype="request"'>
    GET /media/edit/the_beach.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA== </artwork>
            </figure>
        </t>

        <t>The Media Link Entry is returned.</t>

              <t>
            <figure>
              <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 200 Ok 
    Date: Fri, 7 Oct 2005 17:18:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    ETag: "c181bb840673b5"  

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:17:08Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text" /&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_beach.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_beach.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_beach.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

     <t>The metadata can be updated, in this case to add a summary, and then PUT
         back to the server.
     </t>

               <t>
            <figure>
              <artwork type='message/http: msgtype="request"'>
    PUT /media/edit/the_beach.atom HTTP/1.1
    Host: example.org
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Type: application/atom+xml;type=entry
    Content-Length: nnn
    If-Match: "c181bb840673b5"  

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:17:08Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text"&gt;
          A nice sunset picture over the water.
      &lt;/summary&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_beach.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_beach.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_beach.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

        <t>The update was successful.</t>

              <t>
            <figure>
              <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 200 Ok 
    Date: Fri, 7 Oct 2005 17:19:11 GMT
    Content-Length: 0 
 </artwork>
            </figure>
        </t>

        <t>Multiple Media Resources can be added to the Collection.</t>




               <t>
            <figure>
              <artwork type='message/http: msgtype="request"'>
    POST /edit/ HTTP/1.1
    Host: media.example.org
    Content-Type: image/png
    Slug: The Pier 
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>
        </t>


               <t>The Resource is created successfully. </t>

               <t>
            <figure>
              <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 201 Created
    Date: Fri, 7 Oct 2005 17:17:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/media/edit/the_pier.atom

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;The Pier&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efe6b&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:26:43Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;summary type="text" /&gt;
      &lt;content type="image/png"
         src="http://media.example.org/the_pier.png"/&gt;
      &lt;link rel="edit-media"
         href="http://media.example.org/edit/the_pier.png" /&gt;
      &lt;link rel="edit"
         href="http://example.org/media/edit/the_pier.atom" /&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

        <t>The client can now create a new Atom Entry
            in the blog Entry Collection that
            references the two newly created Media Resources.
        </t>
               <t>
            <figure>
              <artwork type='message/http: msgtype="request"'>
    POST /blog/ HTTP/1.1
    Host: example.org
    Content-Type: application/atom+xml;type=entry 
    Slug: A day at the beach 
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;A fun day at the beach&lt;/title&gt;
      &lt;id&gt;urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6b&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:40:02Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;content type="xhtml"&gt;
          &lt;xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"&gt;
              &lt;xhtml:p&gt;We had a good day at the beach.
                  &lt;xhtml:img alt="the beach"
                      src="http://media.example.org/the_beach.png"/&gt;
              &lt;/xhtml:p&gt;
              &lt;xhtml:p&gt;Later we walked down to the pier.
                  &lt;xhtml:img  alt="the pier"
                      src="http://media.example.org/the_pier.png"/&gt;
              &lt;/xhtml:p&gt;
          &lt;/xhtml:div&gt;
      &lt;/content&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>


               <t>The Resource is created successfully. </t>

               <t>
            <figure>
              <artwork type='message/http: msgtype="response"'>
    HTTP/1.1 200 Ok 
    Date: Fri, 7 Oct 2005 17:20:11 GMT
    Content-Length: nnn
    Content-Type: application/atom+xml;type=entry;charset="utf-8"
    Location: http://example.org/blog/atom/a-day-at-the-beach.atom

    &lt;?xml version="1.0"?&gt;
    &lt;entry xmlns="http://www.w3.org/2005/Atom"&gt;
      &lt;title&gt;A fun day at the beach&lt;/title&gt;
      &lt;id&gt;http://example.org/blog/a-day-at-the-beach.xhtml&lt;/id&gt;
      &lt;updated&gt;2005-10-07T17:43:07Z&lt;/updated&gt;
      &lt;author&gt;&lt;name&gt;Daffy&lt;/name&gt;&lt;/author&gt;
      &lt;content type="xhtml"&gt;
          &lt;xhtml:div xmlns:xhtml="http://www.w3.org/1999/xhtml"&gt;
              &lt;xhtml:p&gt;We had a good day at the beach.
                  &lt;xhtml:img alt="the beach"
                     src="http://media.example.org/the_beach.png"/&gt;
              &lt;/xhtml:p&gt;
              &lt;xhtml:p&gt;Later we walked down to the pier.
                  &lt;xhtml:img alt="the pier"
                     src="http://media.example.org/the_pier.png"/&gt;
              &lt;/xhtml:p&gt;
          &lt;/xhtml:div&gt;
      &lt;/content&gt;
      &lt;link rel="edit"
        href="http://example.org/blog/edit/a-day-at-the-beach.atom"/&gt;
      &lt;link rel="alternate" type="text/html"
        href="http://example.org/blog/a-day-at-the-beach.html"/&gt;
    &lt;/entry&gt; </artwork>
            </figure>
        </t>

        <t>Note that the returned Entry contains a link with a relation of
            "alternate" that points to the associated HTML page that was created
            -- this is not required by this specification, but is included to
            show the kinds of changes a server can make to an Entry.
        </t>

    </section>



       </section> 

<section title="The Slug Header">


  <t>Slug is an HTTP entity-header whose presence in a POST to a Collection
   constitutes a request by the client to use the header's value as part of any
   URIs that would normally be used to retrieve the to-be-created Entry or Media
   Resources.
  </t>

<t>
Servers &MAY; use the value of the Slug header when creating the Member URI of the
newly created Resource, for instance, by using some or all of the words in the
value for the last URI segment. Servers &MAY; also use the value when creating the
atom:id, or as the title of a Media Link Entry (see
<xref target="media-link-entries"/>).
</t>

<t>
Servers &MAY; choose to ignore the Slug entity-header. Servers &MAY; alter the
header value before using it. For instance, a server might filter out some
characters or replace accented letters with non-accented ones, replace spaces
with underscores, change case, and so on.
</t>

<section title="Slug Header Syntax">

    <t>The syntax of the Slug header is defined using the augmented BNF
        syntax defined in <xref target="RFC2616" x:fmt="of" x:sec="2.1"/>:
    </t>

<figure>
<artwork type="abnf2616">
    LWS      = &lt;defined in <xref target="RFC2616" x:fmt="of" x:sec="2.2"/>&gt;
    slugtext = %x20-7E | LWS
    Slug     = "Slug" ":" *slugtext
</artwork>
</figure>

<t>
        The field value is the percent-encoded value of the UTF-8 encoding of
        the character sequence to be included (see <xref target="RFC3986" x:fmt="of" x:sec="2.1"/>
        for the definition of percent encoding, and <xref target="RFC3629"/> for the
        definition of the UTF-8 encoding).
    </t>

    <t>
        Implementation note: to produce the field value from a character
        sequence, first encode it using the UTF-8 encoding, then encode
        all octets outside the ranges %20-24 and %26-7E using percent
        encoding (%25 is the ASCII encoding of "%", thus it needs to be
        escaped).  To consume the field value, first reverse the percent
        encoding, then run the resulting octet sequence through a UTF-8
        decoding process.
    </t>


</section>

           <section anchor="title-header-example" title="Example">

        <t>
            Here is an example of the Slug header that uses percent-encoding to
            represent the Unicode character U+00E8 (LATIN SMALL LETTER E WITH GRAVE):
        </t>

               <t>
            <figure>
              <artwork type='message/http: msgtype="request"'>
    POST /myblog/entries HTTP/1.1
    Host: example.org
    Content-Type: image/png
    Slug: The Beach at S%C3%A8te
    Authorization: Basic ZGFmZnk6c2VjZXJldA==
    Content-Length: nnn

    ...binary data... </artwork>
            </figure>
        </t>

        <t>
            See <xref target="create-example"/> for an example
            of the Slug header applied to the creation of
            an Entry Resource.
        </t>

           </section> 

       </section> 


 </section> 

       <section anchor="listing-collections" title="Listing Collections">

<t>Collection Resources &MUST; provide representations in the form of Atom Feed
Documents whose Entries contain the IRIs of the Members in the Collection.  No 
distinction is made between Collection Feeds and other kinds of Feeds -- a Feed
might act both as a 'public' feed for subscription purposes and as a Collection
Feed.</t>

<t> Each Entry in the Feed Document &SHOULD; have an atom:link element with a
relation of "edit" (see <xref target="new-link-relation"/>). </t>

<t>The Entries in the returned Atom Feed &SHOULD; be ordered by their
"app:edited" property, with the most recently edited Entries coming first in
the document order.  The app:edited value is not equivalent to the HTTP
Last-Modified header and cannot be used to determine the freshness of cached
responses. 
</t>

<t>
Clients &MUST-NOT; assume that an Atom Entry returned in the Feed is a full
representation of an Entry Resource and &SHOULD; perform a GET on the URI of the
Member Entry before editing it. See <xref target="etags"/> for a discussion on
the implications of cache control directives when obtaining entries.</t>




<section anchor="partial-lists" title="Collection Partial Lists">

<t>Collections can contain large numbers of Resources. A client such as a web
spider or web browser might be overwhelmed if the response to a GET contained
every Entry in a Collection -- in turn the server might also waste bandwidth and
processing time on generating a response that cannot be handled. For this
reason, servers &MAY; respond to Collection GET requests with a Feed Document
containing a partial list of the Collection's members, and a link to the
next partial list feed, if it exists. The first such partial list returned &MUST;
contain the most recently edited member Resources and &MUST; have an atom:link
with a "next" relation whose "href" value is the URI of the next partial list of
the Collection. This next partial list will contain the next most recently
edited set of Member Resources (and an atom:link to the following partial list
if it exists).
</t>

<t> In addition to the "next" relation, partial list feeds &MAY; contain link
elements with "rel" attribute values of "previous", "first", and "last", that can
be used to navigate through the complete set of entries in the Collection.
</t>

<t>
For instance, suppose a client is supplied the URI
"http://example.org/entries/go" of a Collection of Member Entries, where the
server as a matter of policy avoids generating Feed Documents containing more
than 10 Entries.  The Atom Feed Document for the Collection will then represent
the first partial list of a set of 10 linked Feed Documents. The "first"
relation references the initial Feed Document in the set and the "last"
relation references the final Feed Document in the set. Within each
document, the "previous" and "next" link relations reference the preceding and
subsequent documents.

<figure>
<artwork type="example">
  &lt;feed xmlns="http://www.w3.org/2005/Atom"&gt;
    &lt;link rel="first"
          href="http://example.org/entries/go" /&gt;
    &lt;link rel="next"
          href="http://example.org/entries/2" /&gt;
    &lt;link rel="last"
          href="http://example.org/entries/10" /&gt;
    ...
  &lt;/feed&gt;
</artwork>
</figure>
</t>

<t>
The "previous" and "next" link elements for the partial list feed located at
"http://example.org/entries/2" would look like this:
<figure>
<artwork type="example">
  &lt;feed xmlns="http://www.w3.org/2005/Atom"&gt;
    &lt;link rel="first"
          href="http://example.org/entries/go" /&gt;
    &lt;link rel="previous"
          href="http://example.org/entries/go" /&gt;
    &lt;link rel="next"
          href="http://example.org/entries/3" /&gt;
    &lt;link rel="last"
          href="http://example.org/entries/10" /&gt;
    ...
  &lt;/feed&gt;
</artwork>
</figure>


</t>


    </section>
    <section title='The "app:edited" Element'>
        <t>
            The "app:edited" element is a Date construct (as defined by
            <xref target="RFC4287"/>), whose content indicates the last time an
            Entry was edited. If the entry has not been edited yet, the content
            indicates the time it was created. Atom Entry elements in Collection
            Documents &SHOULD; contain one app:edited element, and &MUST-NOT;
            contain more than one.
        </t>

            <figure>
                <artwork type="application/relax-ng-compact-syntax">
appEdited = element app:edited ( atomDateConstruct )
</artwork>
</figure>

        <t>
            The server &SHOULD; change the value of this element every time
            an Entry Resource or an associated Media Resource has been edited.
        </t>
    </section>
</section>




   <section anchor="atom-entry-extensions" title="Atom Format Link Relation Extensions">

       <section anchor="new-link-relation" title='The "edit" Link Relation'>
           <iref item="edit (Link Relation)" primary="true"/>
           <iref item="Link Relations" subitem="edit" primary="true"/> 
           <t>
               This specification adds the value "edit" to the Atom Registry of
               Link Relations (see <xref target="RFC4287" x:fmt="of" x:sec="7.1"/>).
               The value of "edit" specifies that the value of the href
               attribute is the IRI of an editable Member Entry. When appearing
               within an atom:entry, the href IRI can be used to retrieve,
               update, and delete the Resource represented by that Entry. An
               atom:entry &MUST-NOT; contain more than one "edit" link relation.
           </t>
       </section>


       <section anchor="new-media-link-relation" title='The "edit-media" Link Relation'>
           <iref item="edit-media (Link Relation)" primary="true"/>
           <iref item="Link Relations" subitem="edit-media" primary="true"/> 
           <t>
               This specification adds the value "edit-media" to the Atom
               Registry of Link Relations (see <xref target="RFC4287" x:fmt="of" x:sec="7.1"/>).
               When appearing within an atom:entry,
               the value of the href attribute is an IRI that can be used to
               modify a Media Resource associated with that Entry.
           </t>
           <t>
               An atom:entry element &MAY; contain zero or more "edit-media" link
               relations. An atom:entry &MUST-NOT; contain more than one atom:link
               element with a "rel" attribute value of "edit-media" that has the
               same "type" and "hreflang" attribute values. All "edit-media" link
               relations in the same Entry reference the same Resource.  If a
               client encounters multiple "edit-media" link relations in an
               Entry then it &SHOULD; choose a link based on the client
               preferences for "type" and "hreflang". If a client encounters
               multiple "edit-media" link relations in an Entry and has no
               preference based on the "type" and "hreflang" attributes then the
               client &SHOULD; pick the first "edit-media" link relation in
               document order.
           </t>
       </section>

   </section>


   <section anchor="atom-format-type-parameter" title="The Atom Format Type Parameter">
       <t>
           The Atom Syndication Format <xref target="RFC4287"/> defines the
           "application/atom+xml" media type to identify both Atom Feed and Atom
           Entry Documents.  Implementation experience has demonstrated that
           Atom Feed and Entry Documents can have different processing models
           and that there are situations where they need to be differentiated.
           This specification defines a  "type" parameter used to
           differentiate the two types of Atom documents.
       </t>


       <section anchor="type-parameter-defn" title='The "type" parameter'>

           <t>
               This specification defines a new "type" parameter for use with the
               "application/atom+xml" media type. The "type" parameter 
               has a value of "entry" or "feed".
           </t>

           <t>
               Neither the parameter name nor its value are case sensitive.
           </t>

           <t>
               The value "entry" indicates that the media type identifies an Atom
               Entry Document.  The root element of the document &MUST; be atom:entry.
           </t>

           <t>
               The value "feed" indicates that the media type identifies an Atom
               Feed Document.  The root element of the document &MUST; be atom:feed.
           </t>

           <t>
               If not specified, the type is assumed to be unspecified, requiring
               Atom processors to examine the root element to determine the type of
               Atom document.
           </t>

           <section anchor="type-parameter-conf" title="Conformance">

               <t>
                   New specifications &MAY; require that the "type" parameter be used to
                   identify the Atom Document type.  Producers of Atom Entry Documents
                   &SHOULD; use the "type" parameter regardless of whether or not it is
                   mandatory.  Producers of Atom Feed Documents &MAY; use the parameter.
               </t>

               <t>
                   Atom processors that do not recognize the "type" parameter &MUST;
                   ignore its value and examine the root element to determine the
                   document type.
               </t>

               <t>
                   Atom processors that do recognize the "type" parameter &SHOULD; detect and
                   report inconsistencies between the parameter's value and the actual
                   type of the document's root element.
               </t>
           </section>
       </section>
   </section>


   <section anchor="pub-control" title="Atom Publishing Controls">
           <t>
               This specification defines an Atom Format Structured Extension,
               as defined in <xref target="RFC4287" x:fmt="of" x:sec="6"/>, for publishing
               control within the "http://www.w3.org/2007/app" namespace.
           </t>

           <section title='The "app:control" Element'>
             <figure>
               <artwork type="application/relax-ng-compact-syntax">
namespace app = "http://www.w3.org/2007/app"

 pubControl =
    element app:control {
    atomCommonAttributes,
    pubDraft?
    &amp; extensionElement
 }

 pubDraft =
   element app:draft { "yes" | "no" }</artwork>
        </figure>


        <t>
          The "app:control" element &MAY; appear as a child of an atom:entry that
          is being created or updated via the Atom Publishing Protocol. The
          app:control element &MUST; appear only once in an Entry. The app:control
          element is considered foreign markup as defined in
          <xref target="RFC4287" x:fmt="of" x:sec="6"/>.
        </t>
        <t>
          The app:control element and its child elements &MAY; be included in Atom
          Feed or Entry Documents.
        </t>
        <t>
          The app:control element can contain an "app:draft" element as defined
          below, and it can contain extension elements as defined in
          <xref target="RFC4287" x:fmt="of" x:sec="6"/>.
      </t>

          <section title='The "app:draft" Element'>
            <t>
              The inclusion of the "app:draft" element represents a request by
              the client to control the visibility of a Member Resource. The
              app:draft element &MAY; be ignored by the server. </t>

            <t>The number of app:draft elements in app:control &MUST; be zero or
              one. The content of an app:draft element &MUST; be one of "yes" or
              "no". If the element contains "no", this indicates a client request
              that the Member Resource be made publicly visible. If the
              app:draft element is not present, then servers that support the
              extension &MUST; behave as though an app:draft element containing
              "no" was sent.
            </t>
          </section>

        </section>

    </section>

    <section title="Securing the Atom Publishing Protocol">
        <t>
            The Atom Publishing Protocol is based on HTTP. Authentication requirements for HTTP 
            are covered in <xref target="RFC2616" x:fmt="of" x:sec="11"/>. 
        </t>
        <t>
            The use of authentication mechanisms to prevent POSTing or editing by unknown or 
            unauthorized clients is &RECOMMENDED; but not required.  When authentication is not 
            used, clients and servers are vulnerable to trivial spoofing, denial-of-service,
            and defacement attacks. However, in some contexts, this is an acceptable risk.
        </t>
        <t>
            The type of authentication deployed is a local decision made by the
            server operator.  Clients are likely to face authentication schemes
            that vary across server deployments.  


            At a minimum, client and server implementations &MUST; be capable of
            being configured to use HTTP Basic Authentication <xref target="RFC2617"/> in
            conjunction with a connection made with TLS 1.0 <xref target="RFC2246"/> or a
            subsequent standards-track version of TLS (such as <xref target="RFC4346"/>), supporting the conventions for
            using HTTP over TLS described in <xref target="RFC2818"/>.

          </t>
        <t>
            The choice of authentication mechanism will impact
            interoperability. The minimum level of security referenced above
            (Basic Authentication with TLS) is considered good practice for
            Internet applications at the time of publication of this
            specification and sufficient for establishing a baseline for
            interoperability.  Implementers are encouraged to investigate and
            use alternative mechanisms regarded as equivalently good or better
            at the time of deployment. It is &RECOMMENDED; that clients be
            implemented in such a way that new authentication schemes can 
            be deployed.
        </t>
        <t>
            Because this protocol uses HTTP response status codes as the primary means of 
            reporting the result of a request, servers are advised to respond to unauthorized 
            or unauthenticated requests using an appropriate 4xx HTTP response code 
            (e.g., 401 "Unauthorized" or 403 "Forbidden") in accordance with <xref target="RFC2617"/>.
        </t>
    </section>

    <section title="Security Considerations">
        <t>
            The Atom Publishing Protocol is based on HTTP and thus subject to the security considerations found 
            in <xref target="RFC2616" x:fmt="of" x:sec="15"/>.
        </t>
        <t>The threats listed in this section apply to many protocols that run
            under HTTP. The Atompub Working Group decided that the protection
            afforded by running authenticated HTTP under TLS (as described in
            Section 14) was sufficient to mitigate many of the problems presented
            by the attacks listed in this section.
        </t>

        <section title="Denial of Service">
            <t>
                Atom Publishing Protocol server implementations need to take adequate precautions to ensure 
                malicious clients cannot consume excessive server resources (CPU, memory, disk, etc.).
            </t>
        </section>

        <section title="Replay Attacks">
            <t>
                Atom Publishing Protocol server implementations are susceptible to replay attacks.  Specifically,
                this specification does not define a means of detecting duplicate requests. Accidentally 
                sent duplicate requests are indistinguishable from intentional and malicious replay attacks.
            </t>
        </section>

        <section title="Spoofing Attacks">
            <t>
                Atom Publishing Protocol implementations are susceptible to a variety of spoofing attacks. Malicious 
                clients might send Atom Entries containing inaccurate information anywhere in the document.
            </t>
        </section>

        <section title="Linked Resources">
            <t>
                Atom Feed and Entry Documents can contain XML External Entities as defined in 
                <xref target="REC-xml" x:fmt="of" x:sec="4.2.2" x:rel="#sec-external-ent"/>.  Atom implementations are not
                required to load external entities.
                External entities are subject to the same security concerns as any network operation
                and can alter the semantics of an Atom document. The same issues exist for Resources
                linked to by Atom elements such as atom:link and atom:content.
            </t>
        </section>

        <section title="Digital Signatures and Encryption">
            <t>
                Atom Entry and Feed Documents can contain XML Digital Signatures
                <xref target="REC-xmldsig-core"/> and can be encrypted using XML Encryption
                <xref target="REC-xmlenc-core"/> as specified in <xref target="RFC4287" x:fmt="of" x:sec="5"/>. 
                Handling of signatures and encrypted elements in Atom documents is discussed in
                Sections <xref target="RFC4287" x:fmt="number" x:sec="5"/> and <xref target="RFC4287" x:fmt="number" x:sec="6.3"/> of <xref target="RFC4287"/>.
            </t>
            <t>
                Neither servers nor clients are under any obligation to support
                encryption and digital signature of Entries or Feeds, although
                it is certainly possible that in some installations, clients or
                servers might require signing or encrypting of the documents
                exchanged in the Atom Protocol.
            </t>
            <t>

                Because servers are allowed (and in some cases, expected) to modify
                the contents of an Entry Document before publishing it, signatures
                within an entry are only likely to be useful to the server to which the
                entry is being sent. Clients cannot assume that the signature will be valid
                when viewed by a third party, or even that the server will publish
                the client's signature.
            </t>
            <t>

                A server is allowed to strip client-applied signatures, to strip
                client-applied signatures and then re-sign with its own public
                key, and to oversign an entry with its own public key. The
                meaning to a third party of a signature applied by a server is
                the same as a signature from anyone, as described in
                <xref target="RFC4287"/>.   It is &RECOMMENDED; that a server that
                is aware that it has changed any part of an Entry Document that
                was signed by the client should strip that signature before
                publishing the entry in order to prevent third parties from
                trying to interpret a signature that cannot be validated.
            </t>

        </section>

        <section title="URIs and IRIs">
            <t>
                Atom Publishing Protocol implementations handle URIs and
                IRIs. See <xref target="RFC3986" x:fmt="of" x:sec="7"/> and
                <xref target="RFC3987" x:fmt="of" x:sec="8"/> for security considerations related to
                their handling and use.
            </t>
            <t>
                The Atom Publishing Protocol leaves the server in control of minting
                URIs. The use of any client-supplied data for creating new URIs is
                subject to the same concerns as described in the next section.
            </t>
        </section>

        <section title="Code Injection and Cross Site Scripting">

          <t>Atom Feed and Entry Documents can contain a broad range of content
            types including code that might be executable in some
            contexts. Malicious clients could attempt to attack servers or other
            clients by injecting code into a Collection Document's Entry or
            Media Resources.</t>

          <t>Server implementations are strongly encouraged to verify that
            client-supplied content is safe prior to accepting, processing, or
            publishing it. In the case of HTML, experience indicates that
            verification based on a white list of acceptable content is more
            effective than a black list of forbidden content.</t>

          <t>Additional information about XHTML and HTML content safety can be
            found in <xref target="RFC4287" x:fmt="of" x:sec="8.1"/>.</t>
        </section>

    </section>




    <section anchor="iana" title="IANA Considerations">

        <t>This specification uses two new media types that conform to
            the registry mechanism described in 
            <xref target="RFC4288"/>, a new message header that conforms to
            the registry mechanism described in 
            <xref target="RFC3864"/>, and two new link relations that conform to
            the registry mechanism described in 
            <xref target="RFC4287"/>.
        </t>
 
      <section anchor="iana-atomcat" title="Content-Type Registration for 'application/atomcat+xml'">

          <t>An Atom Publishing Protocol Category Document, when serialized
          as XML 1.0, can be identified with the following media type:</t>

          <t>
              <iref item="application/atomcat+xml Media Type" primary="true"/>
              <iref item="Media Type" subitem="application/atomcat+xml" primary="true"/> 
              <list style="hanging">
                  <t hangText="MIME media type name:"> application</t>
                  <t hangText="MIME subtype name:"> atomcat+xml</t>
                  <t hangText="Required parameters:"> None.</t>
                  <t hangText="Optional parameters:">
                      <list style="hanging">
                          <t hangText='"charset":'> This parameter has identical
                              semantics to the charset parameter of the
                              "application/xml" media type as specified in <xref target="RFC3023"/>.</t>
                      </list>
                  </t>

                  <t hangText="Encoding considerations:"> Identical to those of
                      "application/xml" as described in <xref target="RFC3023" x:fmt="," x:sec="3.2"/>.</t>

                  <t hangText="Security considerations:"> As defined in RFC 5023.</t>

                  <t>In addition, as this media type uses the "+xml" convention,
                      it shares the same security considerations as described in
                      <xref target="RFC3023" x:fmt="," x:sec="10"/>.</t>

                  <t hangText="Interoperability considerations:"> There are no
                      known interoperability issues.</t>

                  <t hangText="Published specification:">RFC 5023.</t>

                  <t hangText="Applications that use this media type:"> No known
                      applications currently use this media type.</t>

              </list>
          </t>

          <t>Additional information:</t>

          <t>
              <list style="hanging">

                  <t hangText="Magic number(s):"> As specified for
                      "application/xml" in <xref target="RFC3023" x:fmt="," x:sec="3.2"/>.</t>

                  <t hangText="File extension:"> .atomcat</t>

                  <t hangText="Fragment identifiers:"> As specified for
                      "application/xml" in <xref target="RFC3023" x:fmt="," x:sec="5"/>.</t>

                  <t hangText="Base URI:"> As specified in <xref target="RFC3023" x:fmt="," x:sec="6"/>.</t>

                  <t hangText="Macintosh file type code:"> TEXT</t>

                  <t hangText="Person &amp; email address to contact for further information:">Joe Gregorio &lt;joe@bitworking.org&gt;</t>

                  <t hangText="Intended usage:">
                      COMMON</t> <t hangText="Author/Change controller:">IETF (iesg@ietf.org) Internet Engineering Task Force</t>
              </list>
          </t>
      </section>



          <section anchor="iana-atomsvc" title="Content-Type Registration for 'application/atomsvc+xml'">

          <t>An Atom Publishing Protocol Service Document, when serialized
          as XML 1.0, can be identified with the following media type:</t>

          <t>
              <iref item="application/atomsvc+xml Media Type" primary="true"/>
              <iref item="Media Type" subitem="application/atomsvc+xml" primary="true"/> 
              <list style="hanging">
                  <t hangText="MIME media type name:"> application</t>
                  <t hangText="MIME subtype name:"> atomsvc+xml</t>
                  <t hangText="Required parameters:"> None.</t>
                  <t hangText="Optional parameters:">
                      <list style="hanging">
                          <t hangText='"charset":'> This parameter has identical
                              semantics to the charset parameter of the
                              "application/xml" media type as specified in <xref target="RFC3023"/>.</t>
                      </list>
                  </t>

                  <t hangText="Encoding considerations:"> Identical to those of
                      "application/xml" as described in <xref target="RFC3023" x:fmt="," x:sec="3.2"/>.</t>

                  <t hangText="Security considerations:"> As defined in RFC 5023.</t>

                  <t>In addition, as this media type uses the "+xml" convention,
                      it shares the same security considerations as described in
                      <xref target="RFC3023" x:fmt="," x:sec="10"/>.</t>

                  <t hangText="Interoperability considerations:"> There are no
                      known interoperability issues.</t>

                  <t hangText="Published specification:">RFC 5023.</t>

                  <t hangText="Applications that use this media type:"> No known
                      applications currently use this media type.</t>

              </list>
          </t>

          <t>Additional information:</t>

          <t>
              <list style="hanging">

                  <t hangText="Magic number(s):"> As specified for
                      "application/xml" in <xref target="RFC3023" x:fmt="," x:sec="3.2"/>.</t>

                  <t hangText="File extension:"> .atomsvc</t>

                  <t hangText="Fragment identifiers:"> As specified for
                      "application/xml" in <xref target="RFC3023" x:fmt="," x:sec="5"/>.</t>

                  <t hangText="Base URI:"> As specified in <xref target="RFC3023" x:fmt="," x:sec="6"/>.</t>

                  <t hangText="Macintosh file type code:"> TEXT</t>

                  <t hangText="Person and email address to contact for further information:"> Joe Gregorio &lt;joe@bitworking.org&gt;</t>

                  <t hangText="Intended usage:">
                      COMMON</t> <t hangText="Author/Change controller:">IETF (iesg@ietf.org) Internet Engineering Task Force</t>
              </list>
          </t>
      </section>




<section anchor="iana-slug" title="Header Field Registration for 'SLUG'">

          <t>
              <list style="hanging">
                  <t hangText="Header field name:">SLUG</t>
                  <t hangText="Applicable protocol:">http <xref target="RFC2616"/></t>
                  <t hangText="Status:">standard.</t>
                  <t hangText="Author/Change controller:">IETF (iesg@ietf.org) Internet Engineering Task Force</t>
                  <t hangText="Specification document(s):">RFC 5023.</t>
                  <t hangText="Related information:">None.</t>
              </list>
          </t>
</section>



<section anchor="link-rel-edit-reg" title='The Link Relation Registration "edit"'>
    <t>
        <list style="hanging">
            <t hangText="Attribute Value:">edit</t>
            <t hangText="Description:">An IRI of an editable Member Entry. When appearing
                within an atom:entry, the href IRI can be used to retrieve,
                update, and delete the Resource represented by that Entry.
            </t>
            <t hangText="Expected display characteristics:">
                Undefined; this relation can be used for
                background processing or to provide extended functionality without
                displaying its value.
            </t> 
            <t hangText="Security considerations:">                   
                Automated agents should take care when this
                relation crosses administrative domains (e.g., the URI has a different
                authority than the current document).
            </t>
        </list>
    </t>
</section>

<section anchor="link-rel-edit-media-reg" title='The Link Relation Registration "edit-media"'>
    <t>
        <list style="hanging">
            <t hangText="Attribute Value:">edit-media</t>
            <t hangText="Description:">An IRI of an editable Media Resource. When appearing
                within an atom:entry, the href IRI can be used to retrieve,
                update, and delete the Media Resource associated with that Entry.
            </t>
            <t hangText="Expected display characteristics:">
                Undefined; this relation can be used for
                background processing or to provide extended functionality without
                displaying its value.
            </t> 
            <t hangText="Security considerations:">                   
                Automated agents should take care when this
                relation crosses administrative domains (e.g., the URI has a different
                authority than the current document).
            </t>
        </list>
    </t>
</section>


<section anchor="atom-type-reg" title="The Atom Format Media Type Parameter">
    <t>
        IANA has added a reference to this specification in the
        'application/atom+xml' media type registration.
    </t>
</section>




</section>

  </middle>
  <back>


      <references title="Normative References">

          

<reference anchor="RFC2119">
<front>
<title abbrev="RFC Key Words">Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname="Scott Bradner" surname="Bradner" initials="S.">
<organization>Harvard University</organization>
<address>
<postal>
<street>1350 Mass. Ave.</street>
<street>Cambridge</street>
<street>MA 02138</street></postal>
<phone>- +1 617 495 3864</phone>
<email>sob@harvard.edu</email></address></author>
<date month="March" year="1997"></date>
<area>General</area>
<keyword>keyword</keyword>
</front>
<seriesInfo name="BCP" value="14"></seriesInfo>
<seriesInfo name="RFC" value="2119"></seriesInfo>
</reference>

          
          
          

<reference anchor="RFC2616">

<front>
<title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title>
<author fullname="Roy T. Fielding" surname="Fielding" initials="R.">
<organization abbrev="UC Irvine">Department of Information and Computer Science</organization>
<address>
<postal>
<street>University of California, Irvine</street>
<city>Irvine</city>
<region>CA</region>
<code>92697-3425</code></postal>
<facsimile>+1(949)824-1715</facsimile>
<email>fielding@ics.uci.edu</email></address></author>
<author fullname="James Gettys" surname="Gettys" initials="J.">
<organization abbrev="Compaq/W3C">World Wide Web Consortium</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>545 Technology Square</street>
<city>Cambridge</city>
<region>MA</region>
<code>02139</code></postal>
<facsimile>+1(617)258-8682</facsimile>
<email>jg@w3.org</email></address></author>
<author fullname="Jeffrey C. Mogul" surname="Mogul" initials="J.">
<organization abbrev="Compaq">Compaq Computer Corporation</organization>
<address>
<postal>
<street>Western Research Laboratory</street>
<street>250 University Avenue</street>
<city>Palo Alto</city>
<region>CA</region>
<code>94305</code></postal>
<email>mogul@wrl.dec.com</email></address></author>
<author fullname="Henrik Frystyk Nielsen" surname="Frystyk" initials="H.">
<organization abbrev="MIT/LCS">World Wide Web Consortium</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>545 Technology Square</street>
<city>Cambridge</city>
<region>MA</region>
<code>02139</code></postal>
<facsimile>+1(617)258-8682</facsimile>
<email>frystyk@w3.org</email></address></author>
<author fullname="Larry Masinter" surname="Masinter" initials="L.">
<organization abbrev="Xerox">Xerox Corporation</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>3333 Coyote Hill Road</street>
<city>Palo Alto</city>
<region>CA</region>
<code>94034</code></postal>
<email>masinter@parc.xerox.com</email></address></author>
<author fullname="Paul J. Leach" surname="Leach" initials="P.">
<organization abbrev="Microsoft">Microsoft Corporation</organization>
<address>
<postal>
<street>1 Microsoft Way</street>
<city>Redmond</city>
<region>WA</region>
<code>98052</code></postal>
<email>paulle@microsoft.com</email></address></author>
<author fullname="Tim Berners-Lee" surname="Berners-Lee" initials="T.">
<organization abbrev="MIT/LCS">World Wide Web Consortium</organization>
<address>
<postal>
<street>MIT Laboratory for Computer Science, NE43-356</street>
<street>545 Technology Square</street>
<city>Cambridge</city>
<region>MA</region>
<code>02139</code></postal>
<facsimile>+1(617)258-8682</facsimile>
<email>timbl@w3.org</email></address></author>
<date month="June" year="1999"></date>
</front>
<seriesInfo name="RFC" value="2616"></seriesInfo>
</reference>

          

<reference anchor="RFC2617">

<front>
<title abbrev="HTTP Authentication">HTTP Authentication: Basic and Digest Access Authentication</title>
<author fullname="John Franks" surname="Franks" initials="J.">
<organization>Northwestern University, Department of Mathematics</organization>
<address>
<postal>
<street>Northwestern University</street>
<city>Evanston</city>
<region>IL</region>
<code>60208-2730</code>
<country>USA</country></postal>
<email>john@math.nwu.edu</email></address></author>
<author fullname="Phillip M. Hallam-Baker" surname="Hallam-Baker" initials="P.M.">
<organization>Verisign Inc.</organization>
<address>
<postal>
<street>301 Edgewater Place</street>
<street>Suite 210</street>
<city>Wakefield</city>
<region>MA</region>
<code>01880</code>
<country>USA</country></postal>
<email>pbaker@verisign.com</email></address></author>
<author fullname="Jeffery L. Hostetler" surname="Hostetler" initials="J.L.">
<organization>AbiSource, Inc.</organization>
<address>
<postal>
<street>6 Dunlap Court</street>
<city>Savoy</city>
<region>IL</region>
<code>61874</code>
<country>USA</country></postal>
<email>jeff@AbiSource.com</email></address></author>
<author fullname="Scott D. Lawrence" surname="Lawrence" initials="S.D.">
<organization>Agranat Systems, Inc.</organization>
<address>
<postal>
<street>5 Clocktower Place</street>
<street>Suite 400</street>
<city>Maynard</city>
<region>MA</region>
<code>01754</code>
<country>USA</country></postal>
<email>lawrence@agranat.com</email></address></author>
<author fullname="Paul J. Leach" surname="Leach" initials="P.J.">
<organization>Microsoft Corporation</organization>
<address>
<postal>
<street>1 Microsoft Way</street>
<city>Redmond</city>
<region>WA</region>
<code>98052</code>
<country>USA</country></postal>
<email>paulle@microsoft.com</email></address></author>
<author fullname="Ari Luotonen" surname="Luotonen" initials="A.">
<organization>Netscape Communications Corporation</organization>
<address>
<postal>
<street>501 East Middlefield Road</street>
<city>Mountain View</city>
<region>CA</region>
<code>94043</code>
<country>USA</country></postal></address></author>
<author fullname="Lawrence C. Stewart" surname="Stewart" initials="L.">
<organization>Open Market, Inc.</organization>
<address>
<postal>
<street>215 First Street</street>
<city>Cambridge</city>
<region>MA</region>
<code>02142</code>
<country>USA</country></postal>
<email>stewart@OpenMarket.com</email></address></author>
<date month="June" year="1999"></date>
</front>
<seriesInfo name="RFC" value="2617"></seriesInfo>
</reference>
 
          

<reference anchor="RFC2246">

<front>
<title>The TLS Protocol Version 1.0</title>
<author fullname="Tim Dierks" surname="Dierks" initials="T.">
<organization>Certicom</organization>
<address>
<email>tdierks@certicom.com</email></address></author>
<author fullname="Christopher Allen" surname="Allen" initials="C.">
<organization>Certicom</organization>
<address>
<email>callen@certicom.com</email></address></author>
<date month="January" year="1999"></date>
</front>
<seriesInfo name="RFC" value="2246"></seriesInfo>
</reference>
 
          

<reference anchor="RFC4287">

<front>
<title>The Atom Syndication Format</title>
<author fullname="M. Nottingham" surname="Nottingham" initials="M.">
<organization></organization></author>
<author fullname="R. Sayre" surname="Sayre" initials="R.">
<organization></organization></author>
<date month="December" year="2005"></date></front>
<seriesInfo name="RFC" value="4287"></seriesInfo>
</reference>

          

<reference anchor="RFC4288">

<front>
<title>Media Type Specifications and Registration Procedures</title>
<author fullname="N. Freed" surname="Freed" initials="N.">
<organization></organization></author>
<author fullname="J. Klensin" surname="Klensin" initials="J.">
<organization></organization></author>
<date month="December" year="2005"></date>
</front>
<seriesInfo name="BCP" value="13"></seriesInfo>
<seriesInfo name="RFC" value="4288"></seriesInfo>
</reference>

          

<reference anchor="RFC3864">

<front>
<title>Registration Procedures for Message Header Fields</title>
<author fullname="G. Klyne" surname="Klyne" initials="G.">
<organization></organization></author>
<author fullname="M. Nottingham" surname="Nottingham" initials="M.">
<organization></organization></author>
<author fullname="J. Mogul" surname="Mogul" initials="J.">
<organization></organization></author>
<date month="September" year="2004"></date>
</front>
<seriesInfo name="BCP" value="90"></seriesInfo>
<seriesInfo name="RFC" value="3864"></seriesInfo>
</reference>

          

<reference anchor="RFC3023">

<front>
<title>XML Media Types</title>
<author fullname="M. Murata" surname="Murata" initials="M.">
<organization></organization></author>
<author fullname="S. St. Laurent" surname="St. Laurent" initials="S.">
<organization></organization></author>
<author fullname="D. Kohn" surname="Kohn" initials="D.">
<organization></organization></author>
<date month="January" year="2001"></date>
</front>
<seriesInfo name="RFC" value="3023"></seriesInfo>
</reference>

          

<reference anchor="RFC3629">

<front>
<title>UTF-8, a transformation format of ISO 10646</title>
<author fullname="F. Yergeau" surname="Yergeau" initials="F.">
<organization></organization></author>
<date month="November" year="2003"></date>
</front>
<seriesInfo name="STD" value="63"></seriesInfo>
<seriesInfo name="RFC" value="3629"></seriesInfo>
</reference>

          

<reference anchor="RFC3986">

<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author fullname="T. Berners-Lee" surname="Berners-Lee" initials="T.">
<organization></organization></author>
<author fullname="R. Fielding" surname="Fielding" initials="R.">
<organization></organization></author>
<author fullname="L. Masinter" surname="Masinter" initials="L.">
<organization></organization></author>
<date month="January" year="2005"></date></front>
<seriesInfo name="STD" value="66"></seriesInfo>
<seriesInfo name="RFC" value="3986"></seriesInfo>
</reference>

          

<reference anchor="RFC3987">

<front>
<title>Internationalized Resource Identifiers (IRIs)</title>
<author fullname="M. Duerst" surname="Duerst" initials="M.">
<organization></organization></author>
<author fullname="M. Suignard" surname="Suignard" initials="M.">
<organization></organization></author>
<date month="January" year="2005"></date></front>
<seriesInfo name="RFC" value="3987"></seriesInfo>
</reference>

          

<reference anchor="REC-xml" target="http://www.w3.org/TR/2006/REC-xml-20060816">
<front>
<title>Extensible Markup Language (XML) 1.0 (Fourth Edition)</title>

<author fullname="Francois Yergeau" surname="Yergeau" initials="F.">
    <organization></organization>
</author>

<author fullname="Jean Paoli" surname="Paoli" initials="J.">
    <organization></organization>
</author>

<author fullname="Tim Bray" surname="Bray" initials="T.">
    <organization></organization>
</author>

<author fullname="C. M. Sperberg-McQueen" surname="Sperberg-McQueen" initials="C.">
    <organization></organization>
</author>

<author fullname="Eve Maler" surname="Maler" initials="E.">
    <organization></organization>
</author>

<date year="2006" day="16" month="August"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xml-20060816"></seriesInfo>
</reference>

          

<reference anchor="REC-xml-names" target="http://www.w3.org/TR/2006/REC-xml-names-20060816">
<front>
<title>Namespaces in XML 1.0 (Second Edition)</title>

<author fullname="Dave Hollander" surname="Hollander" initials="D.">
    <organization></organization>
</author>

<author fullname="Tim Bray" surname="Bray" initials="T.">
    <organization></organization>
</author>

<author fullname="Richard Tobin" surname="Tobin" initials="R.">
    <organization></organization>
</author>

<author fullname="Andrew Layman" surname="Layman" initials="A.">
    <organization></organization>
</author>

<date year="2006" day="16" month="August"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xml-names-20060816"></seriesInfo>
</reference>

          

<reference anchor="REC-xmlbase" target="http://www.w3.org/TR/2001/REC-xmlbase-20010627">
<front>
<title>XML Base</title>

<author fullname="J. Marsh" surname="Marsh" initials="J">
    <organization></organization>
</author>

<date year="2001" day="27" month="June"></date>
</front>

<seriesInfo name="W3C REC" value="W3C.REC-xmlbase-20010627"></seriesInfo>
</reference>

          

<reference anchor="REC-xml-infoset" target="http://www.w3.org/TR/2004/REC-xml-infoset-20040204">
<front>
<title>XML Information Set (Second Edition)</title>

<author fullname="John Cowan" surname="Cowan" initials="J.">
    <organization></organization>
</author>

<author fullname="Richard Tobin" surname="Tobin" initials="R.">
    <organization></organization>
</author>

<date year="2004" day="4" month="February"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xml-infoset-20040204"></seriesInfo>
</reference>

          

<reference anchor="REC-xmldsig-core" target="http://www.w3.org/TR/2002/REC-xmldsig-core-20020212">
<front>
<title>XML-Signature Syntax and Processing</title>

<author fullname="David Solo" surname="Solo" initials="D.">
    <organization></organization>
</author>

<author fullname="Joseph Reagle" surname="Reagle" initials="J.">
    <organization></organization>
</author>

<author fullname="Donald Eastlake" surname="Eastlake" initials="D.">
    <organization></organization>
</author>

<date year="2002" day="12" month="February"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xmldsig-core-20020212"></seriesInfo>
</reference>

          

<reference anchor="REC-xmlenc-core" target="http://www.w3.org/TR/2002/REC-xmlenc-core-20021210">
<front>
<title>XML Encryption Syntax and Processing</title>

<author fullname="Donald Eastlake" surname="Eastlake" initials="D.">
    <organization></organization>
</author>

<author fullname="Joseph Reagle" surname="Reagle" initials="J.">
    <organization></organization>
</author>

<date year="2002" day="10" month="December"></date>
</front>

<seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xmlenc-core-20021210"></seriesInfo>
</reference>

          

<reference anchor="RFC2818">
<front>
<title>HTTP Over TLS</title>
<author fullname="E. Rescorla" surname="Rescorla" initials="E.">
<organization></organization></author>
<date month="May" year="2000"></date>
</front>
<seriesInfo name="RFC" value="2818"></seriesInfo>
</reference>
 
<reference anchor='RFC4346'>
<front>
<title>The Transport Layer Security (TLS) Protocol Version 1.1</title>
<author initials='T.' surname='Dierks' fullname='T. Dierks'>
<organization /></author>
<author initials='E.' surname='Rescorla' fullname='E. Rescorla'>
<organization /></author>
<date year='2006' month='April' />
</front>
<seriesInfo name='RFC' value='4346' />
</reference>

      </references>

      <references title="Informative References">


  

<reference anchor="REC-webarch" target="http://www.w3.org/TR/2004/REC-webarch-20041215">
<front>
<title>Architecture of the World Wide Web, Volume One</title>

<author fullname="Norman Walsh" surname="Walsh" initials="N">
    <organization></organization>
</author>

<author fullname="Ian Jacobs" surname="Jacobs" initials="I">
    <organization></organization>
</author>

<date year="2004" day="15" month="December"></date>
</front>

<seriesInfo name="W3C REC" value="REC-webarch-20041215"></seriesInfo>
</reference>


  <reference anchor="NOTE-detect-lost-update" target="http://www.w3.org/1999/04/Editing/">
      <front>
          <title>
              Editing the Web: Detecting the Lost Update Problem Using Unreserved Checkout
          </title>

          <author fullname="Henrik Frystyk Nielsen" surname="Nielsen" initials="H.F.">
              <organization>W3C</organization>
          </author>

          <author fullname="Daniel LaLiberte" surname="LaLiberte" initials="D.">
              <organization>W3C</organization>
          </author>

          <date year="1999" day="10" month="May"></date>
      </front>

      <seriesInfo name="World Wide Web Consortium NOTE" value="NOTE-detect-lost-update"></seriesInfo>
      <format type="HTML" target="http://www.w3.org/1999/04/Editing/"></format>
  </reference>

  <reference anchor="RNC" target="http://www.oasis-open.org/committees/relax-ng/compact-20021121.html">
      <front>
          <title>RELAX NG Compact Syntax</title>
          <author fullname="James Clark" surname="Clark" initials="J.">
              <organization></organization>
          </author>
          <date year="2001" month="December"></date>
      </front>

  </reference>

      </references>
<section title="Contributors">
  <t>
  The content and concepts within are a product of the Atom community and the Atompub Working Group.
  </t>
  <t>

  
  </t>
</section>

<section anchor="schema" title="RELAX NG Compact Schema">
<t>
This appendix is informative.
</t>

<t>
The Relax NG schema explicitly excludes elements in the Atom Protocol namespace that are
not defined in this revision of the specification. Requirements for Atom Protocol
processors encountering such markup are given in Sections <xref target="RFC4287" x:fmt="number" x:sec="6.2"/> and <xref target="RFC4287" x:fmt="number" x:sec="6.3"/> of
<xref target="RFC4287"/>.
</t>

<t> The Schema for Service Documents: </t>

                <figure>

<artwork name="app:allSchema" type="application/relax-ng-compact-syntax">
# -*- rnc -*-# RELAX NG Compact Syntax Grammar for the Atom Protocol

namespace app = "http://www.w3.org/2007/app"
namespace atom = "http://www.w3.org/2005/Atom"
namespace xsd = "http://www.w3.org/2001/XMLSchema"
namespace xhtml = "http://www.w3.org/1999/xhtml"
namespace local = ""

start = appService

# common:attrs

atomURI = text

appCommonAttributes =
   attribute xml:base { atomURI }?,
   attribute xml:lang { atomLanguageTag  }?,
   attribute xml:space {"default"|"preserved"}?,
   undefinedAttribute*


atomCommonAttributes = appCommonAttributes

undefinedAttribute = attribute * - (xml:base | xml:space  | xml:lang 
  | local:*) { text }

atomLanguageTag = xsd:string {
   pattern = "([A-Za-z]{1,8}(-[A-Za-z0-9]{1,8})*)?"
}

atomDateConstruct =
    appCommonAttributes,
    xsd:dateTime

# app:service

appService =
   element app:service {
      appCommonAttributes,
      ( appWorkspace+
        &amp; extensionElement* )
   }

# app:workspace

appWorkspace =
   element app:workspace {
      appCommonAttributes,
      ( atomTitle
        &amp; appCollection*
        &amp; extensionSansTitleElement* )
   }

atomTitle = element atom:title { atomTextConstruct }

# app:collection

appCollection =
   element app:collection {
      appCommonAttributes,
      attribute href { atomURI  },
      ( atomTitle
        &amp; appAccept*
        &amp; appCategories*
        &amp; extensionSansTitleElement* )
   }

# app:categories

atomCategory =
    element atom:category {
       atomCommonAttributes,
       attribute term { text },
       attribute scheme { atomURI }?,
       attribute label { text }?,
       undefinedContent
    }

appInlineCategories =
    element app:categories {
        attribute fixed { "yes" | "no" }?,
        attribute scheme { atomURI }?,
        (atomCategory*,
        undefinedContent)
    }

appOutOfLineCategories =
    element app:categories {
        attribute href { atomURI },
        undefinedContent
    }

appCategories = appInlineCategories | appOutOfLineCategories


# app:accept

appAccept =
   element app:accept {
         appCommonAttributes,
         ( text? )
   }

# Simple Extension

simpleSansTitleExtensionElement =
   element * - (app:*|atom:title) {
      text
   }

simpleExtensionElement =
   element * - (app:*) {
      text
   }


# Structured Extension

structuredSansTitleExtensionElement =
   element * - (app:*|atom:title) {
      (attribute * { text }+,
         (text|anyElement)*)
    | (attribute * { text }*,
       (text?, anyElement+, (text|anyElement)*))
   }

structuredExtensionElement =
   element * - (app:*) {
      (attribute * { text }+,
         (text|anyElement)*)
    | (attribute * { text }*,
       (text?, anyElement+, (text|anyElement)*))
   }

# Other Extensibility

extensionSansTitleElement =
 simpleSansTitleExtensionElement|structuredSansTitleExtensionElement


extensionElement = simpleExtensionElement |
   structuredExtensionElement

undefinedContent = (text|anyForeignElement)*

# Extensions

anyElement =
   element * {
      (attribute * { text }
       | text
       | anyElement)*
   }

anyForeignElement =
    element * - app:* {
       (attribute * { text }
        | text
        | anyElement)*
    }

atomPlainTextConstruct =
    atomCommonAttributes,
    attribute type { "text" | "html" }?,
    text

atomXHTMLTextConstruct =
    atomCommonAttributes,
    attribute type { "xhtml" },
    xhtmlDiv

atomTextConstruct = atomPlainTextConstruct | atomXHTMLTextConstruct

anyXHTML = element xhtml:* {
    (attribute * { text }
     | text
     | anyXHTML)*
}

xhtmlDiv = element xhtml:div {
  (attribute * { text }
   | text
   | anyXHTML)*
}

# EOF
</artwork>

                </figure>

<t> The Schema for Category Documents: </t>


                <figure>

<artwork name="app:catSchema" type="application/relax-ng-compact-syntax">
# -*- rnc -*-# RELAX NG Compact Syntax Grammar for the Atom Protocol

namespace app = "http://www.w3.org/2007/app"
namespace atom = "http://www.w3.org/2005/Atom"
namespace xsd = "http://www.w3.org/2001/XMLSchema"
namespace local = ""

start = appCategories

atomCommonAttributes =
   attribute xml:base { atomURI }?,
   attribute xml:lang { atomLanguageTag }?,
   undefinedAttribute*

undefinedAttribute = attribute * - (xml:base | xml:lang | local:*) {
  text }

atomURI = text

atomLanguageTag = xsd:string {
   pattern = "([A-Za-z]{1,8}(-[A-Za-z0-9]{1,8})*)?"
}


atomCategory =
    element atom:category {
       atomCommonAttributes,
       attribute term { text },
       attribute scheme { atomURI }?,
       attribute label { text }?,
       undefinedContent
    }

appInlineCategories =
    element app:categories {
        attribute fixed { "yes" | "no" }?,
        attribute scheme { atomURI }?,
        (atomCategory*,
        undefinedContent)
    }

appOutOfLineCategories =
    element app:categories {
        attribute href { atomURI },
        (empty)
    }

appCategories = appInlineCategories | appOutOfLineCategories


# Extensibility

undefinedContent = (text|anyForeignElement)*

anyElement =
   element * {
      (attribute * { text }
       | text
       | anyElement)*
   }

anyForeignElement =
    element * - atom:* {
       (attribute * { text }
        | text
        | anyElement)*
    }

# EOF
</artwork>

                </figure>

           </section>
    </back>
</rfc>
