Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type metobj:SelfContainedAbstractCurveType
Namespace http://xml.fmi.fi/namespace/meteorology/conceptual-model/meteorological-objects/2009/09/07
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
Type restriction of gml:AbstractCurveType
Type hierarchy
Properties
abstract: true
Used by
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="SelfContainedAbstractCurveType" abstract="true">
  <complexContent>
    <restriction base="gml:AbstractCurveType">
      <attribute name="srsName" type="anyURI" use="required">
        <annotation>
          <documentation>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.</documentation>
        </annotation>
      </attribute>
      <attribute name="srsDimension" type="positiveInteger" use="required">
        <annotation>
          <documentation>The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system.</documentation>
        </annotation>
      </attribute>
      <attributeGroup ref="gml:SRSInformationGroup"/>
    </restriction>
  </complexContent>
</complexType>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/09/07/metobjects-common-geometry.xsd
Attribute metobj:SelfContainedAbstractCurveType / @srsName
Namespace No namespace
Annotations
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.
Type anyURI
Properties
use: required
Used by
Source
<attribute name="srsName" type="anyURI" use="required">
  <annotation>
    <documentation>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.</documentation>
  </annotation>
</attribute>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/09/07/metobjects-common-geometry.xsd
Attribute metobj:SelfContainedAbstractCurveType / @srsDimension
Namespace No namespace
Annotations
The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is 
specified by the coordinate reference system.
Type positiveInteger
Properties
use: required
Used by
Source
<attribute name="srsDimension" type="positiveInteger" use="required">
  <annotation>
    <documentation>The "srsDimension" is the length of coordinate sequence (the number of entries in the list). This dimension is specified by the coordinate reference system.</documentation>
  </annotation>
</attribute>
Schema location http://xml.fmi.fi/schema/meteorology/conceptual-model/meteorological-objects/2009/09/07/metobjects-common-geometry.xsd