Concrete type for general in-situ test procedures. Directly extendsAbstractInsituTestProcedureType without adding additional elements. Used when nospecialized in-situ test procedure type is needed.
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="InsituTestProcedureType"><annotation><documentation>Concrete type for general in-situ test procedures. Directly extends AbstractInsituTestProcedureType without adding additional elements. Used when no specialized in-situ test procedure type is needed.</documentation></annotation><complexContent><extension base="diggs:AbstractInsituTestProcedureType"><sequence/></extension></complexContent></complexType>