Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type metobj:CubicSplineCurveType
Namespace http://xml.fmi.fi/namespace/meteorology/conceptual-model/meteorological-objects/2009/09/07
Annotations
A Simplified version of gml:CurveType with only CubicSpline segments.
Diagram
Diagram docindex1.tmp#id82 docindex2.tmp#id76 docindex3.tmp#id97 docindex4.tmp#id99 docindex5.tmp#id103 docindex6.tmp#id108 docindex7.tmp#id75 docindex8.tmp#id74 docindex63.tmp#id117 docindex64.tmp#id166 docindex65.tmp#id272 docindex289.tmp#id509 docindex667.tmp#id2185 docindex667.tmp#id2186 docindex146.tmp#id120 docindex667.tmp#id2184 docindex668.tmp#id2187
Type extension of metobj:SelfContainedAbstractCurveType
Type hierarchy
Used by
Model metobj:cubicSplineSegments
Children metobj:cubicSplineSegments
Attributes
QName Type Fixed Default Use Annotation
axisLabels gml:NCNameList optional
gml:id ID required
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
srsDimension positiveInteger required
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is 
specified by the coordinate reference system.
srsName anyURI required
In general this reference points to a CRS instance of gml:CoordinateReferenceSystemType 
(see coordinateReferenceSystems.xsd). For well known references it is not required that the CRS description exists at the 
location the URI points to.
uomLabels gml:NCNameList optional
Source
<complexType name="CubicSplineCurveType">
  <annotation>
    <documentation>A Simplified version of gml:CurveType with only CubicSpline segments.</documentation>
  </annotation>
  <complexContent>
    <extension base="metobj:SelfContainedAbstractCurveType">
      <sequence>
        <element ref="metobj:cubicSplineSegments">
          <annotation>
            <documentation>This element encapsulates the segments of the curve.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/09/07/metobjects-common-geometry.xsd