Use imported checkState()
[yangtools.git] / model / README.md
1 # YANG language model and extension
2
3 This directory contains the model of YANG language itself, as defined in [RFC6020] and [RFC7950],
4 as well as various standard extensions:
5 * [RFC6241] NETCONF's **get-filter-element-attributes** extension
6 * [RFC6536] NETCONF Access Control Model
7 * [RFC6643] SMIv2 MIB Modules to YANG Modules translation
8 * [RFC7952] YANG metadata
9 * [RFC8040] RESTCONF's **yang-data** extension
10 * [RFC8528] YANG Schema Mount
11
12 [RFC6020]:https://tools.ietf.org/html/rfc6020
13 [RFC6241]:https://tools.ietf.org/html/rfc6241
14 [RFC6536]:https://tools.ietf.org/html/rfc6536
15 [RFC6643]:https://tools.ietf.org/html/rfc6643
16 [RFC7950]:https://tools.ietf.org/html/rfc7950
17 [RFC7952]:https://tools.ietf.org/html/rfc7952
18 [RFC8040]:https://tools.ietf.org/html/rfc8040
19 [RFC8528]:https://tools.ietf.org/html/rfc8528