| diagram |
 |
| namespace |
http://www.opengis.net/gml/3.2 |
| type |
extension of gml:AbstractCurveSegmentType |
| properties |
| base | gml:AbstractCurveSegmentType |
|
| children |
gml:offsetBase gml:distance gml:refDirection |
| used by |
|
| attributes |
|
| source |
<complexType name="OffsetCurveType">
<complexContent>
<extension base="gml:AbstractCurveSegmentType">
<sequence>
<element name="offsetBase" type="gml:CurvePropertyType"/>
<element name="distance" type="gml:LengthType"/>
<element name="refDirection" type="gml:VectorType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType> |