Class <<FeatureType>> Outcrop (extends SamplingPoint )
The place where a rock body or rock surface emerges at the earth's surface. An outcrop may be concealed beneath superficial deposits such as peat or alluvium.
Local Subclasses: (none)Attributes
| Name | Type | Bounds | From Class | Notes |
|---|
Outbound Associations
| Name | Type | Multiplicity | From Class | Notes |
|---|
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 |
| 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="Outcrop" substitutionGroup="sa:SamplingPoint" type="gsml:OutcropType">
<xs:annotation>
<xs:documentation>The place where a rock body or rock surface emerges at the earth's surface. An outcrop may be concealed beneath superficial deposits such as peat or alluvium.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OutcropType">
<xs:complexContent>
<xs:extension base="sa:SamplingPointType"/>
</xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OutcropPropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="gsml:Outcrop"/>
</xs:sequence>
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>
|