complexType LocationPropertyType
diagram index_p959.png
namespace http://www.opengis.net/gml
children gml:_Geometry gml:LocationKeyWord gml:LocationString gml:Null
used by
element location
complexType PriorityLocationPropertyType
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
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
Deprecated in GML 3.1.0
source <xs:complexType name="LocationPropertyType">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
   
<xs:documentation>Deprecated in GML 3.1.0</xs:documentation>
 
</xs:annotation>
 
<xs:sequence minOccurs="0">
   
<xs:choice>
     
<xs:element ref="gml:_Geometry"/>
     
<xs:element ref="gml:LocationKeyWord"/>
     
<xs:element ref="gml:LocationString"/>
     
<xs:element ref="gml:Null"/>
   
</xs:choice>
 
</xs:sequence>
 
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
</xs:complexType>


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