Issue 109 in ogf-nsi-project: Align STP Label definition closer to similar types within NML.
Status: Accepted Owner: ---- Labels: Type-Defect Priority-Medium FoundInVersion-2.0 FixedInVersion-2.0 New issue 109 by jmacauley: Align STP Label definition closer to similar types within NML. http://code.google.com/p/ogf-nsi-project/issues/detail?id=109 The NSI STP definition was originally intended to be a generic attribute type/value pair mechanism but morphed into a Label type definition. At the moment it is too complex for the role it is performing. In addition it is not in alignment with the NML definition for LabelType. These definitions need to be normalized. Also, NML has separate definitions for LabelType (a single label) and LabelGroupType (a range of labels). Both are applicable to the STP definition and should be incorporated. For example, using an STP to specify a SONET service would require the specification of a set of timeslots associated with the service on the STP. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
Comment #1 on issue 109 by jmacauley: Align STP Label definition closer to similar types within NML. http://code.google.com/p/ogf-nsi-project/issues/detail?id=109 Here is an example use of the NML Label: <nml:Label labeltype="http://schemas.ogf.org/nml/2012/10/ethernet#vlan">1780</nml:Label> Notice the labeltype attribute contains the namespace qualified label name. Now the label from the NSI STP definition: <label targetNamespace="http://schemas.ogf.org/nml/2012/10/ethernet#" type="vlan"> <value>1782</value> </label> Notice the namespace is separate from the label type. In addition, the label is a complex type containing a set of <values> and/or a set of ANY included elements from an external namespace. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
Updates: Owner: jmacauley Comment #2 on issue 109 by jmacauley: Align STP Label definition closer to similar types within NML. http://code.google.com/p/ogf-nsi-project/issues/detail?id=109 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
Updates: Status: Done Comment #3 on issue 109 by jmacauley: Align STP Label definition closer to similar types within NML. http://code.google.com/p/ogf-nsi-project/issues/detail?id=109 Changed schema definition for STP to line up with NSI-EXT document. Issued closed by update r116. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings
participants (1)
-
ogf-nsi-project@googlecode.com