<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>
A controlled list of terms that decribe the type of limitreported. Allowable values are: upper lower method quantificationreporting minimum allowable value maximum allowablevalue
<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>
Complex Type diggs:LimitType
Namespace
http://diggsml.org/schemas/3
Annotations
Type for detection or measurement limits. Contains constraint, limittype, value, and out-of-limit value. Used to document detection limits,quantification limits, and other measurement constraints.
Database handle for the object. It is of XML type ID, so is constrained to beunique in the XML document within which it occurs. An external identifier for the object inthe form of a URI may be constructed using standard XML and XPointer methods. This is doneby concatenating the URI for the document, a fragment separator, and the value of the idattribute.
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>