Base type for individual trials or repetitions within a test procedure. Many test procedures involve multiple trials (e.g., multiple readings, repeat measurements, or staged loading sequences). Each trial represents a discrete execution of the test methodology, and the trial results can be aggregated or analyzed to produce the final test result. Common examples include multiple blows in a Standard Penetration Test or repeated readings in a laboratory consolidation test.
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="AbstractProcedureTrialType" abstract="true"><annotation><documentation>Base type for individual trials or repetitions within a test procedure. Many test procedures involve multiple trials (e.g., multiple readings, repeat measurements, or staged loading sequences). Each trial represents a discrete execution of the test methodology, and the trial results can be aggregated or analyzed to produce the final test result. Common examples include multiple blows in a Standard Penetration Test or repeated readings in a laboratory consolidation test.</documentation></annotation><complexContent><extension base="diggs:AbstractObjectType"><sequence><element maxOccurs="unbounded" minOccurs="0" name="otherProperty" type="diggs:ParameterPropertyType"/></sequence></extension></complexContent></complexType>