Definition Type: ComplexType
Name: AbstractSMLType
Namespace: http://www.opengis.net/sensorML/1.0.1
Type: gml:AbstractFeatureType
Containing Schema: base.xsd
Abstract True
Documentation:
Main Abstract SensorML Object
Collapse XSD Schema Diagram:
Drilldown into boundedBy Drilldown into name Drilldown into description Drilldown into location Drilldown into boundedBy Drilldown into id Drilldown into name Drilldown into description Drilldown into metaDataProperty Drilldown into AbstractGMLType Drilldown into AbstractFeatureTypeXSD Diagram of AbstractSMLType
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
name gml:name 0 unbounded
boundedBy gml:boundedBy 0 (1)
location gml:location 0 (1)
description sml:description 0 (1)
name sml:name 0 (1)
boundedBy sml:boundedBy 0 (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id Optional
Collapse Derivation Tree:
Collapse References:
sml:AbstractProcessType
Collapse Comments:
blog comments powered by Disqus