diff --git a/draft-yn-netmod-yang-xml.xml b/draft-yn-netmod-yang-xml.xml
index f4ad561..b592082 100644
--- a/draft-yn-netmod-yang-xml.xml
+++ b/draft-yn-netmod-yang-xml.xml
@@ -70,7 +70,6 @@
- action
- anydata
- - anyxml
- augment
- container
- data node
@@ -101,7 +100,7 @@
and notifications contain a single top-level element.
Instances of YANG data nodes (leafs, containers, leaf-lists, lists,
- anydata nodes, and anyxml nodes) are encoded as XML elements having
+ and anydata nodes) are encoded as XML elements having
the name of the YANG data node. ) defines
how the name is qualified with a namespace, and the following sections
deal with the value part. The encoding rules are identical for all
@@ -111,7 +110,7 @@
With the exception of "anydata" encoding (), all rules in
this document are also applicable to YANG 1.0 .
- With the exception of anyxml and schema-less anydata nodes, it is
+ With the exception of schema-less anydata nodes, it is
possible to map an XML-encoded data tree to other encodings, such as
the JSON encoding as defined in , and vice
versa. However, such conversions require the YANG data model to be
@@ -467,28 +466,6 @@ anydata data;
-
-
-
-
-
- An anyxml node is encoded the same as an anydata node. Please see
- for how the anydata node is encoded.
-
-
-
Apart from instances of YANG data nodes, XML elements MAY contain