Definition Type: ComplexType
Name: TargetPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: observation.xsd
Abstract False
Documentation:
Container for an object representing the target or subject of an observation.
Collapse XSD Schema Diagram:
Drilldown into remoteSchema Drilldown into actuate Drilldown into show Drilldown into title Drilldown into arcrole Drilldown into role Drilldown into href Drilldown into type Drilldown into _Geometry Drilldown into _FeatureXSD Diagram of TargetPropertyType
Collapse XSD Schema Code:
<complexType name="TargetPropertyType">
    <annotation>
        <documentation>Container for an object representing the target or subject of an observation.</documentation>
    </annotation>
    <sequence minOccurs="0">
        <choice>
            <element ref="gml:_Feature" />
            <element ref="gml:_Geometry" />
        </choice>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Feature gml:_Feature (1) (1)
_Geometry gml:_Geometry (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href Optional
role xlink:role Optional
arcrole xlink:arcrole Optional
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
remoteSchema gml:remoteSchema Optional
Collapse Derivation Tree:
Collapse References:
gml:subject, gml:target
Collapse Comments:
blog comments powered by Disqus