element pointProperty
diagram index_p1404.png
namespace http://www.opengis.net/gml
type gml:PointPropertyType
properties
content complex
children gml:Point
used by
complexTypes ArcByBulgeType ArcByCenterPointType ArcStringByBulgeType ArcStringType ArcType BezierType BSplineType CubicSplineType LinearRingType LineStringSegmentType LineStringType NodeType
group geometricPositionGroup
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
appinfo
<sch:pattern name="Check either href or content not both">
<sch:rule context="gml:pointProperty">
<sch:extends rule="hrefOrContent"/>
</sch:rule>
</sch:pattern>
documentation
This property element either references a point via the XLink-attributes or contains the point element. pointProperty
is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that
is substitutable for Point.
source <xs:element name="pointProperty" type="gml:PointPropertyType">
 
<xs:annotation>
   
<xs:appinfo>
     
<sch:pattern name="Check either href or content not both">
       
<sch:rule context="gml:pointProperty">
         
<sch:extends rule="hrefOrContent"/>
       
</sch:rule>
     
</sch:pattern>
   
</xs:appinfo>
   
<xs:documentation>This property element either references a point via the XLink-attributes or contains the point element. pointProperty
is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that
is substitutable for Point.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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