Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Imported schema TreeStand.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Properties
attribute form default: unqualified
element form default: qualified
version: 1.2
Element TreeStandData
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Diagram
Diagram index53.tmp#id318 index53.tmp#id317
Type TreeStandDataType
Properties
content: complex
Used by
Complex Type StandType
Model TreeStandDataDate+
Children TreeStandDataDate
Instance
<TreeStandData>
  <TreeStandDataDate date="" type="">{1,unbounded}</TreeStandDataDate>
</TreeStandData>
Source
<xs:element name="TreeStandData" type="TreeStandDataType"/>
Element TreeStandDataDate
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Diagram
Diagram index53.tmp#id516 index53.tmp#id519 index53.tmp#id320 index22.tmp#id322 index38.tmp#id385 index33.tmp#id399 index34.tmp#id431 index50.tmp#id461 index53.tmp#id319
Type TreeStandDataDateType
Properties
content: complex
Used by
Complex Type TreeStandDataType
Model AlternativeIdentifier{0,1} , TreeStrata{0,1} , DeadTreeStrata{0,1} , TreeStandSummary{0,1} , StemDistribution{0,1} , StemDistributionStrata{0,1}
Children AlternativeIdentifier, DeadTreeStrata, StemDistribution, StemDistributionStrata, TreeStandSummary, TreeStrata
Instance
<TreeStandDataDate date="" type="">
  <AlternativeIdentifier>{0,1}</AlternativeIdentifier>
  <TreeStrata>{0,1}</TreeStrata>
  <DeadTreeStrata>{0,1}</DeadTreeStrata>
  <TreeStandSummary id="">{0,1}</TreeStandSummary>
  <StemDistribution>{0,1}</StemDistribution>
  <StemDistributionStrata>{0,1}</StemDistributionStrata>
</TreeStandDataDate>
Attributes
QName Type Fixed Default Use Annotation
date DateType required
Ajankohdan pvm. Inventointi-, laskenta- tai ennustepvm.Date of moment.
type TreeStandDataMomentType required
Ajankohdan tyyppiType of moment.
Source
<xs:element name="TreeStandDataDate" type="TreeStandDataDateType"/>
Element AlternativeIdentifier
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Diagram
Diagram index53.tmp#id321
Type AlternativeIdentifierType
Properties
content: simple
Used by
Complex Type TreeStandDataDateType
Source
<xs:element name="AlternativeIdentifier" type="AlternativeIdentifierType"/>
Complex Type TreeStandDataType
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Annotations
Kuvion puustotiedot tyypeittäin ja ajankohdittain.
Tree stand data grouped by type and moment.
Diagram
Diagram index53.tmp#id318
Used by
Element TreeStandData
Model TreeStandDataDate+
Children TreeStandDataDate
Source
<xs:complexType name="TreeStandDataType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvion puustotiedot tyypeittäin ja ajankohdittain.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Tree stand data grouped by type and moment.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="TreeStandDataDate" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type TreeStandDataDateType
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Annotations
Kuvion osoitetun tyyppinen (inventointi/laskenta/ennuste) puusto ajankohtana pvm.
Some moment data of tree stand specified by date and type.
Diagram
Diagram index53.tmp#id516 index53.tmp#id519 index53.tmp#id320 index22.tmp#id322 index38.tmp#id385 index33.tmp#id399 index34.tmp#id431 index50.tmp#id461
Used by
Model AlternativeIdentifier{0,1} , TreeStrata{0,1} , DeadTreeStrata{0,1} , TreeStandSummary{0,1} , StemDistribution{0,1} , StemDistributionStrata{0,1}
Children AlternativeIdentifier, DeadTreeStrata, StemDistribution, StemDistributionStrata, TreeStandSummary, TreeStrata
Attributes
QName Type Fixed Default Use Annotation
date DateType required
Ajankohdan pvm. Inventointi-, laskenta- tai ennustepvm.Date of moment.
type TreeStandDataMomentType required
Ajankohdan tyyppiType of moment.
Source
<xs:complexType name="TreeStandDataDateType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvion osoitetun tyyppinen (inventointi/laskenta/ennuste) puusto ajankohtana pvm.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Some moment data of tree stand specified by date and type.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="AlternativeIdentifier" minOccurs="0" maxOccurs="1"/>
    <xs:element ref="tst:TreeStrata" minOccurs="0" maxOccurs="1"/>
    <xs:element ref="dts:DeadTreeStrata" minOccurs="0" maxOccurs="1"/>
    <xs:element ref="tss:TreeStandSummary" minOccurs="0" maxOccurs="1"/>
    <xs:element ref="sd:StemDistribution" minOccurs="0" maxOccurs="1"/>
    <xs:element ref="sds:StemDistributionStrata" minOccurs="0" maxOccurs="1"/>
  </xs:sequence>
  <xs:attribute name="type" type="TreeStandDataMomentType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="fi">Ajankohdan tyyppi</xs:documentation>
      <xs:documentation xml:lang="sv"/>
      <xs:documentation xml:lang="en">Type of moment.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="date" type="co:DateType" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="fi">Ajankohdan pvm. Inventointi-, laskenta- tai ennustepvm.</xs:documentation>
      <xs:documentation xml:lang="sv"/>
      <xs:documentation xml:lang="en">Date of moment.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Simple Type AlternativeIdentifierType
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Annotations
Suunnitelmavaihtoehdon tunniste. Erottaa eri suunnitelmavaihtoehtojen TreeStandSummary-elementit.
Diagram
Diagram
Type xs:string
Used by
Source
<xs:simpleType name="AlternativeIdentifierType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Suunnitelmavaihtoehdon tunniste. Erottaa eri suunnitelmavaihtoehtojen TreeStandSummary-elementit.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type TreeStandDataMomentType
Namespace http://standardit.tapio.fi/schemas/forestData/treeStand
Annotations
Laskenta- ja ennustetyyppi eri koodeina koska ainakin aiemmin metsäkeskuksissa on käytetty tulevaisuuden puuston esittämisessä molempia. Laskentatyyppisessä tiedot on esitetty puusto-ositetarkkuudella ja ennustetyyppisessä on ollut pelkkä yhteenveto. Näiden kahden tyypin soveltamisesta voivat tiedonsiirtosovellukset päättää keskenään.
Diagram
Diagram index10.tmp#id518
Type TreeStandDataMomentType
Type hierarchy
Facets
enumeration 1
Inventointi-tyyppi
enumeration 2
Laskenta-tyyppi.
enumeration 3
Ennuste-tyyppi
Used by
Source
<xs:simpleType name="TreeStandDataMomentType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Laskenta- ja ennustetyyppi eri koodeina koska ainakin aiemmin metsäkeskuksissa on käytetty tulevaisuuden puuston esittämisessä molempia. Laskentatyyppisessä tiedot on esitetty puusto-ositetarkkuudella ja ennustetyyppisessä on ollut pelkkä yhteenveto. Näiden kahden tyypin soveltamisesta voivat tiedonsiirtosovellukset päättää keskenään.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="co:TreeStandDataMomentType"/>
</xs:simpleType>
Attribute TreeStandDataDateType / @type
Namespace No namespace
Annotations
Ajankohdan tyyppi
Type of moment.
Type TreeStandDataMomentType
Type hierarchy
Properties
use: required
Facets
enumeration 1
Inventointi-tyyppi
enumeration 2
Laskenta-tyyppi.
enumeration 3
Ennuste-tyyppi
Used by
Complex Type TreeStandDataDateType
Source
<xs:attribute name="type" type="TreeStandDataMomentType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Ajankohdan tyyppi</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Type of moment.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute TreeStandDataDateType / @date
Namespace No namespace
Annotations
Ajankohdan pvm. Inventointi-, laskenta- tai ennustepvm.
Date of moment.
Type DateType
Properties
use: required
Facets
minInclusive 1900-01-01
Used by
Complex Type TreeStandDataDateType
Source
<xs:attribute name="date" type="co:DateType" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Ajankohdan pvm. Inventointi-, laskenta- tai ennustepvm.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Date of moment.</xs:documentation>
  </xs:annotation>
</xs:attribute>