Definition Type: ComplexType
Name: AbstractCurveSegmentType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: geometryPrimitives.xsd
Abstract True
Collapse XSD Schema Diagram:
Drilldown into numDerivativeInterior in schema geometryprimitives_xsd Drilldown into numDerivativesAtEnd in schema geometryprimitives_xsd Drilldown into numDerivativesAtStart in schema geometryprimitives_xsdXSD Diagram of AbstractCurveSegmentType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractCurveSegmentType" abstract="true">
    <attribute name="numDerivativesAtStart" type="integer" default="0" />
    <attribute name="numDerivativesAtEnd" type="integer" default="0" />
    <attribute name="numDerivativeInterior" type="integer" default="0" />
</complexType>
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:AbstractCurveSegmentgml:ArcByCenterPointType, gml:ArcStringByBulgeType, gml:ArcStringType, gml:BSplineType, gml:ClothoidType, gml:CubicSplineType, gml:GeodesicStringType, gml:LineStringSegmentType, gml:OffsetCurveType,