Definition Type: ComplexType
Name: ClothoidType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:AbstractCurveSegmentType
Containing Schema: geometryPrimitives.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into endParameter in schema geometryprimitives_xsd Drilldown into startParameter in schema geometryprimitives_xsd Drilldown into scaleFactor in schema geometryprimitives_xsd Drilldown into refLocation 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_xsd Drilldown into interpolation in schema geometryprimitives_xsdXSD Diagram of ClothoidType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="ClothoidType">
    <complexContent>
        <extension base="gml:AbstractCurveSegmentType">
            <sequence>
                <element name="refLocation">
                    <complexType>
                        <sequence>
                            <element ref="gml:AffinePlacement" />
                        </sequence>
                    </complexType>
                </element>
                <element name="scaleFactor" type="decimal" />
                <element name="startParameter" type="double" />
                <element name="endParameter" type="double" />
            </sequence>
            <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="clothoid" />
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
refLocation gml:refLocation (1) (1)
scaleFactor gml:scaleFactor (1) (1)
startParameter gml:startParameter (1) (1)
endParameter gml:endParameter (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
numDerivativesAtStart gml:numDerivativesAtStart 0 (Optional)
numDerivativesAtEnd gml:numDerivativesAtEnd 0 (Optional)
numDerivativeInterior gml:numDerivativeInterior 0 (Optional)
interpolation gml:interpolation (Optional)
Collapse Derivation Tree:
Collapse References:
gml:Clothoid