complexType AbstractDerivableComponentType
diagram SensorML_p27.png
namespace http://www.opengis.net/sensorML/1.0.1
type extension of sml:AbstractProcessType
properties
base sml:AbstractProcessType
abstract true
children gml:description gml:name gml:boundedBy sml:keywords sml:identification sml:classification sml:validTime sml:securityConstraint sml:legalConstraint sml:characteristics sml:capabilities sml:contact sml:documentation sml:history sml:spatialReferenceFrame sml:temporalReferenceFrame sml:location sml:position sml:timePosition sml:interfaces
used by
complexTypes AbstractComponentType ComponentArrayType
annotation
documentation
Complex Type to allow creation of component profiles by extension
source <xs:complexType name="AbstractDerivableComponentType" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Complex Type to allow creation of component profiles by extension</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="sml:AbstractProcessType">
     
<xs:sequence>
       
<xs:element ref="sml:spatialReferenceFrame" minOccurs="0"/>
       
<xs:element ref="sml:temporalReferenceFrame" minOccurs="0"/>
       
<xs:choice minOccurs="0">
         
<xs:element ref="sml:location"/>
         
<xs:element ref="sml:position"/>
       
</xs:choice>
       
<xs:element ref="sml:timePosition" minOccurs="0"/>
       
<xs:element ref="sml:interfaces" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>


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