<ST_NodeCount> (Number of Nodes Definition)

This simple type defines a count of the number of nodes for a property in a diagram. A value of -1 shall mean that the value is unbounded.

This simple type's contents are a restriction of the XML Schema int datatype.

This simple type also specifies the following restrictions:

  • This simple type has a minimum value of greater than or equal to -1.

Referenced By

<chMax@val>5.9.6.4); <chPref@val>5.9.6.5)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_NodeCount">
	<restriction base="xsd:int">
	<minInclusive value="-1"/>
	</restriction>
</simpleType>