<element name="class" type="gml:CodeType" minOccurs="0" maxOccurs="1"><annotation><documentation>The class or type of equipment - eg. drill rig, CPT rig, etc. Intended to come from a controlled list.</documentation></annotation></element>
<element name="make" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The manufacturer or brand of the equipment</documentation></annotation></element>
<element name="modelNumber" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The model name or number of the equipment</documentation></annotation></element>
The serial number that identifies the unique equipmentitem.
Diagram
Type
string
Properties
content
simple
minOccurs
0
maxOccurs
1
Source
<element name="serialNumber" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The serial number that identifies the unique equipment item.</documentation></annotation></element>
<element name="calibrationAuditTrail" type="diggs:CalibrationPropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>A reference to a Calibration object that stores calibration information for the equipment</documentation></annotation></element>
<element maxOccurs="unbounded" minOccurs="0" name="otherEquipmentProperty" type="diggs:ParameterPropertyType"><annotation><documentation>Reference to a Parameter object containing the name, value or range of values and unit of measure of a property.</documentation></annotation></element>
Complex Type diggs:AbstractEquipmentType
Namespace
http://diggsml.org/schemas/3
Annotations
Base type for equipment objects used in geotechnical investigations. Includes manufacturer, model, serial number, and calibration information.
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="AbstractEquipmentType" abstract="true"><annotation><documentation>Base type for equipment objects used in geotechnical investigations. Includes manufacturer, model, serial number, and calibration information.</documentation></annotation><complexContent><extension base="diggs:AbstractFeatureType"><sequence><element name="class" type="gml:CodeType" minOccurs="0" maxOccurs="1"><annotation><documentation>The class or type of equipment - eg. drill rig, CPT rig, etc. Intended to come from a controlled list.</documentation></annotation></element><element name="make" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The manufacturer or brand of the equipment</documentation></annotation></element><element name="modelNumber" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The model name or number of the equipment</documentation></annotation></element><element name="serialNumber" type="string" minOccurs="0" maxOccurs="1"><annotation><documentation>The serial number that identifies the unique equipment item.</documentation></annotation></element><element name="calibrationAuditTrail" type="diggs:CalibrationPropertyType" minOccurs="0" maxOccurs="unbounded"><annotation><documentation>A reference to a Calibration object that stores calibration information for the equipment</documentation></annotation></element><element maxOccurs="unbounded" minOccurs="0" name="otherEquipmentProperty" type="diggs:ParameterPropertyType"><annotation><documentation>Reference to a Parameter object containing the name, value or range of values and unit of measure of a property.</documentation></annotation></element></sequence></extension></complexContent></complexType>