| Namespace |
http://diggsml.org/schemas/3 |
|
Annotations
|
Complex type: ResultSetType
|
|
|
Diagram
|
|
| Type |
restriction of gml:DataBlockType |
| Type hierarchy |
|
|
Used by
|
|
| Model
|
|
| Children |
diggs:dataValues, diggs:parameters |
|
Source
|
<complexType name="ResultSetType">
<annotation>
<documentation>Complex type: ResultSetType</documentation>
</annotation>
<complexContent>
<restriction base="gml:DataBlockType">
<sequence>
<element ref="diggs:parameters" minOccurs="1"/>
<choice>
<element ref="diggs:dataValues"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
|
|