Base type for all procedure objects. Procedures define methods, standards, and specifications for conducting activities within DIGGS. This includes test procedures (how tests are conducted), sampling procedures (how samples are collected), monitoring procedures (how sensors collect data), and other methodological specifications. Procedures can reference published standards (e.g., ASTM, ISO) or describe custom methods specific to a project.
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="AbstractProcedureType"><annotation><documentation>Base type for all procedure objects. Procedures define methods, standards, and specifications for conducting activities within DIGGS. This includes test procedures (how tests are conducted), sampling procedures (how samples are collected), monitoring procedures (how sensors collect data), and other methodological specifications. Procedures can reference published standards (e.g., ASTM, ISO) or describe custom methods specific to a project.</documentation></annotation><complexContent><extension base="diggs:AbstractFeatureType"><sequence/></extension></complexContent></complexType>