Documentation for fieldgml

Complex Type: RSTType

[Table of contents]

Super-types: None
Sub-types: None
Name RSTType
Used by (from the same schema document) Complex Type InterpolationMethodType
Abstract no
XML Instance Representation
<...>
<Tension> xs:float </Tension> [1]
<SmoothingParam> xs:float </SmoothingParam> [1]
<MaxPointsSegment> xs:positiveInteger </MaxPointsSegment> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="RSTType">
<xs:sequence>
<xs:element name="Tension" type=" xs:float "/>
<xs:element name="SmoothingParam" type=" xs:float "/>
<xs:element name="MaxPointsSegment" type=" xs:positiveInteger "/>
</xs:sequence>
</xs:complexType>