| < draft-ietf-simple-xcap-diff-12.txt | draft-ietf-simple-xcap-diff-13.txt > | |||
|---|---|---|---|---|
| SIMPLE J. Rosenberg | SIMPLE J. Rosenberg | |||
| Internet-Draft Cisco | Internet-Draft Cisco | |||
| Intended status: Standards Track J. Urpalainen | Intended status: Standards Track J. Urpalainen | |||
| Expires: December 28, 2009 Nokia | Expires: December 31, 2009 Nokia | |||
| June 26, 2009 | June 29, 2009 | |||
| An Extensible Markup Language (XML) Document Format for Indicating A | An Extensible Markup Language (XML) Document Format for Indicating A | |||
| Change in XML Configuration Access Protocol (XCAP) Resources | Change in XML Configuration Access Protocol (XCAP) Resources | |||
| draft-ietf-simple-xcap-diff-12 | draft-ietf-simple-xcap-diff-13 | |||
| Status of this Memo | Status of this Memo | |||
| This Internet-Draft is submitted to IETF in full conformance with the | This Internet-Draft is submitted to IETF in full conformance with the | |||
| provisions of BCP 78 and BCP 79. This document may contain material | provisions of BCP 78 and BCP 79. This document may contain material | |||
| from IETF Documents or IETF Contributions published or made publicly | from IETF Documents or IETF Contributions published or made publicly | |||
| available before November 10, 2008. The person(s) controlling the | available before November 10, 2008. The person(s) controlling the | |||
| copyright in some of this material may not have granted the IETF | copyright in some of this material may not have granted the IETF | |||
| Trust the right to allow modifications of such material outside the | Trust the right to allow modifications of such material outside the | |||
| IETF Standards Process. Without obtaining an adequate license from | IETF Standards Process. Without obtaining an adequate license from | |||
| skipping to change at page 1, line 44 ¶ | skipping to change at page 1, line 44 ¶ | |||
| and may be updated, replaced, or obsoleted by other documents at any | and may be updated, replaced, or obsoleted by other documents at any | |||
| time. It is inappropriate to use Internet-Drafts as reference | time. It is inappropriate to use Internet-Drafts as reference | |||
| material or to cite them other than as "work in progress." | material or to cite them other than as "work in progress." | |||
| The list of current Internet-Drafts can be accessed at | The list of current Internet-Drafts can be accessed at | |||
| http://www.ietf.org/ietf/1id-abstracts.txt. | http://www.ietf.org/ietf/1id-abstracts.txt. | |||
| The list of Internet-Draft Shadow Directories can be accessed at | The list of Internet-Draft Shadow Directories can be accessed at | |||
| http://www.ietf.org/shadow.html. | http://www.ietf.org/shadow.html. | |||
| This Internet-Draft will expire on December 28, 2009. | This Internet-Draft will expire on December 31, 2009. | |||
| Copyright Notice | Copyright Notice | |||
| Copyright (c) 2009 IETF Trust and the persons identified as the | Copyright (c) 2009 IETF Trust and the persons identified as the | |||
| document authors. All rights reserved. | document authors. All rights reserved. | |||
| This document is subject to BCP 78 and the IETF Trust's Legal | This document is subject to BCP 78 and the IETF Trust's Legal | |||
| Provisions Relating to IETF Documents in effect on the date of | Provisions Relating to IETF Documents in effect on the date of | |||
| publication of this document (http://trustee.ietf.org/license-info). | publication of this document (http://trustee.ietf.org/license-info). | |||
| Please review these documents carefully, as they describe your rights | Please review these documents carefully, as they describe your rights | |||
| skipping to change at page 8, line 33 ¶ | skipping to change at page 8, line 33 ¶ | |||
| selecting attributes. The "exists" attribute indicates whether an | selecting attributes. The "exists" attribute indicates whether an | |||
| attribute exists or not in the XCAP document. When the "exists" | attribute exists or not in the XCAP document. When the "exists" | |||
| attribute is absent from the <attribute> element, the indicated | attribute is absent from the <attribute> element, the indicated | |||
| attribute still exists in the XCAP document. The child text node of | attribute still exists in the XCAP document. The child text node of | |||
| the <attribute> element indicates the value of the located attribute. | the <attribute> element indicates the value of the located attribute. | |||
| Note that if the attribute is namespace qualified, the query | Note that if the attribute is namespace qualified, the query | |||
| parameter of the XCAP URI indicates the attached namespace URI and | parameter of the XCAP URI indicates the attached namespace URI and | |||
| the prefix in the XCAP source document. | the prefix in the XCAP source document. | |||
| Namespaces of the "sel" attribute of the <attribute> and <element> | Namespaces of the "sel" attribute of the <attribute> and <element> | |||
| element MUST also be resolved by clients. The conventions described | elements MUST also be resolved properly. The Section 6.4. of | |||
| in Section 4.2.1 of [RFC5261] MUST be followed with this format. In | [RFC4825] describes the rules when using namespace prefixes in XCAP | |||
| other words, the same namespace resolving rules of selector values | Node Selectors. Without a namespace prefix in an element selector, | |||
| apply to these <attribute> and <element> elements than patch | an XCAP Default Document Namespace MUST be applied. The namespace | |||
| operation elements of [RFC5261]. | resolving rules of Patch operation elements: <add>, <replace> and | |||
| <remove> are described in Section 4.2.1 of [RFC5261]. | ||||
| 4. XML Schema | 4. XML Schema | |||
| The XML Schema for the XCAP diff format. | The XML Schema for the XCAP diff format. | |||
| <?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | |||
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" | |||
| xmlns="urn:ietf:params:xml:ns:xcap-diff" | xmlns="urn:ietf:params:xml:ns:xcap-diff" | |||
| targetNamespace="urn:ietf:params:xml:ns:xcap-diff" | targetNamespace="urn:ietf:params:xml:ns:xcap-diff" | |||
| elementFormDefault="qualified" | elementFormDefault="qualified" | |||
| End of changes. 4 change blocks. | ||||
| 9 lines changed or deleted | 10 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||