[Nsi-wg] Issue 109 in ogf-nsi-project: Align STP Label definition closer to similar types within NML.

ogf-nsi-project at googlecode.com ogf-nsi-project at googlecode.com
Tue Sep 10 16:32:42 EDT 2013


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


More information about the nsi-wg mailing list