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: src/oas.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3206,8 +3206,8 @@ This object MAY be extended with [Specification Extensions](#specification-exten
3206
3206
3207
3207
##### XML Node Types
3208
3208
3209
-
Each Schema Object describes a particular type of XML [node](https://dom.spec.whatwg.org/#interface-node) which is specified by the `nodeType` field, which has the following possible values.
3210
-
Except for the special value `none`, these values have numeric equivalents in the DOM [specification](https://dom.spec.whatwg.org/#interface-node) which are given in parentheses after the name:
3209
+
Each Schema Object describes a particular type of XML [[!DOM]] [node](https://dom.spec.whatwg.org/#interface-node) which is specified by the `nodeType` field, which has the following possible values.
3210
+
Except for the special value `none`, these values have numeric equivalents in the DOM specification which are given in parentheses after the name:
3211
3211
3212
3212
* `element` (1): The schema represents an element and describes its contents
3213
3213
* `attribute` (2): The schema represents an attribute and describes its value
0 commit comments