<element name="time" type="diggs:TimeIntervalPropertyType" minOccurs="0"><annotation><documentation>Date/time when this event information was recorded</documentation></annotation></element>
<element maxOccurs="unbounded" minOccurs="0" name="infoRecorded" type="diggs:ParameterPropertyType"><annotation><documentation>Other associated data measured or observed at this time</documentation></annotation></element>
Complex Type diggs:AbstractEventType
Namespace
http://diggsml.org/schemas/3
Annotations
Base type for event objects that record time-based or location-based occurrences during investigations.
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="AbstractEventType" abstract="true"><annotation><documentation>Base type for event objects that record time-based or location-based occurrences during investigations.</documentation></annotation><complexContent><extension base="diggs:AbstractObjectType"><sequence><element minOccurs="0" ref="diggs:location"><annotation><documentation>The measured depth interval over which the event takes place, recorded in the hole's linear referencing system.</documentation></annotation></element><element name="time" type="diggs:TimeIntervalPropertyType" minOccurs="0"><annotation><documentation>Date/time when this event information was recorded</documentation></annotation></element><element maxOccurs="unbounded" minOccurs="0" name="infoRecorded" type="diggs:ParameterPropertyType"><annotation><documentation>Other associated data measured or observed at this time</documentation></annotation></element></sequence></extension></complexContent></complexType>