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' |
Element | spml:searchRequest |
<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> |