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 | 1..* | 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. | ||||||||
|
||||||||||||
metadata | MD_Metadata | 0..1 | GSML | |||||||||
|
||||||||||||
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 |
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:AbstractFeature" type="gsmlc: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="1" name="member" type="gsmlc:GSMLitemPropertyType"> <xs:annotation> <xs:documentation>Points to a member of a GSML collection, which can be any of the GeoSciML classes that are listed in the GSMLitem union class.</xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="1" minOccurs="0" name="metadata" nillable="true" type="gmd:MD_Metadata_PropertyType"/> </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="gsmlc:GSML"/> </xs:sequence> <xs:attributeGroup ref="gml:AssociationAttributeGroup"/> <xs:attributeGroup ref="gml:OwnershipAttributeGroup"/> </xs:complexType> |