complexType AbstractSMLType
diagram SensorML_p441.png
namespace http://www.opengis.net/sensorML/1.0.1
type restriction of gml:AbstractFeatureType
properties
base gml:AbstractFeatureType
abstract true
children gml:description gml:name gml:boundedBy
used by
complexType AbstractProcessType
annotation
documentation
Main Abstract SensorML Object
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy