Adding "This model is for vendor agnostic management of wireless network elements." into the comments field of the top level element of the microwave information model.
Description | A comment of for UML:MODEL will be used as description of the YANG module. | ||||
Additional Information | Pruning and refactoring: <!-- add high-level description --> <xsl:template match="uml:Model"> <xsl:copy> <xsl:apply-templates select="@*"/> <ownedComment xmi:type="uml:Comment" xmi:id="_uHEawDdIEeOHDrwRRcUeVQ" annotatedElement="../@xmi:id"> <body>This module contains a collection of YANG definitions for managing wireless networks.</body> </ownedComment> <xsl:apply-templates select="* | text()"/> </xsl:copy> </xsl:template> |