Quantitative
The quantitative result from a test or analysis
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: QuantitativeType
Properties: Global, Qualified, ID: oagis-id-68c1b314193d4756ac971249daeb737d
Content
- Sequence [1..1]
- ResultValue [0..*] NameValue pair for representing a test or analysis result
- AcceptableValue [0..1] The value that would represents a satisfactory outcome
- AcceptableNameValueRange [0..*] A representation of some limits usually expressed as a high and low limit
- TestedPointValue [0..*]
- EnvironmentalParameterValue [0..*]
- Extension [0..1]
from type IdentificationTypefrom type QuantitativeBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type ResultsBaseType
- Type ResultsType via extension of ResultsBaseType (Element Results)
Sample instance
<Quantitative> <ID/> <IDSet> <ID/> </IDSet> <ResultValue name="normalizedString">string</ResultValue> <AcceptableValue name="normalizedString">string</AcceptableValue> <AcceptableNameValueRange> <UpperLimit name="normalizedString">string</UpperLimit> <LowerLimit name="normalizedString">string</LowerLimit> </AcceptableNameValueRange> <TestedPointValue name="normalizedString">string</TestedPointValue> <EnvironmentalParameterValue name="normalizedString">string</EnvironmentalParameterValue> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </Quantitative>