-
Notifications
You must be signed in to change notification settings - Fork 5
Properties common to all Pile Driving Equipment Objects
Dan Ponti edited this page Jun 20, 2024
·
6 revisions
All piling equipment objects inherit properties from AbstractPilingEquipment, a spectialization of AbstractEquipment. These properties are as follows:
Property or Attribute Name Type |
Definition | Cardinality | |
---|---|---|---|
@gml:id ID |
Database handle for the object. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs. An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods. This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute. | 1 | |
gml:description string |
The value of this property is a text description of the object. | 0..1 | |
gml:identifier gml:CodeWithAuthorityType |
Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers. | 0..1 | |
gml:name gml:CodeType |
The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace. | 0..* | |
status [gml:CodeType |
A text string to provide information about the status of the data associated with this object, for example to be used to track QA/QC controls, review or release status, etc. The values used are intended to come from a controlled list of terms maintained by an authority desingated by this element's codeSpace attribute. | 0..1 | |
implementationStatus [gml:CodeType |
A text string describing the implementation status of the object or the completion status of the activity. Termes used (usch as in progress, completed, etc.) are intended to come from a controlled list of terms from a dictionary or authority identified in the codeSpace attribute. | 0..1 | |
associatedFile AssociatedFilePropertyType |
A reference to an AssociatedFile object that provides information about external files or documents associated with this feature. The target value is indicated in the appinfo element. | 0..* | |
role RolePropertyType |
A reference to a Role object that dentifies a specific role or task performed that is associated with this specific feature, the person or organization that performed the role, and associated time frame, if applicable. | 0..* | |
remark RemarkPropertyType |
A reference to a Remark object that provies a comment or remark associated with this specific feature. | 0..* | |
class gml:CodeType |
The class or type of equipment - eg. drill rig, CPT rig, etc. Intended to come from a controlled list. | 0..1 | |
make DiggsStringType |
The manufacturer or brand of the equipment | 0..1 | |
modelNumber DiggsStringType |
The model name or number of the equipment | 0..1 | |
serialNumber DiggsStringType |
The serial number that identifies the unique equipment item. | 0..1 | |
calibrationAuditTrail CalibrationPropertyType |
A reference to a Calibration object that stores calibration information for the equipment | 0..* | |
otherEquipmentProperty ParameterPropertyType |
Reference to a Parameter object containing the name, value or range of values and unit of measure of a property or a measurement parameter (result). | 0..* |
- Rock Grouting
-
Deep Foundations
-
Pile Objects
- SteelHPile
- SteelPipePile
- ConcretePile
- TimberPile
- CompositePile (not yet implemented)
- CastInPlacePile (not yet implemented)
-
Pile Driving Equipment Objects
-
Pile Driving Activity Objects
-
PileDrivingActivity
- PileDrivingRecord
- PDARecord (not yet implemented)
- VibrationRecord (not yet implemented)
- CastInPlaceActivity (not yet implemented)
-
PileDrivingActivity
-