| diagram | ![]() |
||||
| namespace | http://www.opengis.net/sensorML/1.0.1 | ||||
| type | restriction of gml:AbstractFeatureType | ||||
| properties |
|
||||
| children | gml:description gml:name gml:boundedBy | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:complexType name="AbstractSMLType" abstract="true"> <xs:annotation> <xs:documentation>Main Abstract SensorML Object</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:AbstractFeatureType"> <xs:sequence> <xs:sequence> <xs:sequence> <xs:element ref="gml:description" minOccurs="0"/> <xs:element ref="gml:name" minOccurs="0"> <xs:annotation> <xs:documentation>The gml:name property should be used only as a label in SensorML, and thus is limited to one occurence. Multiple robust and well defined identifiers can be provided in the identification section. </xs:documentation> </xs:annotation> </xs:element> <xs:element ref="gml:boundedBy" minOccurs="0"> <xs:annotation> <xs:documentation>Specifies the possible extent of the component location</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:sequence> </xs:sequence> </xs:restriction> </xs:complexContent> </xs:complexType> |