Showing:

Annotations
Diagrams
Model
Source
Used by
Complex Type diggs:ResultsPropertyType
Namespace http://diggsml.org/schemas/3
Annotations
Property type for containing either a ResultSet or ResultFile object.
Diagram
Diagramgml3_2Profile_diggs_xsd_Element_gml_DataBlock.tmp#DataBlockgml3_2Profile_diggs_xsd_Element_gml_File.tmp#Filegml3_2Profile_diggs_xsd_Complex_Type_gml_RangeSetType.tmp#RangeSetTypeCommon_xsd_Element_diggs_ResultSet.tmp#ResultSetCommon_xsd_Element_diggs_ResultFile.tmp#ResultFile
Type restriction of gml:RangeSetType
Type hierarchy
Used by
Model
Children diggs:ResultFile, diggs:ResultSet
Source
<complexType name="ResultsPropertyType">
  <annotation>
    <documentation>Property type for containing either a ResultSet or ResultFile object.</documentation>
  </annotation>
  <complexContent>
    <restriction base="gml:RangeSetType">
      <choice minOccurs="1">
        <element ref="diggs:ResultSet" minOccurs="1"/>
        <element ref="diggs:ResultFile"/>
      </choice>
    </restriction>
  </complexContent>
</complexType>