Class <<FeatureType>> NonDirectionalStructure (extends GeologicStructure )

Structures present in geology that do not have a preferred orientation
Includes small-scale structures that are characteristic of the geologic unit, e.g. herringbone crossbedding, mudcracks, graded bedding, planar lamination, miarolitic cavities, nebulitic structure, trace fossils, fossil molds

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
structureType NonDirectionalStructureTypeTerm 1..1 NonDirectionalStructure The type of non oriented structure. Examples include miarolitic cavity, flame structure, load cast, shatter cone, trace fossil, fossil mold
Attribute tagged values
Tag Value
inlineOrByReference byReference
sequenceNumber 1
 

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="NonDirectionalStructure" type="gsmlst:NonDirectionalStructureType" substitutionGroup="gsmlst:GeologicStructure">
    <xs:annotation>
        <xs:documentation>Structures present in geology that do not have a preferred orientation
Includes small-scale structures that are characteristic of the geologic unit, e.g. herringbone crossbedding, mudcracks, graded bedding, planar lamination, miarolitic cavities, nebulitic structure, trace fossils, fossil molds</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NonDirectionalStructureType">
    <xs:complexContent>
        <xs:extension base="gsmlst:GeologicStructureType">
            <xs:sequence>
                <xs:element name="structureType" type="gml:ReferenceType">
                    <xs:annotation>
                        <xs:appinfo>
                            <gml:targetElement xmlns:gml="http://www.opengis.net/gml/3.2">gsmlst:NonDirectionalStructureTypeTerm</gml:targetElement>
                        </xs:appinfo>
                        <xs:documentation>The type of non oriented structure.  Examples include miarolitic cavity, flame structure, load cast, shatter cone, trace fossil, fossil mold</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NonDirectionalStructurePropertyType">
    <xs:sequence minOccurs="0">
        <xs:element ref="gsmlst:NonDirectionalStructure"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
    <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
</xs:complexType>