spml:SearchRequest

Complex Type Information

Model

operationalAttributes{0,1} , ANY element from ANY namespace , searchBase{0,1} , filter{0,1} , attributes*

Attributes

QName Type Fixed Default Use Inheritable Annotation
execution spml:ExecutionType optional
requestID ID optional
Wildcard: ANY attribute from ANY namespace OTHER than 'urn:oasis:names:tc:SPML:1:0'

Used By

Source

<xsd:complexType name="SearchRequest">
  <xsd:complexContent>
    <xsd:extension base="spml:SpmlRequest">
      <xsd:sequence>
        <xsd:element name="searchBase" type="spml:Identifier" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="dsml:filter" minOccurs="0" maxOccurs="1"/>
        <xsd:element ref="dsml:attributes" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>