Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Imported schema Common_GeometricDataType.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Properties
attribute form default: unqualified
element form default: unqualified
version: 1.6
Element PolygonGeometry
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Diagram
Diagram index2.tmp#id228 index16.tmp#id293 index48.tmp#id227 index48.tmp#id226
Type PolygonGeometryType
Properties
content: complex
Used by
Complex Type StandBasicDataType
Element Group AlternativeGeometriesGroup
Model gml:pointProperty{0,1} , gml:polygonProperty
Children gml:pointProperty, gml:polygonProperty
Instance
<PolygonGeometry>
  <gml:pointProperty xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,1}</gml:pointProperty>
  <gml:polygonProperty xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:polygonProperty>
</PolygonGeometry>
Source
<xs:element name="PolygonGeometry" type="PolygonGeometryType"/>
Element MultiPolygonGeometry
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Diagram
Diagram index29.tmp#id311 index48.tmp#id310
Type MultiPolygonGeometryType
Properties
content: complex
Used by
Model gml:MultiPolygon
Children gml:MultiPolygon
Instance
<MultiPolygonGeometry>
  <gml:MultiPolygon axisLabels="" gid="" gml:id="" srsDimension="" srsName="" uomLabels="">{1,1}</gml:MultiPolygon>
</MultiPolygonGeometry>
Source
<xs:element name="MultiPolygonGeometry" type="MultiPolygonGeometryType"/>
Element PointGeometry
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Diagram
Diagram index48.tmp#id1134 index48.tmp#id1135 index2.tmp#id228 index48.tmp#id1133
Type PointGeometryType
Properties
content: complex
Model gml:pointProperty
Children gml:pointProperty
Instance
<PointGeometry dimension="" location="">
  <gml:pointProperty xlink:actuate="" xlink:arcrole="" xlink:href="" gml:remoteSchema="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</gml:pointProperty>
</PointGeometry>
Attributes
QName Type Fixed Default Use Annotation
dimension xs:decimal optional
Dimensio.
location PointLocationType optional
Sijainti.
Source
<xs:element name="PointGeometry" type="PointGeometryType"/>
Complex Type PolygonGeometryType
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Annotations
Yksittäisen alueen geometria tunnuspisteineen.
Single polygon geometry with interior point (reference point).
Diagram
Diagram index2.tmp#id228 index16.tmp#id293 index48.tmp#id227
Used by
Element PolygonGeometry
Model gml:pointProperty{0,1} , gml:polygonProperty
Children gml:pointProperty, gml:polygonProperty
Source
<xs:complexType name="PolygonGeometryType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Yksittäisen alueen geometria tunnuspisteineen.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Single polygon geometry with interior point (reference point).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="PolygonGeometryGroup"/>
  </xs:sequence>
</xs:complexType>
Complex Type MultiPolygonGeometryType
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Annotations
Monialueen geometria.
Multipolygon geometry.
Diagram
Diagram index29.tmp#id311
Used by
Model gml:MultiPolygon
Children gml:MultiPolygon
Source
<xs:complexType name="MultiPolygonGeometryType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Monialueen geometria.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Multipolygon geometry.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="gml:MultiPolygon"/>
  </xs:sequence>
</xs:complexType>
Complex Type PointGeometryType
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Annotations
Pistemuotoinen geometria.
Point geometry.
Diagram
Diagram index48.tmp#id1134 index48.tmp#id1135 index2.tmp#id228
Used by
Element PointGeometry
Model gml:pointProperty
Children gml:pointProperty
Attributes
QName Type Fixed Default Use Annotation
dimension xs:decimal optional
Dimensio.
location PointLocationType optional
Sijainti.
Source
<xs:complexType name="PointGeometryType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Pistemuotoinen geometria.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Point geometry.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="gml:pointProperty"/>
  </xs:sequence>
  <xs:attribute name="dimension" type="xs:decimal" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="fi">Dimensio.</xs:documentation>
      <xs:documentation xml:lang="sv"/>
      <xs:documentation xml:lang="en"/>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="location" type="co:PointLocationType" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="fi">Sijainti.</xs:documentation>
      <xs:documentation xml:lang="sv"/>
      <xs:documentation xml:lang="en"/>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Complex Type AlternativeGeometriesType
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Annotations
Yksittäisen geometrian (Point, Line, Polygon referenssipisteineen tai MultiPolygon) määrittely
Diagram
Diagram index2.tmp#id228 index2.tmp#id1122 index48.tmp#id225 index48.tmp#id309 index48.tmp#id1121
Model (gml:pointProperty | gml:lineStringProperty | PolygonGeometry | MultiPolygonGeometry)
Children MultiPolygonGeometry, PolygonGeometry, gml:lineStringProperty, gml:pointProperty
Source
<xs:complexType name="AlternativeGeometriesType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Yksittäisen geometrian (Point, Line, Polygon referenssipisteineen tai MultiPolygon) määrittely</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="AlternativeGeometriesGroup"/>
  </xs:sequence>
</xs:complexType>
Complex Type SimpleAlternativeGeometriesType
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Annotations
Yksittäisen geometrian (Point, Line, Polygon tai MultiPolygon) määrittely
Diagram
Diagram index2.tmp#id228 index2.tmp#id1122 index16.tmp#id293 index48.tmp#id309 index48.tmp#id1137
Model (gml:pointProperty | gml:lineStringProperty | gml:polygonProperty | MultiPolygonGeometry)
Children MultiPolygonGeometry, gml:lineStringProperty, gml:pointProperty, gml:polygonProperty
Source
<xs:complexType name="SimpleAlternativeGeometriesType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Yksittäisen geometrian (Point, Line, Polygon tai MultiPolygon) määrittely</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="SimpleAlternativeGeometriesGroup"/>
  </xs:sequence>
</xs:complexType>
Attribute PointGeometryType / @dimension
Namespace No namespace
Annotations
Dimensio.
Type xs:decimal
Properties
use: optional
Used by
Complex Type PointGeometryType
Source
<xs:attribute name="dimension" type="xs:decimal" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Dimensio.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:attribute>
Attribute PointGeometryType / @location
Namespace No namespace
Annotations
Sijainti.
Type PointLocationType
Properties
use: optional
Facets
enumeration 1
Keskipiste
enumeration 2
Vasen alakulma
enumeration 3
Vasen yläkulma
enumeration 4
Oikea alakulma
enumeration 5
Oikea yläkulma
Used by
Complex Type PointGeometryType
Source
<xs:attribute name="location" type="co:PointLocationType" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Sijainti.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:attribute>
Element Group PolygonGeometryGroup
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Diagram
Diagram index2.tmp#id228 index16.tmp#id293
Used by
Complex Type PolygonGeometryType
Model gml:pointProperty{0,1} , gml:polygonProperty
Children gml:pointProperty, gml:polygonProperty
Source
<xs:group name="PolygonGeometryGroup">
  <xs:sequence>
    <xs:element ref="gml:pointProperty" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Tunnistepisteen sijainti (alueen sisäpiste).</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en">Reference point location (interior point of polygon).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="gml:polygonProperty">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Aluegeometria sisäalueineen.</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en">Polygon geometry with interior polygons.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Element Group AlternativeGeometriesGroup
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Diagram
Diagram index2.tmp#id228 index2.tmp#id1122 index48.tmp#id225 index48.tmp#id309
Used by
Model (gml:pointProperty | gml:lineStringProperty | PolygonGeometry | MultiPolygonGeometry)
Children MultiPolygonGeometry, PolygonGeometry, gml:lineStringProperty, gml:pointProperty
Source
<xs:group name="AlternativeGeometriesGroup">
  <xs:sequence>
    <xs:choice>
      <xs:element ref="gml:pointProperty">
        <xs:annotation>
          <xs:documentation xml:lang="fi">Pisteen sijainti.</xs:documentation>
          <xs:documentation xml:lang="sv"/>
          <xs:documentation xml:lang="en">Point location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="gml:lineStringProperty">
        <xs:annotation>
          <xs:documentation xml:lang="fi">Viivan sijainti.</xs:documentation>
          <xs:documentation xml:lang="sv"/>
          <xs:documentation xml:lang="en">Line location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="PolygonGeometry"/>
      <xs:element ref="MultiPolygonGeometry"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
Element Group PointAndLineGeometriesGroup
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Diagram
Diagram index2.tmp#id228 index2.tmp#id1122
Model (gml:pointProperty | gml:lineStringProperty)
Children gml:lineStringProperty, gml:pointProperty
Source
<xs:group name="PointAndLineGeometriesGroup">
  <xs:sequence>
    <xs:choice>
      <xs:element ref="gml:pointProperty">
        <xs:annotation>
          <xs:documentation xml:lang="fi">Pisteen sijainti.</xs:documentation>
          <xs:documentation xml:lang="sv"/>
          <xs:documentation xml:lang="en">Point location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="gml:lineStringProperty">
        <xs:annotation>
          <xs:documentation xml:lang="fi">Viivan sijainti.</xs:documentation>
          <xs:documentation xml:lang="sv"/>
          <xs:documentation xml:lang="en">Line location.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:group>
Element Group SimpleAlternativeGeometriesGroup
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes
Diagram
Diagram index2.tmp#id228 index2.tmp#id1122 index16.tmp#id293 index48.tmp#id309
Used by
Model (gml:pointProperty | gml:lineStringProperty | gml:polygonProperty | MultiPolygonGeometry)
Children MultiPolygonGeometry, gml:lineStringProperty, gml:pointProperty, gml:polygonProperty
Source
<xs:group name="SimpleAlternativeGeometriesGroup">
  <xs:sequence>
    <xs:choice>
      <xs:element ref="gml:pointProperty">
        <xs:annotation>
          <xs:documentation xml:lang="fi">Pisteen sijainti.</xs:documentation>
          <xs:documentation xml:lang="sv"/>
          <xs:documentation xml:lang="en">Point location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="gml:lineStringProperty">
        <xs:annotation>
          <xs:documentation xml:lang="fi">Viivan sijainti.</xs:documentation>
          <xs:documentation xml:lang="sv"/>
          <xs:documentation xml:lang="en">Line location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="gml:polygonProperty">
        <xs:annotation>
          <xs:documentation xml:lang="fi">Aluegeometria sisäalueineen.</xs:documentation>
          <xs:documentation xml:lang="sv"/>
          <xs:documentation xml:lang="en">Polygon geometry with interior polygons.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="MultiPolygonGeometry"/>
    </xs:choice>
  </xs:sequence>
</xs:group>