Skip to content

Commit 564b2ce

Browse files
committed
Improved wording around nodeType: none
1 parent 9577389 commit 564b2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3213,7 +3213,7 @@ Except for the special value `none`, these values have numeric equivalents in th
32133213
* `attribute` (2): The schema represents an attribute and describes its value
32143214
* `text` (3): The schema represents a text node (parsed character data)
32153215
* `cdata` (4): The schema represents a CDATA section
3216-
* `none`: The schema does not correspond to any node in the XML document, and its contents are included directly under the parent schema's node
3216+
* `none`: The schema does not correspond to any node in the XML document, and the nodes corresponding to its subschema(s) are included directly under its parent schema's node
32173217

32183218
The `none` type is useful for JSON Schema constructs that require more Schema Objects than XML nodes, such as a schema containing only `$ref` that exists to facilitate re-use rather than imply any structure.
32193219

0 commit comments

Comments
 (0)