http://sndlib.zib.de/model
element nodeModel

Documentation
Defines the node model (with or without node hardware). 
Admissible values of the element are:

NO_NODE_HARDWARE 
No hardware like multiplexers, cross-connects, line-cards, 
etc. is considered in the current version.

NODE_HARDWARE 
Planned for Version 2.0 (multiplexers, cross-connects, line-cards, ports).
            
Properties
This component is not nillable.

Model
<nodeModel>

</nodeModel>

Source
<xs:element name="nodeModel">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="NO_NODE_HARDWARE"/>
<xs:enumeration value="NODE_HARDWARE"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.