Documentation for fieldgml

Element: baseCurve

[Table of contents]

Name baseCurve
Type gml:CurvePropertyType
Nillable no
Abstract no
Documentation This property element either references a curve via the XLink-attributes or contains the curve element. A curve element is any element which is substitutable for "_Curve".
Application Data <sch:pattern name="Check either href or content not both">
<sch:rule context="gml:baseCurve">
<sch:extends rule="hrefOrContent"/>
</sch:rule>
</sch:pattern>
Logical Diagram
h-1709523341
XML Instance Representation
<gml:baseCurve
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
gml:remoteSchema="[0..1]">
Start Sequence [0..1]
<gml:_Curve> ... </gml:_Curve> [1]
End Sequence
</gml:baseCurve>
Diagram
h-1709523341
Schema Component Representation
<element name="baseCurve" type=" gml:CurvePropertyType "/>