Skip to content

Properties Common To All Pile Objects

Dan Ponti edited this page Jun 20, 2024 · 19 revisions

AbstractLinearInstallation

Pile objects belong to the Installation object class and therefore inherit the following properties from the AbstractLinearInstallation object:

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..*
investigationTarget:
investigationTargetEnumExtType
A description of the target of the investigation for this feature. It can include a feature of interest for an exploratory investigation, or the type of feature that an activity is performed on. The values derive from a controlled list of terms that can be modified by prefacing the term with "Other:". 1..*
projectRef
FeatureReferenceType
A reference to a project that uses the feature within its business activity. The project referenced here is the associated project for this instance 1
originalProjectRef
FeatureReferenceType
A reference to the project that first established this feature 0..1
associatedProjectRef
FeatureReferenceType
A reference to a project that uses the feature within its business activity. The associated project is not intended to be the one that established the feature in the first place. The property originalProjectRef should be used for that purpose. 0..*
programRef
FeatureReferenceType
A reference to a program that is associated with this feature. 0..1
environment
EnvrironmentPropertyType
Reference to an object containing environmental parameters recorded during construction of the sampling feature. 0..*
odtherSamplingFeatureProperty
ParameterPropertyType
Reference to an Parameter object containing the name, value or range of values and unit of measure of a property or a measurement parameter (result). 0..*
locality
LocalityPropertyType
A reference to a Locality object, containing non-coordinate location information for a feature. 0..1
referencePoint
PointLocationPropertyType
Reference to a PointLocation object that defines the location of the samplingFeature (usually a location at the ground surface) within a well-known 3D CRS or combined CRS (geographic or projected, and elevation), as an extension of gml:Point object with an additional uncertainty property. 1
localCoordinates
LocalCoordinatePropertyType
A reference to a LocalCoordinate object that holds the values of local coordinates for the reference point of the associated feature. 0..1
centerLine
LinearExtentPropertyType
A reference to a LinearExtent object that represents the linear geometry of the feature, defining its shape and location. For a borehole for example, the linestring would represent the borehole's trajectory in 3D space. Multiple centerlines can be defined (all associated with the same reference point) to define complex objects such as a wellbore with sidetracks, or different reference datums for a single borehole. 1..*
linearReferencing
LinearSpatialReferenceSystemPropertyType
A reference to a LinearSpatialReferenceSystem object for this sampling feature. A linear SRS allows other objects to reference their position (location) on the sampling feature with 1D coordinates that represents distance along the linear sampling feature, typically from the centerline origin. For sampling features such as boreholes the linear SRS coordinates define measured depths down the hole's centerline. 0..*
plunge
eml:PlaneAngleMeasureExt
For an inclined feature, the plunge angle, measured from the horizontal, positive up 0..1
bearing
BearingType
For an inclined feature, the direction of plunge, positive clockwise from the reference azimuth, as expressed in the refAzimuth attribute. 0..1
samplingFeatureRef
FeatureReferenceType
A reference to a sampling feature from which data are obtained or in which an activity occurs. 1
installationConstructionEvent
InstallationEventPropertyType
A reference to an InstallationEvent object that holds information on the occurrence and activities involved during construction of the installation within the sampling feature. 0..*

AbstractPile

AbstractPile inherits from AbstractInstallation and contains the following properties common to all pile objects:

Property or Attribute Name Type Definition Cardinality
whenInstalled
TimeIntervalType
0..1
groundSurfaceElevation
eml:LengthMeasureExt
1
cutoffElevation
eml:LengthMeasureExt
1
jettingElevation
eml:LengthMeasureExt
0..1
totalPileLength
eml:LengthMeasureExt
0..1
weightPerLength
eml:ForcePerLengthMeasureExt
0..1
tipDeviationNorth
eml:LengthMeasureExt
0..1
tipDeviationEast
eml:LengthMeasureExt
0..1
lengthAboveGroundSurface
eml:LengthMeasureExt
0..1
lengthBelowGroundSurface
eml:LengthMeasureExt
0..1
lengthNonFriction
eml:LengthMeasureExt
0..1
intervalData
IntervalDataPropertyType
1..*
productionPile
boolean
0..1
testPile
boolean
0..1
nominalCapacity
eml:ForceMeasureExt
0..1
finalTipElevation
eml:LengthMeasureExt
0..1

IntervalDataPropertyType

Contains one IntervalData object with the following properties:

Property or Attribute Name
Type
Definition Cardinality
@gml:id
ID
0..1
intervalLocation
LinearExtentPropertyType
1
widthAtTop
eml:LengthMeasureExt
1
widthAtBottom
eml:LengthMeasureExt
1
pileMaterial
gml:CodeType
0..1
pileShape
gml:CodeType
0..1

HOME

NEWS

Schema Development

Learning Resources

Clone this wiki locally