complexType PriorityLocationPropertyType
diagram index_p960.png
namespace http://www.opengis.net/gml
type extension of gml:LocationPropertyType
properties
base gml:LocationPropertyType
children gml:_Geometry gml:LocationKeyWord gml:LocationString gml:Null
used by
element priorityLocation
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.
priorityxs:stringoptional      
annotation
documentation
G-XML component
documentation
Deprecated in GML 3.1.0
source <xs:complexType name="PriorityLocationPropertyType">
 
<xs:annotation>
   
<xs:documentation>G-XML component</xs:documentation>
   
<xs:documentation>Deprecated in GML 3.1.0</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:LocationPropertyType">
     
<xs:attribute name="priority" type="string" use="optional"/>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute PriorityLocationPropertyType/@priority
type xs:string
properties
isRef 0
use optional
source <xs:attribute name="priority" type="string" use="optional"/>


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