Class <<FeatureType>> BoreholeCollar
Feature corresponding to the start point of a borehole.
These are often plotted on a map.
Attributes
| Name | Type | Bounds | From Class | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| location | GM_Point | 1..1 | BoreholeCollar | The location of the BoreholeCollar | ||||||
|
||||||||||
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| borehole | Borehole | 0..* | BoreholeCollar | The hole that has this collar for its start point | ||||||
|
||||||||||
Constraints
| Constraint | Type | Status | Weight |
|---|
Tagged values
| Tag | Value | Notes |
|---|---|---|
| byValuePropertyType | false | Values: true,false Default: false Description: enforce the 'by value' property pattern without xl |
| hasXmlLang | false | Values: true | false Default: false Description: axml attribute xml:lang shall be generated for the type representing the class |
| isCollection | false | Values: true,false Default: false Description: attribute group gml:AggregationAttributeGroup is a |
| noPropertyType | false | Values: true,false Default: false Description: suppress automatic creation of *PropertyType compl |
GML-conformant XML Implementation Details
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholeCollar" substitutionGroup="gml:_Feature" type="gsml:BoreholeCollarType">
<xs:annotation>
<xs:documentation>Feature corresponding to the start point of a borehole.
These are often plotted on a map.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholeCollarType">
<xs:complexContent>
<xs:extension base="gml:AbstractFeatureType">
<xs:sequence>
<xs:element name="location" type="gml:PointPropertyType">
<xs:annotation>
<xs:documentation>The location of the BoreholeCollar</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="borehole" type="gsml:BoreholePropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BoreholeCollarPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsml:BoreholeCollar"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>
|