<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='xmlspec.xsl'?>
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [
<!ENTITY % entities SYSTEM "entitieswd.dtd" >
%entities;
<!ENTITY status "&wsfra.status;" >
<!ENTITY short-status "&wsfra.short-status;" >
 ]>

<spec w3c-doctype="&wsfra.w3c-doctype;" role="&wsfra.role;">
 <header>
  <title>&wsfra.name;</title>
  <w3c-designation>&wsfra.w3c-designation;</w3c-designation>
  <w3c-doctype>&wsfra.status;</w3c-doctype>
  <pubdate>
   <day>&wsfra.day;</day>
   <month>&wsfra.month;</month>
   <year>&wsfra.year;</year>
  </pubdate>

  <publoc>
   <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
         xlink:show="replace" xlink:actuate="onRequest"
         href="&wsfra.dated;">&wsfra.dated;
   </loc>
  </publoc>

  <latestloc>
    <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
        xlink:show="replace" xlink:actuate="onRequest"
        href="http://www.w3.org/TR/&wsfra.shortname;">http://www.w3.org/TR/&wsfra.shortname;
   </loc>
  </latestloc>

  <prevlocs>
    <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
         xlink:show="replace" xlink:actuate="onRequest"
         href="&prev.wsfra.dated;">&prev.wsfra.dated;
    </loc>
  </prevlocs>

  <authlist>
   <author>
    <name>Doug Davis</name>
    <affiliation>IBM</affiliation>
   </author>
   <author>
    <name>Ashok Malhotra</name>
    <affiliation>Oracle</affiliation>
   </author>
   <author>
    <name>Katy Warr</name>
    <affiliation>IBM</affiliation>
   </author>
   <author>
    <name>Wu Chou</name>
    <affiliation>Avaya</affiliation>
   </author>
  </authlist>

  <status id='Status'>
   <p>
     This is the First Public Working Draft of "&wsfra.name;"
     and is being published for the purpose of soliciting public comment.
   </p>
  </status>

  <abstract>
   <p>
    This specification extends the WS-Transfer <bibref ref="WsTransfer"/>
    specification to enable clients to retrieve and manipulate parts or
    fragments of a WS-Transfer enabled resource without needing to include 
    the entire XML representation in a message exchange.
   </p>
  </abstract>

  <langusage>
   <language id="en">English</language>
  </langusage>

  <revisiondesc>
   <p>Last Modified: $Date: 2011/03/28 14:28:37 $</p>
  </revisiondesc>
 </header>

 <body>
  <div1 id="composable">
   <head>Composable Architecture</head>

   <p>
    By using the XML, SOAP <bibref ref="SOAP11"/>,
    <bibref ref="SOAP12"/>, and WSDL <bibref ref="WSDL11"/>
    extensibility models, the Web service
    specifications (WS-*) are designed to be composed with each other
    to provide a rich set of tools for the Web
    services environment. This specification specifically relies on
    other Web service specifications to provide secure, reliable,
    and/or transacted message delivery and to express Web service and
    client policy.
   </p>
  </div1>

  <div1 id="intro">
   <head>Introduction</head>
   <p>
    This specification extends the WS-Transfer specification and defines
    a mechanism that allows clients to retrieve and manipulate subsets
    (parts or fragments)
    of a WS-Transfer enabled resource without needing to include the entire
    XML representation in a message exchange.
   </p>

   <p>
    This specification defines a fragment transfer mechanism, an
    extension framework for defining expression languages, and a set of
    expression languages.
   </p>

   <p>
    The fragment transfer mechanism is defined as an extension to 
    WS-Transfer.  This
    involves defining a WS-Transfer Dialect and corresponding XML elements
    that go into the SOAP Body of the Get and Put
    WS-Transfer operations. 
    This fragment transfer mechanism is designed so that it can be used 
    with any number of
    expression languages to indentify a subset of the resource the
    operation is to operate on.
   </p>

   <p>
    While other specifications can define other expression languages,
    it is RECOMMENDED that those languages
    reuse the fragment transfer framework that this specification defines.
   </p>

   <div2 id="reqs">
    <head>Requirements</head>
    <p>This specification intends to meet the following requirements:</p>
    <ulist>
     <item>
      <p>
       Provide an extension mechanism to WS-Transfer that allows for
       subsets (parts or fragments) of a resource to be retrieved or modified.
      </p>
     </item>

     <item>
      <p>
       Provide an extension framework for defining expression languages.
      </p>
     </item>

     <item>
      <p>
       Provide a set of expression languages that implementations
       can leverage.
      </p>
     </item>
    </ulist>
   </div2>
  </div1>

  <div1 id="Notations_and_Terminology">
   <head>Terminology and Notation</head>

   <div2 id="conven">
    <head>Notational Conventions</head>
    <p>
     The keywords "MUST", "MUST NOT",
     "REQUIRED", "SHALL", "SHALL NOT",
     "SHOULD", "SHOULD NOT", "RECOMMENDED",
     "MAY", and "OPTIONAL" in this document are to be
     interpreted as described in RFC 2119 
     <bibref ref="RFC2119"/>.
    </p>
    <p>
     This specification uses the following syntax to define outlines for 
     messages:
    </p>
    <ulist>
     <item>
      <p>
       The syntax appears as an XML instance, but values in italics
       indicate data types instead of literal values.
      </p>
     </item>
     <item>
      <p>
       Characters are appended to elements and attributes to indicate
       cardinality:
      </p>
      <ulist>
       <item>
        <p> "?" (0 or 1) </p>
       </item>
       <item>
        <p> "*" (0 or more) </p>
       </item>
       <item>
        <p> "+" (1 or more) </p>
       </item>
      </ulist>
     </item>
     <item>
      <p>
       The character "|" is used to indicate a choice between
       alternatives.
      </p>
     </item>
     <item>
      <p>
       The characters "(" and ")" are used to
       indicate that contained items are to be treated as a group with 
       respect to cardinality or choice.
      </p>
     </item>
     <item>
      <p>
       The characters "[" and "]" are used to call
       out references and property names.
      </p>
     </item>
     <item>
      <p>
       Ellipsis (i.e. "...") indicate points of extensibility.
      </p>
     </item>
     <item>
      <p>
       XML namespace prefixes (see <specref ref="xmlnamespaces"/>) are used 
       to indicate the namespace of the element being defined.
      </p>
     </item>
    </ulist>

    <p>
     In addition to Message Information Header properties
     <bibref ref="AddrCore"/>,
     this specification uses the following properties to define messages:
    </p>

    <glist>
     <gitem>
      <label> <kw>[Headers]</kw> </label>
      <def>
       <p> Unordered message headers. </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Action]</kw> </label>
      <def>
       <p> The value to be used for the wsa:Action IRI. </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw> </label>
      <def>
       <p> A message body. </p>
      </def>
     </gitem>
    </glist>

    <p>
     These properties bind to a SOAP Envelope as follows:
    </p>

    <example>
     <eg>&lt;s:Envelope&gt;
  &lt;s:Header&gt;
    <kw>[Headers]</kw>
    &lt;wsa:Action&gt;<kw>[Action]</kw>&lt;/wsa:Action&gt;
    ...
  &lt;/s:Header&gt;
  &lt;s:Body&gt;<kw>[Body]</kw>&lt;/s:Body&gt;
&lt;/s:Envelope&gt;</eg>
    </example>

    <p>
     This specification can be used in terms of XML Information Set (Infoset)
     <bibref ref="XMLInfoset"/>, even though the specification uses XML 1.0
     terminology. Valid Infoset for this specification is the one
     serializable in XML 1.0, hence the use of XML 1.0.
    </p>

    <p>
     The term "generate" is used in relation to the various faults defined
     by this specification to imply that a fault is produced and no
     further processing SHOULD be performed. In these cases the fault
     SHOULD be transmitted. However, there might be reasons when a compliant
     implementation can choose not to transmit the fault - for example,
     security concerns - in these situations the service MAY choose
     not to transmit the fault.
    </p>

    <p>
     In the outlines, <kw>bold</kw> text is used to indicate those parts
     of the message that are defined as part of this specification and 
     are extensions to the WS-Transfer messages.
    </p>

   </div2>

   <div2 id="extensions">
    <head>Considerations on the Use of Extensibility Points</head>

    <p>
     The elements defined in this specification MAY be extended at the
     points indicated by their outlines and schema. Implementations MAY
     add child elements and/or attributes at the indicated extension
     points but MUST NOT contradict the semantics of the parent and/or
     owner, respectively. If a receiver does not recognize an extension,
     the receiver SHOULD ignore that extension. Senders MAY indicate
     the presence of an extension that has to be understood through the use
     of a corresponding SOAP Header with a soap:mustUnderstand attribute
     with the value "1".
    </p>

    <p>
     In cases where it is either desirable or necessary for the receiver
     of a request that has been extended to indicate that it has
     recognized and accepted the semantics associated with that extension,
     it is RECOMMENDED that the receiver add a corresponding extension
     to the response message.  The definition of an extension SHOULD clearly
     specify how the extension that appears in the response correlates
     with that in the corresponding request.
    </p>

    <p>
     Extension elements and attributes MUST NOT use the Web Services
     Fragment namespace URI.
    </p>
   </div2>

   <div2 id="terminology">
    <head>Terminology</head>
    <glist>
     <gitem>
      <label>Expression</label>
      <def>
       <p>
        A Language specific set of tokens that resolves to a location
        in a resource that contains a subset of the resource.
       </p>
      </def>
     </gitem>
     <gitem>
      <label>Fragment</label>
      <def>
       <p>
        A subset of a resource.
       </p>
      </def>
     </gitem>
    </glist>
   </div2>

   <div2 id="compliance">
    <head>Compliance</head>
        
    <p>
     An implementation is not compliant with this specification if it fails to
     satisfy one or more of the MUST or REQUIRED level requirements defined 
     herein.  A SOAP Node MUST NOT use the XML namespace identifier for this 
     specification (listed in <specref ref="namespaces"/>) within SOAP 
     Envelopes unless it is compliant with this specification. 
    </p>
        
    <p>
     Normative text within this specification takes precedence over the XML 
     Schema and WSDL descriptions, which in turn take precedence over 
     outlines, which in turn take precedence over examples. 
    </p>
        
    <p>
     All messages defined by this specification MUST conform to the
     WS-Addressing specifications and be sent to a Web service that
     is addressable by an EPR (see <bibref ref="AddrCore"/>).
    </p>

    <p>
     Unless otherwise noted, all IRIs are absolute IRIs and IRI comparison
     MUST be performed according to <bibref ref="RFC3987"/> section 5.3.1.
    </p>

    <p>
     For any message defined by this specification, any OPTIONAL elements
     or attributes in the message MAY be used by senders of the message;
     however receivers of those messages MUST support those OPTIONAL
     elements and attributes, unless other behavior is explicitly defined
     by this specification.
    </p>

    <p>
     Implementations are expected to support both UTF-8 and UTF-16 as
     described in XML 1.0.
    </p>

    <p>
     Implementations of this specification MUST conform to the corrected
     version of WSDL as defined by the 'WSDL Correction' sections of WS-I
     Basic Profile 1.2 <bibref ref="BP12"/> and WS-I Basic Profile 2.0
     <bibref ref="BP20"/>.
    </p>
        
   </div2>

   <div2 id="namespaces">
    <head>XML Namespaces</head>
    <p>
     The XML Namespace URI that MUST be used by implementations of this
     specification is:
    </p>

    <example>
     <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra">http://www.w3.org/&wsfra.nsprefix;/ws-fra</loc></eg>
    </example>

    <p>
     <specref ref="xmlnamespaces"/> lists XML namespaces that are 
     used in this specification. The
     choice of any namespace prefix is arbitrary and not semantically
     significant.
    </p>

    <table id="xmlnamespaces" border="1" cellpadding="5">
     <caption>
      Prefixes and XML Namespaces used in this specification.
     </caption>

     <tbody>
      <tr>
       <th align="left"> Prefix </th>
       <th align="left"> XML Namespace </th>
       <th align="left"> Specification(s) </th>
      </tr>
      <tr>
       <td> wsf </td>
       <td>
        <loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra">http://www.w3.org/&wsfra.nsprefix;/ws-fra</loc>
       </td>
       <td>
        This specification
       </td>
      </tr>
      <tr>
       <td> s </td>
       <td> Either SOAP 1.1 or 1.2 </td>
       <td> SOAP </td>
      </tr>
      <tr>
       <td> s11 </td>
       <td>
        <loc href="http://schemas.xmlsoap.org/soap/envelope/">http://schemas.xmlsoap.org/soap/envelope/</loc>
       </td>
       <td>
        <bibref ref="SOAP11"/>
       </td>
      </tr>
      <tr>
       <td> s12 </td>
       <td>
        <loc href="http://www.w3.org/2003/05/soap-envelope">http://www.w3.org/2003/05/soap-envelope</loc>
       </td>
       <td>
        <bibref ref="SOAP12"/>
       </td>
      </tr>
      <tr>
       <td> wsa </td>
       <td>
        <loc href="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing</loc>
       </td>
       <td>
        <bibref ref="AddrCore"/>
       </td>
      </tr>
      <tr>
       <td> wst </td>
       <td>
        <loc href="http://www.w3.org/&wstra.nsprefix;/ws-tra">http://www.w3.org/&wstra.nsprefix;/ws-tra</loc>
       </td>
       <td>
        <bibref ref="WsTransfer"/>
       </td>
      </tr>
      <tr>
       <td> wsp </td>
       <td>
        <loc href="http://www.w3.org/ns/ws-policy">http://www.w3.org/ns/ws-policy</loc>
       </td>
       <td> <bibref ref="wspolicy"/> </td>
      </tr>
      <tr>
       <td> xs </td>
       <td>
        <loc href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</loc>
       </td>
       <td> 
        XML Schema <bibref ref="XMLSchema1"/>, <bibref ref="XMLSchema2"/>
       </td>
      </tr>
     </tbody>
    </table>

    <p>
     The working group intends to update the value of the Web Services
     Fragment namespace URI each time a new version of this document is
     published until such time that the document reaches Candidate
     Recommendation status. Once it has reached Candidate Recommendation
     status, the working group intends to maintain the value of the
     Web Services Fragment namespace URI that was assigned in the
     Candidate Recommendation unless significant changes are made that
     impact the implementation or break post-CR implementations of the
     specification. Also see
     <loc href="http://www.w3.org/2001/tag/doc/namespaceState.html">
      http://www.w3.org/2001/tag/doc/namespaceState.html
     </loc> and
     <loc href="http://www.w3.org/2005/07/13-nsuri">
      http://www.w3.org/2005/07/13-nsuri
     </loc>.
    </p>
   </div2>

  </div1>

  <div1 id="fragments">
   <head>Fragment WS-Transfer Dialect</head>

   <p>
    This section defines the fragment transfer mechanism that the expression
    languages defined in subsequent sections will use. 
    The following sections define the expected behavior when the WS-Fragment
    Dialect is used in each of the WS-Transfer operations.
   </p>

   <p>
    WS-Transfer defines what the expected behavior of a resource is 
    with respect to modifications of the resource that might result in
    an invalid state or if the client does not have the authority to
    perform such operations.  This specification only extends but does
    not modify the base WS-Transfer behavior.
   </p>

   <div2 id="IdResSubset">
    <head>Identification of a Resource Subset</head>

    <p>
     The WS-Fragment Dialect is used to identify a portion of a resource 
     representation to update. The WS-Transfer Get and Put operations have 
     an Expression that allows a requester to specify which subset of the 
     resource is being modified. Except in the cases listed below, the 
     Expression MUST evaluate to a single node within the representation. 
     This avoids any issues that might occur due to updating multiple 
     portions of a resource within one invocation - in other words, 
     "batching" is prohibited. There are however a few special cases 
     that need to be taken into account:
    </p>

    <ulist>
     <item>
      <p>
       An Expression that evaluates to the root of the resource 
       representation might not result in any nodes being returned from the 
       Expression processor. For example, an XPath expression of "/" on an 
       empty resource would return an empty node-set.  However, to allow 
       for requesters to specify the root (implying the entire document), 
       Expression Languages (and supporting services) that wish to 
       support  this concept might need to make special allowances for this 
       situation. Each Expression Language would need to call out this 
       special expression.
      </p>
     </item>

     <item>
      <p>
       While WS-Fragment doesn't support batching, there are times when 
       a requester might need to act upon an entire sequence of elements 
       (i.e. a list of elements of the same QName that are all siblings). 
       For example, a requester wanting to delete all children of an 
       element. Rather than requiring the requester to send a series of 
       WS-Transfer Put requests to delete each individual child element, 
       WS-Fragment allows for Expression Languages (and services) to 
       identify and act upon the sequence as one entity.
      </p>
     </item>
    </ulist>

    <p>
     If an Expression does evaluate to more than one node then, except for 
     the cases listed above, the implementation MUST process only the 
     first selected node.
    </p>

    <p>
     For the purposes of this specification, attributes are treated as 
     single strings - multi-value attributes are not supported.
    </p>
   </div2>

   <div2 id="FragSer">
    <head>Fragment Serialization</head>

    <p>
     When using the WS-Fragment Dialect, subsets of resource representations 
     are serialized into the Get response and Put request messages. To 
     ensure that the receiver of those messages can unambiguously parse the 
     data into the proper XML entities, this specification defines the 
     following rules for serializing XML fragments.
    </p>

    <p>
     Expressions MUST evaluate to one of four possible types: a node-set, 
     a Boolean, a Number or a String. The latter three types are the 
     results of evaluating a computed expression. When they appear in a 
     message they are serialized by performing the following conversion and 
     then wrapping the result in the wsf:Value element: 
    </p>

    <ulist>
     <item>
      <p>Boolean - converted to an xs:boolean</p>
     </item>

     <item>
      <p>Number - converted to an xs:double</p>
     </item>

     <item>
      <p>String - converted to an xs:string</p>
     </item>
    </ulist>

    <p>
     A node-set is zero or more elements, attributes or text values of 
     elements. A node-set is serialized into XML by concatenating each 
     node and enclosing it in the wsf:Value wrapper XML element for which 
     schema validation is suppressed. Element nodes in a node-set are 
     serialized directly into their XML representation. For attributes 
     and text nodes in the node-set, a wrapper element is used to 
     enclose these values to distinguish them from other such nodes in 
     the serialized result. 
    </p>

    <p>
     Attribute nodes in XPath are represented in the following form:
    </p>
    
    <example>
     <eg>name="value"</eg>
    </example>
     
    <p>
     Serialization of an attribute node separates the name from
     the value using the following element:
    </p>
 
    <example>
     <eg>(01) &lt;wsf:AttributeNode name="<emph>xs:QName</emph>">
(02)   <emph>attribute value</emph>
(03) &lt;/wsf:AttributeNode&gt;</eg>
    </example>
     
    <p>
     The following describes additional constraints on the outline 
     listed above:
    </p>
    
    <glist>
     <gitem>
      <label> wsf:AttributeNode </label>
      <def>
       <p>
        This element is used to serialize an attribute node in a
        node-set and MUST contain the value portion of the attribute node.
       </p>
      </def>
     </gitem>
 
     <gitem>
      <label> wsf:AttributeNode/@name </label>
      <def>
       <p>
        This attribute MUST be the qualified name of the attribute node.
       </p>
      </def>
     </gitem>
    </glist>
    
    <p>
     Text nodes are serialized in the following form:
    </p>
 
    <example>
     <eg>(01) &lt;wsf:TextNode&gt;
(02)   <emph>text value</emph>
(03) &lt;/wsf:TextNode&gt;</eg>
    </example>
     
    <p>
     The following describes additional constraints on the
     outline listed above:
    </p>
     
    <glist>
     <gitem>
      <label> wsf:TextNode </label>
      <def>
       <p>
        This element is used to serialize a text node in a node-set
        and MUST contain the text value.
       </p>
      </def>
     </gitem>
    </glist>
    
    <p>Given the following XML as an example document.</p>
     
    <example>
     <eg>(01) &lt;a xmlns="example"&gt;
(02)   &lt;b&gt;1&lt;/b&gt;
(03)   &lt;c x="y"&gt;2&lt;/c&gt;
(04) &lt;/a&gt;</eg>
    </example>
     
    <p>
     The result of the XPath "/a/b | /a/b/text() | /a/c/@x" would
     be serialized as the following:
    </p>
    
    <example>
     <eg>(01) &lt;wsf:Value&gt;
(02)   &lt;b&gt;1&lt;/b&gt;
(03)   &lt;wsf:TextNode&gt;1&lt;/wsf:TextNode&gt;
(04)   &lt;wsf:AttributeNode name="x"&gt;y&lt;/wsf:AttributeNode&gt;
(05) &lt;/wsf:Value&gt;</eg>
    </example>
     
    <p>The nodes in the node-set MAY be serialized in any order.</p>
 
    <p>
     The namespace bindings are evaluated against any namespace
     declarations that are in scope where the expression appears within 
     the SOAP message.
     Note that the evaluation of expressions that rely on such context
     dependent bindings is fragile in the face of transformations that alter
     namespace prefixes. Such transformations might occur during the
     transmission, processing, storage, or retrieval of a request. Clients
     that wish to isolate expressions from the effects of any changes to the
     namespace prefixes in the containing SOAP message are advised to
     construct expressions in a manner that avoids the use of namespace
     prefixes. For example, use an expression such as
     "/a[namespace-uri()='http://www.example.com']" not "/ns1:a".
    </p>

   </div2>

   <div2 id="Get">
    <head>Get</head>
    <p>
     To retrieve a subset of a resource
     a client MUST specify the WS-Fragment Dialect IRI in the wst:Get request.
    </p>
    <p>
     The Get request message MUST be of the following form:
    </p>
    <example>
     <eg><kw>[Action]</kw>
  http://www.w3.org/&wsfra.nsprefix;/ws-tra/Get

<kw>[Body]</kw>
  &lt;wst:Get Dialect="<kw>http://www.w3.org/&wsfra.nsprefix;/ws-fra</kw>" ...&gt;
    <kw>&lt;wsf:Expression Language="</kw><emph><kw>xs:anyURI</kw></emph><kw>"? ...&gt;
      </kw><emph><kw>xs:any</kw></emph><kw> *
    &lt;/wsf:Expression&gt;
    </kw>
    <emph>xs:any</emph> *
  &lt;/wst:Get&gt;</eg>
    </example>
    <p>
     The following describes additional, normative constraints on the outline
     listed above:
    </p>
    <glist>
     <gitem>
      <label> <kw>[Body]</kw>/wst:Get@Dialect </label>
      <def>
       <p>
        This attribute MUST be set to http://www.w3.org/&wsfra.nsprefix;/ws-fra.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Get/wsf:Expression </label>
      <def>
       <p>
        This element identifies which fragment in the resource this 
        operation applies to. If the value of this element does not 
        conform to the syntax of the language specified in the Language 
        attribute, or is semantically invalid, a wsf:InvalidExpression 
        fault MUST be generated.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Get/wsf:Expression@Language </label>
      <def>
       <p>
        Implied value is "http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath10".
       </p>

       <p>
        This OPTIONAL IRI indicates which expression language will be
        used to identify the subset of the resource this operation applies
        to. A resource MUST generate a wsf:UnsupportedLanguage Fault if it
        does not support the specified Language.
       </p>
      </def>
     </gitem>
    </glist>

    <p>
     If the resource accepts a Get request, it MUST reply with a response of
     the following form:
    </p>
    <example>
     <eg><kw>[Action]</kw>
  http://www.w3.org/&wsfra.nsprefix;/ws-tra/GetResponse

<kw>[Body]</kw>
  &lt;wst:GetResponse ...&gt;
    <kw>&lt;wsf:Value ...&gt; </kw><emph><kw>xs:any</kw></emph><kw> * &lt;/wsf:Value&gt;
    </kw><emph>xs:any</emph> *
  &lt;/wst:GetResponse&gt;</eg>
    </example>

    <p>
     The following describes additional, normative constraints on the 
     outline listed above:
    </p>

    <glist>
     <gitem>
      <label> <kw>[Body]</kw>/wst:GetResponse/wsf:Value </label>
      <def>
       <p>
        This element encompasses the fragment response corresponding to the 
        wsf:Expression in the request and MUST contain the subset of the 
        resource identified by the wsf:Expression element in the
        corresponding Get request. If the
        Expression evaluates to a fragment with no value, then this
        element MAY be empty.
       </p>
      </def>
     </gitem>
    </glist>

    <p>
     Other components of the outline above are not further constrained 
     by this specification.
    </p>
   </div2>

   <div2 id="Put">
    <head>Put</head>
    <p>
     To update a subset of a resource a client MUST specify the WS-Fragment
     IRI in the wst:Put request.
    </p>
    <p>
     The Put request message MUST be of the following form:
    </p>
    <example>
     <eg><kw>[Action]</kw>
  http://www.w3.org/&wsfra.nsprefix;/ws-tra/Put

<kw>[Body]</kw>
  &lt;wst:Put Dialect="<kw>http://www.w3.org/&wsfra.nsprefix;/ws-fra</kw>" ...&gt;
    <kw>&lt;wsf:Fragment ...&gt;
      &lt;wsf:Expression Language="</kw><emph><kw>xs:anyURI</kw></emph><kw>"? Mode="</kw><emph><kw>xs:anyURI</kw></emph><kw>"? ...&gt;
        </kw><emph><kw>xs:any</kw></emph><kw> *
      &lt;/wsf:Expression&gt; 
      &lt;wsf:Value ...&gt;
        </kw><emph><kw>xs:any</kw></emph><kw> *
      &lt;/wsf:Value&gt; ?
    &lt;/wsf:Fragment&gt;
    </kw>
    <emph>xs:any</emph> *
  &lt;/wst:Put&gt;</eg>
    </example>
    <p>
     The following describes additional, normative constraints on the outline
     listed above:
    </p>
    <glist>
     <gitem>
      <label> <kw>[Body]</kw>/wst:Put@Dialect </label>
      <def>
       <p>
        This attribute MUST be set to http://www.w3.org/&wsfra.nsprefix;/ws-fra.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment </label>
      <def>
       <p>
        This element contains an expression that identifies the location of
        a fragment in the resource and a value for the fragment. 
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression </label>
      <def>
       <p>
        This element identifies which fragment in the resource this operation 
        applies to. If the value of this element does not conform to the 
        syntax of the language specified in the Language attribute, or is 
        semantically invalid, a wsf:InvalidExpression fault MUST be generated.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Language </label>
      <def>
       <p>
        Implied value is "http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath10".
       </p>

       <p>
        This OPTIONAL IRI indicates which expression language will be 
        used to identify the subset of the resource this operation applies
        to. A resource MUST generate a wsf:UnsupportedLanguage fault if it 
        does not support the specified Language.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode </label>
      <def>
       <p>
        This OPTIONAL attribute indicates the type of update to be 
        performed on this fragment.
        The implied value for this attribute is 
        "http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace". 
        A resource MUST generate a wsf:UnsupportedMode fault if the specified 
        Mode is not supported.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Replace" </label>
      <def>
       <p>
        This Mode value indicates that the children of the Value element 
        MUST be added to the resource representation in place of the 
        fragment referenced by the children of the Expression element.
       </p>
       <p>
        This Mode value has the net effect of doing a "delete" on the 
        referenced fragment, followed by an "insert" on the fragment's
        parent.
       </p>
       <p>
        If the fragment is absent, or if the Expression evaluates to an 
        empty fragment, then the "delete" portion of the operation MUST 
        have no effect. If the implementation is schema aware 
        and it detects that the Expression is not valid per the schema then a 
        wsf:InvalidExpression fault MUST be generated.
       </p>
       <p>
        When this Mode value is used the Value element MUST be present.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Add" </label>
      <def>
       <p>
        This Mode value indicates that the children of the Value element 
        MUST be added to the resource representation relative to the 
        fragment referenced by the children of the Expression element.
       </p>
       <p>
        If the Value element contains an attribute node then the attribute 
        MUST be added to the referenced element. If an attribute with 
        that name already exists then a wst:InvalidRepresentation fault 
        MUST be generated.
       </p>
       <p>
        If the Value element contains a fragment that is not an 
        attribute node, the children of the Value element are added as 
        children to the referenced fragment.
       </p>
       <p>
        When adding a child element and a child element of that QName 
        already exists, the new element MUST be added to the end of that 
        sequence of child elements. If the requester wants to ensure 
        that only a single instance of that child element is present 
        it can use the "Replace" instead.
       </p>
       <p>
        While schema validation is not required of resource managers, 
        since resources are only allowed to have a single root element, 
        attempts to "Add" a second root element MUST generate a 
        wst:InvalidRepresentation fault.
       </p>
       <p>
        When this Mode value is used the Value element MUST be present.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/InsertBefore" </label>
      <def>
       <p>
        This Mode value indicates that the children of the Value element 
        MUST be inserted immediately before (as a sibling to) the fragment 
        referenced by the children of the Expression element. Note, this 
        Mode MUST NOT be used for attributes.
       </p>
       <p>
        If the implementation is schema aware and it detects that the 
        Expression does not reference a sequence then it MUST generate 
        a wst:InvalidRepresentation fault. 
       </p>
       <p>
        When this Mode value is used the Value element MUST be present.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/InsertAfter" </label>
      <def>
       <p>
        This Mode value indicates that the children of the Value element 
        MUST be inserted immediately after (as a sibling to) the fragment 
        referenced by the children of the Expression element. Note, this 
        Mode MUST NOT be used for attributes.
       </p>
       <p>
        If the implementation is schema aware and it detects that the 
        Expression does not reference a sequence then it MUST generate 
        a wst:InvalidRepresentation fault. 
       </p>
       <p>
        When this Mode value is used the Value element MUST be present.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Expression@Mode="http://www.w3.org/&wsfra.nsprefix;/ws-fra/Modes/Remove" </label>
      <def>
       <p>
        This Mode value indicates that the resource representation referenced 
        by the children of the Expression element MUST be deleted from the 
        resource representation.  If the target fragment is not present then 
        this operation MUST have no effect.
       </p>
       <p>
        When this Mode value is used the Value element MUST NOT be present.
       </p>
      </def>
     </gitem>

     <gitem>
      <label> <kw>[Body]</kw>/wst:Put/wsf:Fragment/wsf:Value </label>
      <def>
       <p>
        This OPTIONAL element contains the fragment resource representation
        to be added to the resource representation.
        If the contents of this element are invalid, a 
        wst:InvalidRepresentation fault MUST be generated.
       </p>
       <p>
        Any optional values (element or attributes) within this subset that are 
        not specified in the Value element MUST be set to a resource-specific 
        default value.
       </p>
       <p>
        The children of this element MUST be serialized according to the 
        rules defined in <specref ref="FragSer"/>.
       </p>
      </def>
     </gitem>
    </glist>

    <p>
     If the resource accepts a Put request, it MUST reply with a response of
     the following form:
    </p>
    <example>
     <eg><kw>[Action]</kw>
  http://www.w3.org/&wsfra.nsprefix;/ws-tra/PutResponse

<kw>[Body]</kw>
  &lt;wst:PutResponse ...&gt;
    &lt;wst:Representation ...&gt;
      <emph>xs:any</emph> ?
    &lt;/wst:Representation ...&gt; ?
    <emph>xs:any</emph> *
  &lt;/wst:PutResponse&gt;</eg>
    </example>

    <p>
     There are no additional constraints beyond what WS-Transfer defines.
    </p>

    <p>
     The following table elaborates on the expected behavior of a 
     WS-Fragment Put request using the XPath language.
    </p>

    <p>
     Given a resource whose schema is defined as:
    </p>

    <example>
     <eg>&lt;a foo="xs:integer"? bar="xs:integer"? >
  ( &lt;b> &lt;c/> &lt;/b> * | &lt;c/> ) 
&lt;/a></eg>
    </example>

    <p>
     Note: for the sake of clarity, some element names have a ' or " to 
     indicate that it is a different instance of that type of element.
    </p>

    <table border="1">
     <tbody>
      <tr>
       <td>Initial Representation</td>
       <td>@Mode</td>
       <td>Expression</td>
       <td>Value</td>
       <td>Final Represenation</td>
      </tr>

      <tr>
       <td></td>
       <td>Add</td>
       <td>/ or /*</td>
       <td>&lt;a/></td>
       <td>&lt;a/></td>
      </tr>

      <tr>
       <td></td>
       <td>Replace</td>
       <td>/ or /*</td>
       <td>&lt;a/></td>
       <td>&lt;a/></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>Add</td>
       <td>/ or /*</td>
       <td>&lt;a'/></td>
       <td>fault</td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>Replace</td>
       <td>/a</td>
       <td>&lt;a'/></td>
       <td>&lt;a'/></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>Add</td>
       <td>/a</td>
       <td>&lt;wsf:AttributeNode name="foo">1&lt;/wsf:AttributeNode></td>
       <td>&lt;a foo="1"/></td>
      </tr>

      <tr>
       <td>&lt;a foo="1"/></td>
       <td>Add</td>
       <td>/a</td>
       <td>&lt;wsf:AttributeNode name="foo">2&lt;/wsf:AttributeNode></td>
       <td>fault</td>
      </tr>

      <tr>
       <td>&lt;a foo="1"/></td>
       <td>Replace</td>
       <td>/a@foo</td>
       <td>&lt;wsf:AttributeNode name="foo">2&lt;/wsf:AttributeNode></td>
       <td>&lt;a foo="2"/></td>
      </tr>

      <tr>
       <td>&lt;a foo="1"/></td>
       <td>Replace</td>
       <td>/a@foo</td>
       <td>&lt;wsf:AttributeNode name="bar">2&lt;/wsf:AttributeNode></td>
       <td>&lt;a bar="2"/></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>Replace</td>
       <td>/a@foo</td>
       <td>&lt;wsf:AttributeNode name="bar">2&lt;/wsf:AttributeNode></td>
       <td>&lt;a bar="2"/></td>
      </tr>

      <tr>
       <td>&lt;a foo="1"/></td>
       <td>Remove</td>
       <td>/a@foo</td>
       <td></td>
       <td>&lt;a/></td>
      </tr>
      
      <tr>
       <td>&lt;a/></td>
       <td>Add</td>
       <td>/a</td>
       <td>&lt;b/></td>
       <td>&lt;a> &lt;b/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;/a></td>
       <td>Add</td>
       <td>/a</td>
       <td>&lt;b'/></td>
       <td>&lt;a> &lt;b/> &lt;b'/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;/a></td>
       <td>Replace</td>
       <td>/a/b</td>
       <td>&lt;b'/></td>
       <td>&lt;a> &lt;b'/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>Replace</td>
       <td>/a/b</td>
       <td>&lt;b/></td>
       <td>&lt;a> &lt;b/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;/a></td>
       <td>InsertAfter</td>
       <td>/a/b or /a/b[last()]</td>
       <td>&lt;b"/></td>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;b"/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;/a></td>
       <td>InsertBefore</td>
       <td>/a/b or /a/b[1]</td>
       <td>&lt;b"/></td>
       <td>&lt;a> &lt;b"/> &lt;b> &lt;b'/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;/a></td>
       <td>Replace</td>
       <td>/a/b</td>
       <td>&lt;b"/></td>
       <td>&lt;a> &lt;b"/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;/a></td>
       <td>Replace</td>
       <td>/a/b[1]</td>
       <td>&lt;b"/></td>
       <td>&lt;a> &lt;b"/> &lt;b'> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;/a></td>
       <td>Remove</td>
       <td>/a/b</td>
       <td></td>
       <td>&lt;a/></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;/a></td>
       <td>Remove</td>
       <td>/a/b</td>
       <td></td>
       <td>&lt;a/></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;/a></td>
       <td>Remove</td>
       <td>/a/b[1]</td>
       <td></td>
       <td>&lt;a> &lt;b'> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a> &lt;b/> &lt;b'> &lt;/a></td>
       <td>Replace</td>
       <td>/a/b</td>
       <td>&lt;c/></td>
       <td>&lt;a> &lt;c> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>Replace</td>
       <td>/ or /*</td>
       <td>&lt;a'/></td>
       <td>&lt;a'/></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>InsertBefore</td>
       <td>/ or /*</td>
       <td>&lt;a'/></td>
       <td>fault</td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>InsertAfter</td>
       <td>/ or /*</td>
       <td>&lt;a'/></td>
       <td>fault</td>
      </tr>

      <tr>
       <td></td>
       <td>InsertBefore</td>
       <td>/ or /*</td>
       <td>&lt;a/></td>
       <td>&lt;a/></td>
      </tr>

      <tr>
       <td></td>
       <td>InsertAfter</td>
       <td>/ or /*</td>
       <td>&lt;a/></td>
       <td>&lt;a/></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>InsertBefore</td>
       <td>/a/b</td>
       <td>&lt;b/></td>
       <td>&lt;a> &lt;b/> &lt;/a></td>
      </tr>

      <tr>
       <td>&lt;a/></td>
       <td>InsertAfter</td>
       <td>/a/b</td>
       <td>&lt;b/></td>
       <td>&lt;a> &lt;b/> &lt;/a></td>
      </tr>

     </tbody>
    </table>

   </div2>

   <div2 id="Delete">
    <head>Delete</head>
    <p>
     This specification does not extend the Delete operation defined in
     WS-Transfer.
    </p>

   </div2>

   <div2 id="Create">
    <head>Create</head>
    <p>
     This specification does not extend the Create operation defined in
     WS-Transfer.
    </p>

   </div2>

  </div1>

  <div1>
   <head>Examples</head>
   <div2>
    <head>Examples</head>

    <p>
     In the following examples, and Expression Language definitions,
     the following representation of a resource is used for
     informational purposes:
    </p>

    <example>
     <eg>&lt;ab:AddressBook xmlns:ab="http://example.com/address"&gt;
  &lt;ab:owner&gt;Me&lt;/owner&gt;
  &lt;ab:size&gt;2&lt;/size&gt;
  &lt;ab:contact&gt;
    &lt;ab:name&gt;Joe Brown&lt;/name&gt;
    &lt;ab:address&gt;123 Main Street&lt;/address&gt;
    &lt;ab:city&gt;AnyTown&lt;/city&gt;
    &lt;ab:state&gt;CA&lt;/state&gt;
    &lt;ab:zip&gt;90210&lt;/zip&gt;
    &lt;ab:email&gt;joe@example.com&lt;/email&gt;
  &lt;/ab:contact&gt;
  &lt;ab:contact&gt;
    &lt;ab:name&gt;Mary Smith&lt;/name&gt;
    &lt;ab:address&gt;345 South Pine&lt;/address&gt;
    &lt;ab:city&gt;AnyTown&lt;/city&gt;
    &lt;ab:state&gt;CA&lt;/state&gt;
    &lt;ab:zip&gt;90210&lt;/zip&gt;
    &lt;ab:email&gt;mary@example.com&lt;/email&gt;
  &lt;/ab:contact&gt;
&lt;/ab:AddressBook&gt;</eg>
    </example>

    <p>
     The following shows a sample SOAP envelope containing a Get 
     request:
    </p>

    <example>
     <eg>&lt;s:Envelope  
    xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
    xmlns:wsa="http://www.w3.org/2005/08/addressing" 
    xmlns:ex="http://www.example.com/" &gt;
  &lt;s:Header&gt;
    &lt;wsa:To&gt;http://www.example.org/resourceABC&lt;/wsa:To&gt;
    &lt;wsa:Action&gt;
      http://www.w3.org/&wsfra.nsprefix;/ws-tra/Get
    &lt;/wsa:Action&gt;
    &lt;wsa:MessageID&gt;
      urn:uuid:00000000-0000-0000-C000-000000000046
    &lt;/wsa:MessageID&gt;
  &lt;/s:Header&gt;
  &lt;s:Body&gt;
    &lt;wst:Get Dialect="http://www.w3.org/&wsfra.nsprefix;/ws-fra"&gt;
      &lt;wsf:Expression Language="http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName"&gt;
        ab:contact
      &lt;/wsf:Expression&gt;
    &lt;/wst:Get&gt;
  &lt;/s:Body&gt;
&lt;/s:Envelope&gt;</eg>
    </example>

    <p>
     The following shows the corresponding response message:
    </p>
    <example>
     <eg>&lt;s:Envelope  
    xmlns:s="http://www.w3.org/2003/05/soap-envelope" 
    xmlns:wsa="http://www.w3.org/2005/08/addressing" 
    xmlns:ex="http://www.example.com/" &gt;
  &lt;s:Header&gt;
    &lt;wsa:Action&gt;
      http://www.w3.org/&wsfra.nsprefix;/ws-tra/GetResponse
    &lt;/wsa:Action&gt;
    &lt;wsa:MessageID&gt;
      urn:uuid:0000010e-0000-0000-C000-000000000047
    &lt;/wsa:MessageID&gt;
    &lt;wsa:RelatesTo&gt;
      urn:uuid:00000000-0000-0000-C000-000000000046
    &lt;/wsa:RelatesTo&gt;
  &lt;/s:Header&gt;
  &lt;s:Body&gt;
    &lt;wst:GetResponse&gt;
      &lt;wsf:Value&gt;
        &lt;ab:contact&gt;
          &lt;ab:name&gt;Joe Brown&lt;/name&gt;
          &lt;ab:address&gt;123 Main Street&lt;/address&gt;
          &lt;ab:city&gt;AnyTown&lt;/city&gt;
          &lt;ab:state&gt;CA&lt;/state&gt;
          &lt;ab:zip&gt;90210&lt;/zip&gt;
          &lt;ab:email&gt;joe@example.com&lt;/email&gt;
        &lt;/ab:contact&gt;
        &lt;ab:contact&gt;
          &lt;ab:name&gt;Mary Smith&lt;/name&gt;
          &lt;ab:address&gt;345 South Pine&lt;/address&gt;
          &lt;ab:city&gt;AnyTown&lt;/city&gt;
          &lt;ab:state&gt;CA&lt;/state&gt;
          &lt;ab:zip&gt;90210&lt;/zip&gt;
          &lt;ab:email&gt;mary@example.com&lt;/email&gt;
        &lt;/ab:contact&gt;
      &lt;/wsf:Value&gt;
    &lt;/wst:GetResponse&gt;
  &lt;/s:Body&gt;
&lt;/s:Envelope&gt;</eg>
    </example>

   </div2>
  </div1>

  <div1 id="QName">
   <head>QName Expression Language</head>
   <p>
    The QName expression language is a syntax for expressions that 
    uses a single QName to reference the immediate children of the root 
    element of 
    the resource representation.  The expression MUST evaluate to zero or 
    more elements, each including the element name, any attributes 
    and its entire content.
    This language can be implemented as a precise subset of the 
    XPath 1.0 <bibref ref="XPath1"/> language.
   </p>

   <p>
    The QName language MUST be indicated by using the IRI:
   </p>
   <example>
    <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName">http://www.w3.org/&wsfra.nsprefix;/ws-fra/QName</loc></eg>
   </example>

  </div1>

  <div1 id="XPath10">
   <head>XPath 1.0 Expression Language</head>

   <p>
    The XPath 1.0 expression language uses an XPath to reference specific
    fragments of the resource representation. The XPath is logically 
    applied to the XML representation of the resource and the result of 
    the XPath is returned as the value for that expression. 
    This language is
    useful for resources with full XPath processing capability or which 
    need to support returning values computed from their resource 
    representation.
   </p>
   
   <p>
    An XPath 1.0 expression is an expression whose context is:
   </p>
   
   <ulist>
    <item>
     <p>
      Context Node: the root element of the XML representation of the resource
     </p>
    </item>
    <item> <p>Context Position: 1</p> </item>
    <item> <p>Context Size: 1</p> </item>
    <item> <p>Variable Binding: None</p> </item>
    <item> <p>Function Libraries: Core function library</p> </item>
    <item>
     <p>
      Namespace Declarations: Any namespace declarations in-scope where 
      the XPath expression appears
     </p>
    </item>
   </ulist>
   
   <p>
    The XPath 1.0 language can
    define references to any element, attribute or value in the resource
    representation and can also be used to compute values from the resource
    representation.
   </p>
   
   <p>The XPath 1.0 language MUST be indicated by using the IRI:</p>
   <example>
     <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath10">http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath10</loc></eg>
   </example>
    
   <p>
    Most of the examples assume the following XML sample acting
    as a "resource" document:
   </p>
    
   <example>
    <eg>(01) &lt;a&gt;
(02)   &lt;b&gt;
(03)     &lt;c d="30"&gt; 20 &lt;/c&gt;
(04)   &lt;/b&gt;
(05)   &lt;e&gt;
(06)     &lt;f/&gt;
(07)     &lt;f/&gt;
(08)   &lt;/e&gt;
(09) &lt;/a&gt;</eg>
   </example>
   
   <p>
    The context and document root node need
    clarification. The XPath 1.0 language assumes that the root is the root
    node of the resource document, not the SOAP envelope or any other wrapper
    element which might contain the resource.
   </p>
   
   <p>
    Further, the default context is the root element and the
    context position is 1.
   </p>
   
   <p>
    In view of this, the / operator selects the containing root,
    and the only valid operand which can follow it is the outermost element 
    of the resource:
   </p>
    
   <example>
    <eg>(01) /a</eg>
   </example>
    
   <p>The following paths are equivalent:</p>
    
   <example>
    <eg>(01) /a/b
(02) b</eg>
   </example>
    
   <p>
    Note that because the context node is the root element, a
    relative path selects a matching child element.
   </p>
    
   <p>
    The text() NodeTest MAY be applied as a final token to the
    selected element. This NodeTest selects any text nodes that are
    children of the selected element. If the element only contains text
    content, the return value will be a node-set containing a single text node.
   </p>
   
   <example>
    <eg>(01) b/c/text()</eg>
   </example>
    
   <p>
    The above expression would return a node-set containing a
    single text node with the value <emph>20 </emph>as its result. This text 
    node would then be serialized into the following XML representation:
   </p>
   
   <example>
    <eg>(01) &lt;wsf:TextNode&gt;20&lt;/wsf:TextNode&gt;</eg>
   </example>
   
   <p>
    If accessed, attributes MUST be the final token in the path
    and they MAY be namespace-qualified or unqualified names, as needed:
   </p>
   
   <example>
    <eg>(01) /a/b/c/@d</eg>
   </example>
   
   <p>
    The above expression would return a node-set containing a
    single attribute node with the value <emph>d="30"</emph> as its result. 
    This attribute node would then be serialized into the following XML
    representation:
   </p>
    
   <example>
    <eg>(01) &lt;wsf:AttributeNode name="d"&gt;30&lt;/wsf:AttributeNode&gt;</eg>
   </example>
    
   <p>
    Selection of an element returns the element and its entire
    content. The path <emph>/a/b </emph>executed against the sample XML 
    returns a
    node-set containing a single element node which serializes directly:
   </p>
   
   <example>
    <eg>(01) &lt;b&gt; &lt;c d="30"&gt; 20 &lt;/c&gt; &lt;/b&gt;</eg>
   </example>

  </div1>

  <div1 id="XPath20">
   <head>XPath 2.0 Expression Language</head>

   <p>
    The XPath 2.0 expression language is the same as the XPath 1.0
    expression language except it uses <bibref ref="XPath2"/>
    as the expression language.
   </p>

   <p>The XPath 2.0 language MUST be indicated by using the IRI:</p>
   <example>
     <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath20">http://www.w3.org/&wsfra.nsprefix;/ws-fra/XPath20</loc></eg>
   </example>
    
  </div1>

  <div1 id="Faults">
   <head>Faults</head>
   <p>
    All fault messages defined in this specification MUST be sent
    according to the rules and usage described in
    <bibref ref="WSABinding"/>
    Section 6 for encoding SOAP 1.1 and SOAP 1.2 faults.
    The <kw>[Action]</kw> property below MUST be used for faults
    defined in this specification:
   </p>

   <example>
    <eg><loc href="http://www.w3.org/&wsfra.nsprefix;/ws-fra/fault">http://www.w3.org/&wsfra.nsprefix;/ws-fra/fault</loc></eg>
   </example>

   <p>
    The definitions of faults in this section use the following properties:
   </p>
    
   <p>
    <kw>[Code]</kw> The fault code.<phrase/>
    <kw>[Subcode]</kw> The fault subcode.<phrase/>
    <kw>[Reason]</kw> The English language reason element.<phrase/>
    <kw>[Detail]</kw> The detail element. If absent, no detail element 
    is defined for the fault.<phrase/>
   </p>
    
   <p>The properties above bind to a SOAP 1.2 fault as follows:</p>
   <example>
    <eg>&lt;s12:Envelope&gt;
  &lt;s12:Header&gt;
    &lt;wsa:Action&gt; <kw>[Action]</kw> &lt;/wsa:Action&gt;
    &lt;!-- Headers elided for brevity. --&gt;
  &lt;/s12:Header&gt;
  &lt;s12:Body&gt;
    &lt;s12:Fault&gt;
      &lt;s12:Code&gt;
        &lt;s12:Value&gt;<kw>[Code]</kw>&lt;/s12:Value&gt;
        &lt;s12:Subcode&gt;
          &lt;s12:Value&gt;<kw>[Subcode]</kw>&lt;/s12:Value&gt;
        &lt;/s12:Subcode&gt;
      &lt;/s12:Code&gt;
      &lt;s12:Reason&gt;
        &lt;s12:Text xml:lang="en"&gt;<kw>[Reason]</kw>&lt;/s12:Text&gt;
      &lt;/s12:Reason&gt;
      &lt;s12:Detail&gt;
        <kw>[Detail]</kw>
        ...
      &lt;/s12:Detail&gt;
    &lt;/s12:Fault&gt;
  &lt;/s12:Body&gt;
&lt;/s12:Envelope&gt;</eg>
   </example>
    
   <p>The properties bind to a SOAP 1.1 fault as follows:</p>
   <example>
     <eg>&lt;s11:Envelope&gt;
  &lt;s12:Header&gt;
    &lt;wsa:Action&gt; <kw>[Action]</kw> &lt;/wsa:Action&gt;
    &lt;!-- Headers elided for brevity. --&gt;
  &lt;/s12:Header&gt;
  &lt;s11:Body&gt;
    &lt;s11:Fault&gt;
      &lt;faultcode&gt;<kw>[Subcode]</kw>&lt;/faultcode&gt;
      &lt;faultstring xml:lang="en"&gt;<kw>[Reason]</kw>&lt;/faultstring&gt;
      &lt;detail&gt;
        <kw>[Detail]</kw>
        ...
      &lt;/detail&gt;
    &lt;/s11:Fault&gt;
  &lt;/s11:Body&gt;
&lt;/s11:Envelope&gt;</eg>
   </example>

   <div2 id="UnsupportedLanguage">
    <head>UnsupportedLanguage</head>
    <p>
     This fault MUST be generated when a service detects an unknown or
     unsupported Language 
     IRI in a request message. 
    </p>
    <table id="Table3" border="1" cellpadding="5">
     <tbody>
      <tr>
       <th align="left"><kw>[Code]</kw></th>
       <td>s:Sender</td>
      </tr>
      <tr>
       <th align="left"><kw>[Subcode]</kw></th>
       <td>wsf:UnsupportedLanguage</td>
      </tr>
      <tr>
       <th align="left"><kw>[Reason]</kw></th>
       <td>
        The specified Language IRI is not supported.
       </td>
      </tr>
      <tr>
       <th align="left"><kw>[Detail]</kw></th>
       <td><emph>The unsupported Language IRI.</emph></td>
      </tr>
     </tbody>
    </table>
   </div2>

   <div2 id="InvalidExpression">
    <head>InvalidExpression</head>
    <p>
     This fault MUST be generated when a service determines that the Language
     expression specified in a request does not conform to the syntax
     of the language specified in the Language attribute or is semantically
     invalid.
    </p>
    <table id="Table5" border="1" cellpadding="5">
     <tbody>
      <tr>
       <th align="left"><kw>[Code]</kw></th>
       <td>s:Sender</td>
      </tr>
      <tr>
       <th align="left"><kw>[Subcode]</kw></th>
       <td>wsf:InvalidExpression</td>
      </tr>
      <tr>
       <th align="left"><kw>[Reason]</kw></th>
       <td>
        The specified Language expression is invalid.
       </td>
      </tr>
      <tr>
       <th align="left"><kw>[Detail]</kw></th>
       <td><emph>The invalid language expression.</emph></td>
      </tr>
     </tbody>
    </table>
   </div2>

   <div2 id="UnsupportedMode">
    <head>UnsupportedMode</head>
    <p>
     This fault MUST be generated when a service detects a Mode in a Put
     request that is not supported.
    </p>
    <table id="Table6" border="1" cellpadding="5">
     <tbody>
      <tr>
       <th align="left"><kw>[Code]</kw></th>
       <td>s:Sender</td>
      </tr>
      <tr>
       <th align="left"><kw>[Subcode]</kw></th>
       <td>wsf:UnsupportedMode</td>
      </tr>
      <tr>
       <th align="left"><kw>[Reason]</kw></th>
       <td>
        The specified mode is not supported.
       </td>
      </tr>
      <tr>
       <th align="left"><kw>[Detail]</kw></th>
       <td><emph>The unsupported Mode.</emph></td>
      </tr>
     </tbody>
    </table>
   </div2>

  </div1>

  <div1 id="metadata">
   <head>WS-Fragment Metadata</head>

   <p>
    An endpoint MAY indicate its support of WS-Fragment, or its features,
    by including the WS-Fragment FragmentAssertion Policy assertion within its 
    WSDL. By
    doing so the endpoint is indicating that the corresponding WS-Fragment
    features are supported by that endpoint.
   </p>

   <div2>
    <head>Fragment Assertion</head>

    <p>
     Services indicate their support for the WS-Fragment specification through 
     the use of the Web Services
     Policy - Framework <bibref ref="wspolicy"/> and Web Services Policy -
     Attachment <bibref ref="wspolicyattach"/> specifications.
    </p>

    <p>
     This specification defines a policy assertion (wsf:FragmentAssertion).  
     The normative outline of this assertion is:
    </p>

    <example>
     <eg>&lt;wsf:FragmentAssertion ...>
  &lt;wsf:Language URI="<emph>xs:anyURI</emph> ...> 
    <emph>xs:any</emph>*
  &lt;/wsf:Language> * 
  <emph>xs:any</emph>*
&lt;/wsf:FragmentAssertion></eg>
    </example>

    <p>
     The following describes additional, normative constraints on the
     outline listed above:
    </p>

    <glist>

     <gitem>
      <label> /wsf:FragmentAssertion </label>
       <def>
        <p>
         This policy assertion has Endpoint Policy Subject. When present
         in a policy alternative, it indicates that the WS-Fragment
         protocol MUST be used when communicating with this endpoint. 
        </p>
       </def>
     </gitem>

     <gitem>
      <label> /wsf:FragmentAssertion/wsf:Language </label>
       <def>
        <p>
         When present, this OPTIONAL parameter indicates support for the 
         specified Language IRI.
        </p>
       </def>
     </gitem>

     <gitem>
      <label> /wsf:FragmentAssertion/wsf:Language/xs:any </label>
       <def>
        <p>
         This extensibility point allows for additional Language specific 
         metadata to be included within the policy assertion. Any metadata 
         that appears is scoped to the use of the specified Language URI.
        </p>
       </def>
     </gitem>

     <gitem>
      <label> /wsf:FragmentAssertion/xs:any </label>
       <def>
        <p>
         This extensibility point allows for additional WS-Fragment 
         specific metadata to be included within the policy assertion. 
         Any metadata that appears is scoped to the operations and features 
         of the WS-Fragment specification.
        </p>
       </def>
     </gitem>

    </glist>

   </div2>
  </div1>

  <div1 id="acks">
   <head>Acknowledgements</head>
   <p>
    This specification has been developed as a result of joint
    work with many individuals and teams, including: 
     Alessio Soldano (Red Hat),
     Ashok Malhotra (Oracle Corp.),
     Asir Vedamuthu (Microsoft Corp.),
     Bob Freund (Hitachi, Ltd.),
     Bob Natale (MITRE Corp.),
     David Snelling (Fujitsu, Ltd.),
     Doug Davis (IBM),
     Fred Maciel (Hitachi, Ltd.),
     Geoff Bullen (Microsoft Corp.),
     Gilbert Pilz (Oracle Corp.),
     Greg Carpenter (Microsoft Corp.),
     Jeff Mischkinsky (Oracle Corp.),
     Katy Warr (IBM),
     Li Li (Avaya Communications),
     Mark Little (Red Hat),
     Martin Chapman (Oracle Corp.),
     Paul Fremantle (WSO2),
     Paul Nolan (IBM),
     Prasad Yendluri (Software AG),
     Ram Jeyaraman (Microsoft Corp.),
     Sreedhara Narayanaswamy (CA),
     Sumeet Vij (Software AG),
     Tom Rutt (Fujitsu, Ltd.),
     Vikas Varma (Software AG),
     Wu Chou (Avaya Communications),
     Yves Lafon (W3C/ERCIM).
   </p>
  </div1>

  <div1 id="refs">
   <head>References</head>

   <div2>
    <head>Normative References</head>

    <blist>
     <bibl key="BP12" id="BP12"
      href="http://ws-i.org/profiles/BasicProfile-1.2-2010-11-09.html">
        <titleref>
         WS-I Profile, Basic Profile Version 1.2
        </titleref>
        , R. Chumbley, et al, Editors.
        Web Services Interoperability Organization (WS-I), 9 November 2010.
     </bibl>

     <bibl key="BP20" id="BP20"
      href="http://ws-i.org/profiles/BasicProfile-2.0-2010-11-09.html">
        <titleref>
         WS-I Profile, Basic Profile Version 2.0
        </titleref>
        , R. Chumbley, et al, Editors.
        Web Services Interoperability Organization (WS-I), 9 November 2010.
     </bibl>

     <bibl key="RFC 2119" id="RFC2119"
      href="http://www.ietf.org/rfc/rfc2119.txt">
       <titleref>
        Key words for use in RFCs to Indicate Requirement Levels
       </titleref>
       , S. Bradner, Author.
       Internet Engineering Task Force, March 1997.
     </bibl>

     <bibl key="RFC 3987" id="RFC3987"
      href="http://www.ietf.org/rfc/rfc3987.txt">
       <titleref>
        Internationalized Resource Identifiers (IRIs)
       </titleref>
       , M. Duerst and M. Suignard, Authors.
       Internet Engineering Task Force, January 2005.
     </bibl>

     <bibl key="SOAP11" id="SOAP11"
      href="http://www.w3.org/TR/2000/NOTE-SOAP-20000508/">
       <titleref>
        W3C Note, "Simple Object Access Protocol (SOAP) 1.1"
       </titleref>
       , D. Box, et al, Editors.
       World Wide Web Consortium (W3C), 8 May 2000.
     </bibl>

     <bibl key="SOAP12" id="SOAP12"
      href="http://www.w3.org/TR/soap12-part1/">
       <titleref>
        W3C Recommendation, "SOAP Version 1.2 Part 1: Messaging Framework"
       </titleref>
       , M. Gudgin, M. Hadley, N. Mendelsohn, J-J. Moreau, H. Frystyk Nielson,
        Editors.
       World Wide Web Consortium (W3C), 27 April 2007.
     </bibl>

     <bibl key="WS-Addressing" id="AddrCore"
      href="http://www.w3.org/TR/ws-addr-core">
       <titleref>
        W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)"
       </titleref>
       , M. Gudgin, M. Hadley, T. Rogers, Editors.
       World Wide Web Consortium (W3C), 9 May 2006.
     </bibl>

     <bibl key="WS-Addressing 1.0 SOAP Binding" id="WSABinding"
      href="http://www.w3.org/TR/ws-addr-soap">
       <titleref>
        W3C Recommendation, "Web Services Addressing 1.0 - SOAP Binding"
       </titleref>
       , M. Gudgin, M. Hadley, T. Rogers, Editors.
       World Wide Web Consortium (W3C), 9 May 2006.
     </bibl>

     <bibl key="WS-Policy" id="wspolicy"
      href="http://www.w3.org/TR/ws-policy/">
       <titleref>
        W3C Recommendation, "Web Services Policy (WS-Policy) 1.5 - Framework"
       </titleref>
       , A. Vedamuthu, et al., Editors.
       World Wide Web Consortium (W3C), 4 September 2007.
     </bibl>

     <bibl key="WS-Policy Attachment" id="wspolicyattach"
      href="http://www.w3.org/TR/ws-policy-attach">
       <titleref>
        W3C Recommendation, "Web Services Policy (WS-Policy) 1.5 - Attachment"
       </titleref>
       , A. Vedamuthu, et al., Editors.
       World Wide Web Consortium (W3C), 4 September 2007.
     </bibl>

     <bibl key="WS-Transfer" id="WsTransfer" 
           href="http://www.w3.org/TR/ws-transfer">
      <titleref>
       W3C Working Group Draft, "Web Services Transfer (WS-Transfer)1.1"
      </titleref>
      , D. Davis, et al., Editors.
      World Wide Web Consortium (W3C), 15 September 2009.
     </bibl>

     <bibl key="WSDL11" id="WSDL11"
      href="http://www.w3.org/TR/2001/NOTE-wsdl-20010315">
       <titleref>
        W3C Note, "Web Services Description Language (WSDL) 1.1"
       </titleref>
       , E. Christensen, et al., Editors.
       World Wide Web Consortium (W3C), 15 March 2001
     </bibl>

     <bibl key="XML Infoset" id="XMLInfoset"
      href="http://www.w3.org/TR/xml-infoset">
       <titleref>
        W3C Recommendation, "XML Information Set (Second Edition)"
       </titleref>
       , J. Cowan, R. Tobin, Editors.
       World Wide Web Consortium (W3C), 4 February 2004.
     </bibl>

     <bibl key="XMLSchema - Part 1" id="XMLSchema1"
      href="http://www.w3.org/TR/xmlschema-1/">
       <titleref>
        W3C Recommendation, "XML Schema Part 1: Structures (Second Edition)"
       </titleref>
       , H. Thompson, et al., Editors.
       World Wide Web Consortium (W3C), 28 October 2004.
     </bibl>

     <bibl key="XMLSchema - Part 2" id="XMLSchema2"
      href="http://www.w3.org/TR/xmlschema-2/">
       <titleref>
        W3C Recommendation, "XML Schema Part 2: Datatypes (Second Edition)"
       </titleref>
       , P. Biron, A. Malhotra, Editors.
       World Wide Web Consortium (W3C), 28 October 2004.
     </bibl>

     <bibl key="XPath1.0" id="XPath1"
      href="http://www.w3.org/TR/xpath">
       <titleref>
        W3C Recommendation, "XML Path Language (XPath) Version 1.0"
       </titleref>
       , J. Clark, S. DeRose, Editors.
       World Wide Web Consortium (W3C), 16 November 1999.
     </bibl>

     <bibl key="XPath2.0" id="XPath2"
      href="http://www.w3.org/TR/xpath20/">
       <titleref>
        W3C Recommendation, "XML Path Language (XPath) 2.0"
       </titleref>
       , A. Berglund, et al., Editors.
       World Wide Web Consortium (W3C), 23 January 2007.
     </bibl>

    </blist>
   </div2>

  </div1>
 </body>

 <back>
  <div1 id="Appendix_I__E2_80_93_XSD">
   <head>XML Schema</head>

   <p>
    A normative copy of the XML Schema <bibref ref='XMLSchema1'/>,
    <bibref ref='XMLSchema2'/> description for this specification can be
    retrieved from the following address:
   </p>
    
   <example>
    <eg><loc href='http://www.w3.org/&wsfra.nsprefix;/ws-fra/Fragment.xsd'>http://www.w3.org/&wsfra.nsprefix;/ws-fra/fragment.xsd</loc></eg>
   </example>
    
   <p>
    A non-normative copy of the XML schema is listed below for convenience.
   </p>

   <example>
    <eg>&lt;xs:schema 
  targetNamespace='http://www.w3.org/&wsfra.nsprefix;/ws-fra'
  xmlns:tns='http://www.w3.org/&wsfra.nsprefix;/ws-fra'
  xmlns:xs='http://www.w3.org/2001/XMLSchema'
  elementFormDefault='qualified'
  blockDefault='#all' >
 
  &lt;xs:complexType name='ExpressionType'>
    &lt;xs:sequence>
      &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
    &lt;/xs:sequence>
    &lt;xs:attribute name='Language' type='xs:anyURI' use='optional'/>
    &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
  &lt;/xs:complexType>
  &lt;xs:element name='Expression' type='tns:ExpressionType'/>

  &lt;xs:complexType name='ValueType'>
    &lt;xs:sequence>
      &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
    &lt;/xs:sequence>
    &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
  &lt;/xs:complexType>
  &lt;xs:element name='Value' type='tns:ValueType'/>
  
  &lt;xs:element name='Fragment'>
    &lt;xs:complexType>
      &lt;xs:sequence>
        &lt;xs:element name='Expression' type='tns:ExpressionType'/>
        &lt;xs:element name='Value' type='tns:ValueType' minOccurs='0'/>
        &lt;xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/>
      &lt;/xs:sequence>
      &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
    &lt;/xs:complexType>
  &lt;/xs:element>

  &lt;!-- Policy -->
  &lt;xs:complexType name='URI'>
    &lt;xs:simpleContent>
      &lt;xs:extension base='xs:anyURI'>
        &lt;xs:anyAttribute namespace='##other' processContents='lax'/>
      &lt;/xs:extension>
    &lt;/xs:simpleContent>
  &lt;/xs:complexType>

  &lt;xs:element name='FragmentAssertion'>
    &lt;xs:complexType>
      &lt;xs:sequence>
        &lt;xs:element name='Language' minOccurs='0' maxOccurs='unbounded'>
          &lt;xs:complexType>
            &lt;xs:sequence>
              &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
                                          maxOccurs='0'/>
            &lt;/xs:sequence>
            &lt;xs:attribute name='URI' type='xs:anyURI' use='required' />
            &lt;xs:anyAttribute namespace="##other" processContents='lax'/>
          &lt;/xs:complexType>
        &lt;/xs:element>
        &lt;xs:any namespace='##other' processContents='lax' minOccurs='0'
                                    maxOccurs='unbounded'/>
      &lt;/xs:sequence>
      &lt;xs:anyAttribute namespace='##other' processContents='lax' />
    &lt;/xs:complexType>
  &lt;/xs:element>

&lt;/xs:schema></eg>
   </example>
  </div1>

  <div1 id="changelog">
   <head>Change Log</head>
 
   <table border="1">
    <tbody>
     <tr>
      <th> Data </th>
      <th> Author </th>
      <th> Description </th>
     </tr>
     <tr>
      <td> 2009/08/01 </td>
      <td> DD </td>
      <td> Initial draft </td>
     </tr>
     <tr>
      <td> 2009/08/18 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7206">7206</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/08/18 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7197">7197</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/08/18 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7270">7270</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/09/01 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6700">6700</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/09/02 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6694">6694</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/09/30 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7088">7088</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/10/02 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7770">7770</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/10/02 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7426">7426</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/10/05 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6407">6407</loc>,
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6721">6721</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/10/20 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7068">7068</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/10/20 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7207">7207</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/11/06 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7969">7969</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/11/06 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8124">8124</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/11/17 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8280">8280</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/12/08 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8194">8194</loc>
      </td>
     </tr>
     <tr>
      <td> 2009/12/08 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8195">8195</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/12 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8192">8192</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/19 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8283">8283</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/26 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8181">8181</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/26 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8257">8257</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/28 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8229">8229</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/28 </td>
      <td> DD </td>
      <td> Added resolution of issues
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8302">8302</loc>,
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8180">8180</loc>,
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8299">8299</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/28 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8191">8191</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/01/28 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8196">8196</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/02/10 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8160">8160</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/02/10 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9032">9032</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/03/02 </td>
      <td> DD </td>
      <td> Added resolution of issues
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8185">8185</loc>,
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8193">8193</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/03/09 </td>
      <td> DD </td>
      <td> Added resolution of issues
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6463">6463</loc>,
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8031">8031</loc>,
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8198">8198</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/04/20 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9266">9266</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/05/04 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9588">9588</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/05/04 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9087">9087</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/05/11 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9699">9699</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/05/11 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9558">9558</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/05/12 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=9717">9717</loc>
      </td>
     </tr>
     <tr>
      <td> 2010/11/19 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=8284">8284</loc>
      </td>
     </tr>
     <tr>
      <td> 2011/02/01 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11882">11882</loc>
      </td>
     </tr>
     <tr>
      <td> 2011/02/07 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11899">11899</loc>
      </td>
     </tr>
     <tr>
      <td> 2011/02/15 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11724">11724</loc>
      </td>
     </tr>
     <tr>
      <td> 2011/02/15 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=11772">11772</loc>
      </td>
     </tr>
     <tr>
      <td> 2011/02/15 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=12042">12042</loc>
      </td>
     </tr>
     <tr>
      <td> 2011/02/15 </td>
      <td> DD </td>
      <td> Added resolution of issue 
       <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=12063">12063</loc>
      </td>
     </tr>
    </tbody>
   </table>
  </div1>

 </back>
</spec>

