simpleType "maxOccursType"
Namespace:
Defined:
globally in hsdl.xsd; see XML source
Used:
Simple Content Model
xsd:int
All Direct / Indirect Based Attributes (4):
deleteRequestType/@maxOccurs, insertRequestType/@maxOccurs, replaceRequestType/@maxOccurs, xpQueryType/@maxOccurs
Known Usage Locations
Annotation
This optional attribute specifies the maximum number of nodes that may be selected by the <b>select</b> operation in order for this operation to be successfully attempted. The default value is <b>unbounded</b>. If the number of nodes selected by the select attribute is greater than this value, an error condition occurs.
Type Definition Detail
Type Derivation Tree
xsd:int (restriction)
  maxOccursType
Derivation:
restriction of xsd:int
XML Source (see within schema source)
<xsd:simpleType name="maxOccursType">
<xsd:annotation>
<xsd:documentation>
This optional attribute specifies the maximum number of nodes that may be selected
by the
<b>select</b>
operation in order for this operation to be successfully attempted. The
default value is
<b>unbounded</b>
. If the number of nodes selected by the select attribute
is greater than this value, an error condition occurs.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:int"/>
</xsd:simpleType>