Definition Type: ComplexType
Name: OffsetCurveType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:AbstractCurveSegmentType
Containing Schema: geometryPrimitives.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into refDirection in schema geometryprimitives_xsd Drilldown into distance in schema geometryprimitives_xsd Drilldown into offsetBase in schema geometryprimitives_xsd Drilldown into numDerivativeInterior in schema geometryprimitives_xsd Drilldown into numDerivativesAtEnd in schema geometryprimitives_xsd Drilldown into numDerivativesAtStart in schema geometryprimitives_xsd Drilldown into AbstractCurveSegmentType in schema geometryprimitives_xsdXSD Diagram of OffsetCurveType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
offsetBase gml:offsetBase (1) (1)
distance gml:distance (1) (1)
refDirection gml:refDirection 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
numDerivativesAtStart gml:numDerivativesAtStart 0 (Optional)
numDerivativesAtEnd gml:numDerivativesAtEnd 0 (Optional)
numDerivativeInterior gml:numDerivativeInterior 0 (Optional)
Collapse Derivation Tree:
Collapse References:
gml:OffsetCurve