You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content.mkd
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,15 @@ WebDAV-Push
111
111
: WebDAV server (for instance a CalDAV/CardDAV server) that implements WebDAV-Push
112
112
113
113
114
+
## XML Element Namespace
115
+
116
+
When XML element names are used without namespace in this document, they are in the WebDAV-Push namespace: `https://bitfire.at/webdav-push`
117
+
118
+
All XML elements defined by this document reside in this namespace. The XML schema for the elements can be found in {{xml-schema}}.
119
+
120
+
To reference element names in another namespace, the `{ns}element` syntax is used. For instance, `{DAV:}prop` means the `prop` XML element in the `DAV:` namespace.
121
+
122
+
114
123
115
124
# Service Detection
116
125
@@ -572,15 +581,11 @@ When using the Web Push transport, the general requirements from {{Section 8 of
572
581
573
582
574
583
575
-
# XML Schema
576
-
577
-
When XML element names are used without namespace in this document, they are in the WebDAV-Push namespace: `https://bitfire.at/webdav-push`
584
+
--- back
578
585
579
-
All XML elements defined by this document reside in this namespace.
580
-
581
-
To reference element names in another namespace, the `{ns}element` syntax is used. For instance, `{DAV:}prop` means the `prop` XML element in the `DAV:` namespace.
586
+
# XML Schema
582
587
583
-
The XML schema formally defines the XML elements used by this document and is expressed in {{RELAXNG}}.
588
+
This XML schema formally defines the XML elements used by this document and is expressed in {{RELAXNG}}.
0 commit comments