Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Imported schema Common_GeometricDataType_20100831.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes/2010/08/31
Properties
attribute form default: unqualified
element form default: unqualified
version: 1.0
Element PolygonGeometry
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes/2010/08/31
Diagram
Diagram index17.tmp#id324 index17.tmp#id323
Type PolygonGeometryType
Properties
content: complex
Used by
Model pointProperty , polygonProperty
Children pointProperty, polygonProperty
Instance
<PolygonGeometry>
  <pointProperty>{1,1}</pointProperty>
  <polygonProperty>{1,1}</polygonProperty>
</PolygonGeometry>
Source
<xs:element name="PolygonGeometry" type="PolygonGeometryType"/>
Element MultiPolygonGeometry
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes/2010/08/31
Diagram
Diagram index17.tmp#id328
Type MultiPolygonGeometryType
Properties
content: complex
Used by
Model MultiPolygon
Children MultiPolygon
Instance
<MultiPolygonGeometry>
  <MultiPolygon>{1,1}</MultiPolygon>
</MultiPolygonGeometry>
Source
<xs:element name="MultiPolygonGeometry" type="MultiPolygonGeometryType"/>
Complex Type PolygonGeometryType
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes/2010/08/31
Annotations
Yksittäisen alueen geometria tunnuspisteineen.
Single polygon geometry with interior point (reference point).
Diagram
Diagram index17.tmp#id324
Used by
Element PolygonGeometry
Model pointProperty , polygonProperty
Children pointProperty, 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/2010/08/31
Annotations
Monialueen geometria.
Multipolygon geometry.
Diagram
Diagram
Used by
Model MultiPolygon
Children 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>
Element Group PolygonGeometryGroup
Namespace http://standardit.tapio.fi/schemas/forestData/common/geometricDataTypes/2010/08/31
Diagram
Diagram
Used by
Complex Type PolygonGeometryType
Model pointProperty , polygonProperty
Children pointProperty, polygonProperty
Source
<xs:group name="PolygonGeometryGroup">
  <xs:sequence>
    <xs:element ref="gml:pointProperty">
      <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/2010/08/31
Diagram
Diagram index17.tmp#id322 index17.tmp#id327
Used by
Model (pointProperty | lineStringProperty | PolygonGeometry | MultiPolygonGeometry)
Children MultiPolygonGeometry, PolygonGeometry, lineStringProperty, 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>