TestDetail
Unique details for the parent element
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: TestDetailType
Properties: Global, Qualified, ID: oagis-id-8d57f0c5059747c9a9db02064f43e136
Content
- Sequence [1..1]
- DocumentReference [0..*]
- Attachment [0..*] The Attachment represents binary data files that may be included within a BOD. These files replace the paper specifications and drawings attached to a BOD definition to clearly communicate design requirements. This Data Type is optional. Attachment usage is further defined by its position.
- TestMethodValue [0..*] The actual method or process used to perform a test
- MeasureRange [0..*] Specifies the upper and lower limits of a specific measurement
- AcceptableValue [0..*] The value that would represents a satisfactory outcome
- AcceptableNameValueRange [0..*] A representation of some limits usually expressed as a high and low limit
- DesiredPointValue [0..*]
- EnvironmentalParameterValue [0..*]
- Extension [0..1]
from type IdentificationTypefrom type TestDetailBaseTypefrom group ReferencesGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type TestRequestBaseType
- Type TestRequestType via extension of TestRequestBaseType (Element TestRequest)
- Type TestResultBaseType
- Type TestResultType via extension of TestResultBaseType (Element TestResult)
Sample instance
<TestDetail> <ID/> <IDSet> <ID/> </IDSet> <DocumentReference> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <DocumentIDSet> <ID/> </DocumentIDSet> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <Status> <ID/> <IDSet>... </IDSet> <Code/> <Description/> <ReasonCode>normalizedString</ReasonCode> <Reason/> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Extension>....................................... </Extension> </Status> <LineNumberID/> <LineIDSet> <ID/> </LineIDSet> <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> </DocumentReference> <Attachment> <ID/> <IDSet> <ID/> </IDSet> <EmbeddedDataBinaryObject/> <URI>normalizedString</URI> <ISBN>normalizedString</ISBN> <FileName/> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <FileTypeCode>normalizedString</FileTypeCode> <FileSizeQuantity>1.0</FileSizeQuantity> <Title/> <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> </Attachment> <TestMethodValue name="normalizedString">string</TestMethodValue> <MeasureRange> <MinimumMeasure>1.0</MinimumMeasure> <MaximumMeasure>1.0</MaximumMeasure> </MeasureRange> <AcceptableValue name="normalizedString">string</AcceptableValue> <AcceptableNameValueRange> <UpperLimit name="normalizedString">string</UpperLimit> <LowerLimit name="normalizedString">string</LowerLimit> </AcceptableNameValueRange> <DesiredPointValue name="normalizedString">string</DesiredPointValue> <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> </TestDetail>