simpleType "selectType"
Namespace:
Defined:
globally in hsdl.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Attributes (9):
condition (in rule)/@select, deleteRequestType/@select, draftMessagePointerType/@select, insertRequestType/@select, message (in copyMessageRequest)/@select, replaceRequestType/@select, shapeAtomType/@select, sortType/@key, targetFolderType/@select
Known Usage Locations
Annotation
This item specifies an XPath expression that selects a set of nodes relative to the externally established context. The expression can never travel outside the node-set established by this externally established current context. The expression can match zerio or more nodes, and the operation manipulates all selected nodes. The <b>minOccurs</b> and <b>maxOccurs</b> attributes are optional and place restrictions and limitations on the number of nodes selected.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  selectType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="selectType">
<xsd:annotation>
<xsd:documentation>
This item specifies an XPath expression that selects a set
of nodes relative to the externally established context. The expression can
never travel outside the node-set established by this externally established
current context. The expression can match zerio or more nodes, and the operation
manipulates all selected nodes. The
<b>minOccurs</b>
and
<b>maxOccurs</b>
attributes are
optional and place restrictions and limitations on the number of nodes selected.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string"/>
</xsd:simpleType>