Class <<Type>> Organism

Broad class to represent any living or once living thing. This is the connection to taxonomy/biology for fossils.

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
 

Outbound Associations

Name Type Multiplicity From Class Notes
classifier ControlledConcept 1..* Organism Classifies the Organism with a formal nomenclature (ControlledConcept)
Association tagged values
Tag Value
sequenceNumber 2
 

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="Organism" substitutionGroup="gml:_GML" type="gsml:OrganismType">
    <xs:annotation>
        <xs:documentation>Broad class to represent any living or once living thing. This is the connection to taxonomy/biology for fossils.</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OrganismType">
    <xs:complexContent>
        <xs:extension base="gml:AbstractGMLType">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="1" name="classifier" type="gsml:ControlledConceptPropertyType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="OrganismPropertyType">
    <xs:sequence minOccurs="0">
        <xs:element ref="gsml:Organism"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>