Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element diggs:ParameterType / diggs:parameterName
Namespace http://diggsml.org/schemas/3
Annotations
A description or code to what the value property
represents.
Diagram
Diagramgml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType_codeSpacegml3_2Profile_diggs_xsd_Complex_Type_gml_CodeType.tmp#CodeType
Type gml:CodeType
Properties
content complex
minOccurs 1
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element minOccurs="1" name="parameterName" type="gml:CodeType">
  <annotation>
    <documentation>A description or code to what the value property represents.</documentation>
  </annotation>
</element>
Element diggs:ParameterType / diggs:parameterValue
Namespace http://diggsml.org/schemas/3
Annotations
A value associated with the name.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 1
Source
<element minOccurs="1" name="parameterValue" type="string">
  <annotation>
    <documentation>A value associated with the name.</documentation>
  </annotation>
</element>
Element diggs:ParameterType / diggs:parameterMinValue
Namespace http://diggsml.org/schemas/3
Annotations
For numeric parameter values where a value range
is expressed instead of a fixed value, this property
contains the minimum value of the range.
Diagram
Diagram
Type double
Properties
content simple
Source
<element name="parameterMinValue" type="double">
  <annotation>
    <documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the minimum value of the range.</documentation>
  </annotation>
</element>
Element diggs:ParameterType / diggs:parameterMaxValue
Namespace http://diggsml.org/schemas/3
Annotations
For numeric parameter values where a value range
is expressed instead of a fixed value, this property
contains the maximum value of the range.
Diagram
Diagram
Type double
Properties
content simple
Source
<element name="parameterMaxValue" type="double">
  <annotation>
    <documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the maximum value of the range.</documentation>
  </annotation>
</element>
Element diggs:ParameterType / diggs:parameterUnits
Namespace http://diggsml.org/schemas/3
Annotations
Unit of measure of the parameter.
Diagram
DiagramMeasureTypes_xsd_Simple_Type_diggs_AllUnits.tmp#AllUnits
Type diggs:AllUnits
Type hierarchy
Properties
content simple
minOccurs 0
Source
<element name="parameterUnits" type="diggs:AllUnits" minOccurs="0">
  <annotation>
    <documentation>Unit of measure of the parameter.</documentation>
  </annotation>
</element>
Complex Type diggs:ParameterType
Namespace http://diggsml.org/schemas/3
Annotations
Complex type: ParameterType
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_gml_id.tmp#idgml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_descriptionReference.tmp#descriptionReferencegml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifiergml3_2Profile_diggs_xsd_Element_gml_name.tmp#namegml3_2Profile_diggs_xsd_Element_Group_gml_StandardObjectProperties.tmp#StandardObjectPropertiesgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractGMLType.tmp#AbstractGMLTypegml3_2Profile_diggs_xsd_Element_gml_description.tmp#descriptiongml3_2Profile_diggs_xsd_Element_gml_identifier.tmp#identifierAbstractTypes_xsd_Complex_Type_diggs_AbstractComponentObjectBaseType.tmp#AbstractComponentObjectBaseTypeCommon_xsd_Complex_Type_diggs_ParameterType.tmp#ParameterType_indexCommon_xsd_Complex_Type_diggs_ParameterType.tmp#ParameterType_parameterNameCommon_xsd_Complex_Type_diggs_ParameterType.tmp#ParameterType_parameterValueCommon_xsd_Complex_Type_diggs_ParameterType.tmp#ParameterType_parameterMinValueCommon_xsd_Complex_Type_diggs_ParameterType.tmp#ParameterType_parameterMaxValueCommon_xsd_Complex_Type_diggs_ParameterType.tmp#ParameterType_parameterUnits
Type extension of diggs:AbstractComponentObjectBaseType
Type hierarchy
Used by
Model
Children diggs:parameterMaxValue, diggs:parameterMinValue, diggs:parameterName, diggs:parameterUnits, diggs:parameterValue, gml:description, gml:identifier
Attributes
QName Type Use Annotation
gml:id ID optional
Database handle for the object. It is of XML type ID, so is constrained to be
unique in the XML document within which it occurs. An external identifier for the object in
the form of a URI may be constructed using standard XML and XPointer methods. This is done
by concatenating the URI for the document, a fragment separator, and the value of the id
attribute.
index positiveInteger optional
An integer that indicates the order of the parameter
results.
Source
<complexType name="ParameterType">
  <annotation>
    <documentation>Complex type: ParameterType</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractComponentObjectBaseType">
      <sequence>
        <element minOccurs="1" name="parameterName" type="gml:CodeType">
          <annotation>
            <documentation>A description or code to what the value property represents.</documentation>
          </annotation>
        </element>
        <choice>
          <element minOccurs="1" name="parameterValue" type="string">
            <annotation>
              <documentation>A value associated with the name.</documentation>
            </annotation>
          </element>
          <sequence>
            <element name="parameterMinValue" type="double">
              <annotation>
                <documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the minimum value of the range.</documentation>
              </annotation>
            </element>
            <element minOccurs="0" name="parameterValue" type="string">
              <annotation>
                <documentation>A value associated with the name.</documentation>
              </annotation>
            </element>
            <element name="parameterMaxValue" type="double">
              <annotation>
                <documentation>For numeric parameter values where a value range is expressed instead of a fixed value, this property contains the maximum value of the range.</documentation>
              </annotation>
            </element>
          </sequence>
        </choice>
        <element name="parameterUnits" type="diggs:AllUnits" minOccurs="0">
          <annotation>
            <documentation>Unit of measure of the parameter.</documentation>
          </annotation>
        </element>
      </sequence>
      <attribute name="index" type="positiveInteger" use="optional">
        <annotation>
          <documentation>An integer that indicates the order of the parameter results.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Attribute diggs:ParameterType / @index
Namespace No namespace
Annotations
An integer that indicates the order of the parameter
results.
Type positiveInteger
Properties
use optional
Used by
Complex Type diggs:ParameterType
Source
<attribute name="index" type="positiveInteger" use="optional">
  <annotation>
    <documentation>An integer that indicates the order of the parameter results.</documentation>
  </annotation>
</attribute>