simpleType "selectedNodeCountType"
Namespace:
Defined:
globally in hsdl.xsd; see XML source
Used:
Simple Content Model
xsd:int
All Direct / Indirect Based Attributes (1):
standardResponseAttributeGroup/@selectedNodeCount
Known Usage Locations
Annotation
This attribute is used to return the number of selected nodes, selected by the corresponding HSDL operation.
Type Definition Detail
Type Derivation Tree
xsd:int (restriction)
  selectedNodeCountType
Derivation:
restriction of xsd:int
XML Source (see within schema source)
<xsd:simpleType name="selectedNodeCountType">
<xsd:annotation>
<xsd:documentation>
This attribute is used to return the number of selected nodes, selected by the corresponding
HSDL operation.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:int"/>
</xsd:simpleType>