Base type for all DIGGS objects, including required gmlid, description and identifier properties. This is the fundamental abstract type for objects (non-feature objects) in DIGGS, that represent supporting information like methods, structures and metadata, rather than primary geotechnical features.
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="AbstractObjectBaseType" abstract="true"><annotation><documentation>Base type for all DIGGS objects, including required gmlid, description and identifier properties. This is the fundamental abstract type for objects (non-feature objects) in DIGGS, that represent supporting information like methods, structures and metadata, rather than primary geotechnical features.</documentation></annotation><complexContent><extension base="diggs:AbstractDiggsType"><sequence><element ref="gml:description" minOccurs="0"/><element minOccurs="0" ref="gml:identifier"/></sequence></extension></complexContent></complexType>