Class <<FeatureType>> GSML

A collection container for items to be bundled in WFS response documents and other applications. FeatureType stereotype allows this to be a FeatureMember in a WFS_FeatureCollection.

Local Subclasses: (none)

Attributes

Name Type Bounds From Class Notes
 

Outbound Associations

Name Type Multiplicity From Class Notes
member GSMLitem 0..* GSML Points to a member of a GSML collection, which can be any of the GeoSciML classes that are listed in the GSMLitem union class.
Association tagged values
Tag Value
sequenceNumber 2
metadata MD_Metadata 0..1 GSML
Association tagged values
Tag Value
sequenceNumber 3
 

Constraints

Constraint Type Status Weight
self.metadata.hierarchylevel=dataset Invariant Approved 0.00
 

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="GSML" substitutionGroup="gml:_Feature" type="gsml:GSMLType">
    <xs:annotation>
        <xs:documentation>A collection container for items to be bundled in WFS response documents and other applications. FeatureType stereotype allows this to be a FeatureMember in a WFS_FeatureCollection.</xs:documentation>
    </xs:annotation>
</xs:element>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GSMLType">
    <xs:complexContent>
        <xs:extension base="gml:AbstractFeatureType">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0" name="member" type="gsml:GSMLitemPropertyType"/>
                <xs:element maxOccurs="1" minOccurs="0" name="metadata" type="gml:ReferenceType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GSMLPropertyType">
    <xs:sequence minOccurs="0">
        <xs:element ref="gsml:GSML"/>
    </xs:sequence>
    <xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>