Class <<Type>> DefiningStructure (extends GeologicFeatureRelation )
Describes the related GeologicStructure which defines a DeformationUnit. That is, a geologic unit defined by its deformation character, eg a shear zone.
Local Subclasses: (none)Attributes
Name | Type | Bounds | From Class | Notes |
---|
Outbound Associations
Name | Type | Multiplicity | From Class | Notes |
---|
Constraints
Constraint | Type | Status | Weight |
---|---|---|---|
source must be GeologicUnit where geologicUnitType="DeformationUnit" | Invariant | Approved | 0,00 |
target must be GeologicStructure | Invariant | Approved | 100,00 |
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="DefiningStructure" type="gsmlst:DefiningStructureType" substitutionGroup="gsml:GeologicFeatureRelation"> <xs:annotation> <xs:documentation>Describes the related GeologicStructure which defines a DeformationUnit. That is, a geologic unit defined by its deformation character, eg a shear zone.</xs:documentation> </xs:annotation> </xs:element> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DefiningStructureType"> <xs:complexContent> <xs:extension base="gsml:GeologicFeatureRelationType"/> </xs:complexContent> </xs:complexType> <xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="DefiningStructurePropertyType"> <xs:sequence minOccurs="0"> <xs:element ref="gsmlst:DefiningStructure"/> </xs:sequence> <xs:attributeGroup ref="gml:AssociationAttributeGroup"/> <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/> </xs:complexType> |