Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The xmla-rs:rowset complex type is returned by commands whose return result is a rowset. The XSD for the xmla-rs:rowset complex type is as follows.
-
<xsd:complexType name="rowset" > <xsd:sequence> <xsd:element ref="xs:Schema" minOccurs="0" /> <xsd:element name="row" minOccurs="0" maxOccurs="unbounded" type="row" /> <xsd:element name="Exception" minOccurs="0" type="Exception" /> <xsd:element name="Messages" minOccurs="0" type="Messages" /> </xsd:sequence> </xsd:complexType>
|
Element |
Description |
|---|---|
|
Schema |
An optional XSD schema that describes the format of the row. Whether it is returned depends on the value of the Content server property. See section 4.4.2. |
|
row |
Contains the rows with the results. |
|
Exception |
This optional element is returned if there are exceptions that accompany the empty result. See section 2.2.4.1.5.1. |
|
Messages |
This optional element is returned if there are messages that accompany the empty result. See section 2.2.4.1.5.2. |