| Namespace |
http://diggsml.org/schema-dev |
|
Diagram
|
|
| Type |
restriction of gml:RangeSetType |
| Type hierarchy |
|
|
Used by
|
|
| Model
|
|
| Children |
diggs:ResultFile, diggs:ResultSet |
|
Source
|
<complexType name="ResultsPropertyType">
<complexContent>
<restriction base="gml:RangeSetType">
<choice>
<!--DSB: REMOVED FROM PROFILE
<element ref="gml:ValueArray" maxOccurs="unbounded"/>
<element ref="gml:AbstractScalarValueList" maxOccurs="unbounded"/>
-->
<element ref="diggs:ResultSet" minOccurs="1"/>
<!--DSB: REMOVED FROM PROFILE
<element ref="gml:File"/>
-->
<element ref="diggs:ResultFile"/>
</choice>
</restriction>
</complexContent>
</complexType>
|
|