Namespace:  | 
|
Defined:  | 
globally in hsdl.xsd; see XML source  | 
Used:  | 
at 4 locations  | 
Simple Content Model  | 
xsd:int  | 
| 
 Type Derivation Tree 
xsd:int (restriction) 
 | 
Derivation:  | 
 restriction of xsd:int 
 | 
|
| 
 
<xsd:annotation>
 
<xsd:documentation>
 
</xsd:annotation>
This optional attribute specifies the minimum number of nodes that must be selected 
</xsd:documentation>
by the <b>select</b> 
operation in order for this operation to be successfully attempted. The 
default value is zero, meaning that if no nodes are selected, the operation silently succeeds as a "NOP." A value of one means that a minimum of one node must be selected. In that case, if no nodes are selected, the operation fails with an error. <xsd:restriction base="xsd:int"/> 
</xsd:simpleType> 
 |