A test event is a time-based or location-based recordingof instantaneous conditions or parameters associated with an in-situtest, such as casing depth, water level, or any custom parameters.This property holds one or more Event objects; Event objects areassociated with the type of sampling feature that the in-situ testis performed in. For example, for a standard penetration testperformed in a borehole, a BoreholeEvent object would be used in thetestEvents property to record the depth to water at various timesduring the test.
<element minOccurs="0" name="testEvent" type="diggs:InSituTestEventPropertyType" maxOccurs="unbounded"><annotation><documentation>A test event is a time-based or location-based recording of instantaneous conditions or parameters associated with an in-situ test, such as casing depth, water level, or any custom parameters. This property holds one or more Event objects; Event objects are associated with the type of sampling feature that the in-situ test is performed in. For example, for a standard penetration test performed in a borehole, a BoreholeEvent object would be used in the testEvents property to record the depth to water at various times during the test.</documentation></annotation></element>
Complex Type diggs:AbstractInsituTestProcedureType
Namespace
http://diggsml.org/schemas/3
Annotations
Base type for in-situ test procedures performed at sampling features without removing specimens.
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 abstract="true" name="AbstractInsituTestProcedureType"><annotation><documentation>Base type for in-situ test procedures performed at sampling features without removing specimens.</documentation></annotation><complexContent><extension base="diggs:AbstractTestProcedureType"><sequence><element minOccurs="0" name="testEvent" type="diggs:InSituTestEventPropertyType" maxOccurs="unbounded"><annotation><documentation>A test event is a time-based or location-based recording of instantaneous conditions or parameters associated with an in-situ test, such as casing depth, water level, or any custom parameters. This property holds one or more Event objects; Event objects are associated with the type of sampling feature that the in-situ test is performed in. For example, for a standard penetration test performed in a borehole, a BoreholeEvent object would be used in the testEvents property to record the depth to water at various times during the test.</documentation></annotation></element></sequence></extension></complexContent></complexType>