element curveProperty
diagram index_p1398.png
namespace http://www.opengis.net/gml
type gml:CurvePropertyType
properties
content complex
children gml:_Curve
used by
complexType EdgeType
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:curveProperty">
<sch:extends rule="hrefOrContent"/>
</sch:rule>
</sch:pattern>
documentation
This property element either references a curve via the XLink-attributes or contains the curve element. curveProperty 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 _Curve.
source <xs:element name="curveProperty" type="gml:CurvePropertyType">
 
<xs:annotation>
   
<xs:appinfo>
     
<sch:pattern name="Check either href or content not both">
       
<sch:rule context="gml:curveProperty">
         
<sch:extends rule="hrefOrContent"/>
       
</sch:rule>
     
</sch:pattern>
   
</xs:appinfo>
   
<xs:documentation>This property element either references a curve via the XLink-attributes or contains the curve element. curveProperty 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 _Curve.
</xs:documentation>
 
</xs:annotation>
</xs:element>


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