Definition Type: ComplexType
Name: LocationPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: feature.xsd
Abstract
Documentation:
Convenience property for generalised location. A representative location for plotting or analysis. Often augmented by one or more additional geometry properties with more specific semantics. Deprecated in GML 3.1.0
Collapse XSD Schema Diagram:
Drilldown into Null in schema basictypes_xsd Drilldown into LocationString in schema feature_xsd Drilldown into LocationKeyWord in schema feature_xsd Drilldown into _Geometry in schema geometrybasic0d1d_xsd Drilldown into remoteSchema in schema gmlbase_xsd Drilldown into actuate in schema xlink_xsd Drilldown into show in schema xlink_xsd Drilldown into title in schema xlink_xsd Drilldown into arcrole in schema xlink_xsd Drilldown into role in schema xlink_xsd Drilldown into href in schema xlink_xsd Drilldown into type in schema xlink_xsd Drilldown into simpleAttrs in schema xlink_xsd Drilldown into AssociationAttributeGroup in schema gmlbase_xsdXSD Diagram of LocationPropertyType in schema feature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="LocationPropertyType">
    <annotation>
        <documentation>Convenience property for generalised location.  
      A representative location for plotting or analysis.  
      Often augmented by one or more additional geometry properties with more specific semantics.</documentation>
        <documentation>Deprecated in GML 3.1.0</documentation>
    </annotation>
    <sequence minOccurs="0">
        <choice>
            <element ref="gml:_Geometry" />
            <element ref="gml:LocationKeyWord" />
            <element ref="gml:LocationString" />
            <element ref="gml:Null" />
        </choice>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Geometry gml:_Geometry (1) (1)
LocationKeyWord gml:LocationKeyWord (1) (1)
LocationString gml:LocationString (1) (1)
Null gml:Null (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:locationgml:PriorityLocationPropertyType,