Documentation for fieldgml

Simple Type: PiecewiseType

[Table of contents]

Super-types: xs:string < PiecewiseType (by restriction)
Sub-types: None
Name PiecewiseType
Used by (from the same schema document) Complex Type InterpolationMethodType
Content
  • Base XSD Type: string
  • value comes from list: {'Constant'|'Linear'|'Akima'}
Diagram
Schema Component Representation
<xs:simpleType name="PiecewiseType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="Constant"/>
<xs:enumeration value="Linear"/>
<xs:enumeration value="Akima"/>
</xs:restriction>
</xs:simpleType>