Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element diggs:LimitType / diggs:constraint
Namespace http://diggsml.org/schemas/3
Annotations
The constraint defines a condition under which the limit
applies
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 0
maxOccurs 1
Attributes
QName Type Use
codeSpace anyURI optional
Source
<element maxOccurs="1" minOccurs="0" name="constraint" type="gml:CodeType">
  <annotation>
    <documentation>The constraint defines a condition under which the limit applies</documentation>
  </annotation>
</element>
Element diggs:LimitType / diggs:limitType
Namespace http://diggsml.org/schemas/3
Annotations
A controlled list of terms that decribe the type of limit
reported. Allowable values are: upper lower method quantification
reporting minimum allowable value maximum allowable
value
Diagram
DiagramCommon_xsd_Simple_Type_diggs_QualifierEnumExtType.tmp#QualifierEnumExtType
Type diggs:QualifierEnumExtType
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<element maxOccurs="1" minOccurs="1" name="limitType" type="diggs:QualifierEnumExtType">
  <annotation>
    <documentation>A controlled list of terms that decribe the type of limit reported. Allowable values are: upper lower method quantification reporting minimum allowable value maximum allowable value</documentation>
  </annotation>
</element>
Element diggs:LimitType / diggs:value
Namespace http://diggsml.org/schemas/3
Annotations
The value of the limit.
Diagram
Diagram
Type string
Properties
content simple
minOccurs 1
maxOccurs 1
Source
<element maxOccurs="1" minOccurs="1" name="value" type="string">
  <annotation>
    <documentation>The value of the limit.</documentation>
  </annotation>
</element>
Element diggs:LimitType / diggs:outOfLimitValue
Namespace http://diggsml.org/schemas/3
Annotations
The out of limit value.
Diagram
Diagram
Type string
Properties
content simple
Source
<element name="outOfLimitValue" type="string">
  <annotation>
    <documentation>The out of limit value.</documentation>
  </annotation>
</element>
Complex Type diggs:LimitType
Namespace http://diggsml.org/schemas/3
Annotations
Type for detection or measurement limits. Contains constraint, limit
type, value, and out-of-limit value. Used to document detection limits,
quantification limits, and other measurement constraints.
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#AbstractComponentObjectBaseTypegml3_2Profile_diggs_xsd_Element_gml_name.tmp#nameCommon_xsd_Element_diggs_status.tmp#statusAbstractTypes_xsd_Complex_Type_diggs_AbstractComponentObjectType.tmp#AbstractComponentObjectType_remarkAbstractTypes_xsd_Complex_Type_diggs_AbstractComponentObjectType.tmp#AbstractComponentObjectTypeCommon_xsd_Complex_Type_diggs_LimitType.tmp#LimitType_constraintCommon_xsd_Complex_Type_diggs_LimitType.tmp#LimitType_limitTypeCommon_xsd_Complex_Type_diggs_LimitType.tmp#LimitType_valueCommon_xsd_Complex_Type_diggs_LimitType.tmp#LimitType_outOfLimitValue
Type extension of diggs:AbstractComponentObjectType
Type hierarchy
Used by
Element diggs:Limit
Model
Children diggs:constraint, diggs:limitType, diggs:outOfLimitValue, diggs:remark, diggs:status, diggs:value, gml:description, gml:identifier, gml:name
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.
Source
<complexType name="LimitType">
  <annotation>
    <documentation>Type for detection or measurement limits. Contains constraint, limit type, value, and out-of-limit value. Used to document detection limits, quantification limits, and other measurement constraints.</documentation>
  </annotation>
  <complexContent>
    <extension base="diggs:AbstractComponentObjectType">
      <sequence>
        <element maxOccurs="1" minOccurs="0" name="constraint" type="gml:CodeType">
          <annotation>
            <documentation>The constraint defines a condition under which the limit applies</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="1" name="limitType" type="diggs:QualifierEnumExtType">
          <annotation>
            <documentation>A controlled list of terms that decribe the type of limit reported. Allowable values are: upper lower method quantification reporting minimum allowable value maximum allowable value</documentation>
          </annotation>
        </element>
        <element maxOccurs="1" minOccurs="1" name="value" type="string">
          <annotation>
            <documentation>The value of the limit.</documentation>
          </annotation>
        </element>
        <element name="outOfLimitValue" type="string">
          <annotation>
            <documentation>The out of limit value.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>