complexType LineStringSegmentType
diagram sensorML_p1327.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:AbstractCurveSegmentType
properties
base gml:AbstractCurveSegmentType
children gml:pos gml:pointProperty gml:pointRep gml:posList gml:coordinates
used by
element LineStringSegment
attributes
Name  Type  Use  Default  Fixed  annotation
numDerivativesAtStartinteger  0    
numDerivativesAtEndinteger  0    
numDerivativeInteriorinteger  0    
interpolationgml:CurveInterpolationType    linear  
source <complexType name="LineStringSegmentType">
 
<complexContent>
   
<extension base="gml:AbstractCurveSegmentType">
     
<sequence>
       
<choice>
         
<choice minOccurs="2" maxOccurs="unbounded">
           
<element ref="gml:pos"/>
           
<element ref="gml:pointProperty"/>
           
<element ref="gml:pointRep"/>
         
</choice>
         
<element ref="gml:posList"/>
         
<element ref="gml:coordinates"/>
       
</choice>
     
</sequence>
     
<attribute name="interpolation" type="gml:CurveInterpolationType" fixed="linear"/>
   
</extension>
 
</complexContent>
</complexType>

attribute LineStringSegmentType/@interpolation
type gml:CurveInterpolationType
properties
isRef 0
fixed linear
facets
Kind Value annotation 
enumeration linear 
enumeration geodesic 
enumeration circularArc3Points 
enumeration circularArc2PointWithBulge 
enumeration circularArcCenterPointWithRadius 
enumeration elliptical 
enumeration clothoid 
enumeration conic 
enumeration polynomialSpline 
enumeration cubicSpline 
enumeration rationalSpline 
source <attribute name="interpolation" type="gml:CurveInterpolationType" fixed="linear"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy