Child pages
  • #07: Please add a high-level description
Skip to end of metadata
Go to start of metadata
StatusEXECUTED
Stakeholders
Outcome
Due date 
OwnerMartin Skorupski 

Decision

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.

Background

DescriptionA comment of for UML:MODEL will be used as description of the YANG module.
Additional InformationPruning 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>