simpleType "minOccursType"
Namespace:
Defined:
globally in hsdl.xsd; see XML source
Used:
Simple Content Model
xsd:int
All Direct / Indirect Based Attributes (4):
deleteRequestType/@minOccurs, insertRequestType/@minOccurs, replaceRequestType/@minOccurs, xpQueryType/@minOccurs
Known Usage Locations
Annotation
This optional attribute specifies the minimum number of nodes that must be selected 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.
Type Definition Detail
Type Derivation Tree
xsd:int (restriction)
  minOccursType
Derivation:
restriction of xsd:int
XML Source (see within schema source)
<xsd:simpleType name="minOccursType">
<xsd:annotation>
<xsd:documentation>
This optional attribute specifies the minimum number of nodes that must be selected
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:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:int"/>
</xsd:simpleType>