Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Imported schema StandBase.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Properties
attribute form default: unqualified
element form default: qualified
version: V14.03
Element Identifiers
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index7.tmp#id2954 index7.tmp#id2953
Type IdentifiersType
Properties
content: complex
Model Identifier+
Children Identifier
Instance
<Identifiers>
  <Identifier>{1,unbounded}</Identifier>
</Identifiers>
Source
<xs:element name="Identifiers" type="IdentifiersType"/>
Element Identifier
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index1.tmp#id191 index1.tmp#id193 index1.tmp#id190
Type IdentifierType
Properties
content: complex
Used by
Complex Type IdentifiersType
Model IdentifierType , IdentifierValue
Children IdentifierType, IdentifierValue
Instance
<Identifier>
  <IdentifierType>{1,1}</IdentifierType>
  <IdentifierValue>{1,1}</IdentifierValue>
</Identifier>
Source
<xs:element name="Identifier" type="co:IdentifierType"/>
Element StandNumber
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index7.tmp#id2772
Type StandNumberType
Properties
content: simple
Facets
pattern [0-9]{1,5}
Source
<xs:element name="StandNumber" type="StandNumberType"/>
Element StandNumberExtension
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index7.tmp#id2774
Type StandNumberExtensionType
Properties
content: simple
Facets
maxLength 2
Source
<xs:element name="StandNumberExtension" type="StandNumberExtensionType"/>
Element SilvicultureRestrictionEnds
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index1.tmp#id131
Type DateType
Properties
content: simple
Facets
minInclusive 1900-01-01
Source
<xs:element name="SilvicultureRestrictionEnds" type="co:DateType"/>
Element StandBasicDataDate
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index7.tmp#id2800
Type StandBasicDataDateType
Type hierarchy
Properties
content: simple
Facets
minInclusive 1900-01-01
Source
<xs:element name="StandBasicDataDate" type="StandBasicDataDateType"/>
Element StandInfo
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index7.tmp#id2803 index7.tmp#id2804 index7.tmp#id2802
Type StandInfoType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
infoProviderOrganizationName OrganizationNameType optional
infoProviderRole InfoProviderRoleType optional
Source
<xs:element name="StandInfo" type="StandInfoType"/>
Element Area
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index7.tmp#id2807
Type AreaType
Type hierarchy
Properties
content: simple
Facets
fractionDigits 4
Source
<xs:element name="Area" type="AreaType"/>
Element AreaDecrease
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Diagram
Diagram index7.tmp#id2809
Type AreaDecreaseType
Type hierarchy
Properties
content: simple
Facets
fractionDigits 4
Source
<xs:element name="AreaDecrease" type="AreaDecreaseType"/>
Simple Type StandNumberType
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Annotations
Kuvionumero.
Stand number.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,5}
Used by
Source
<xs:simpleType name="StandNumberType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvionumero.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Stand number.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,5}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type StandNumberExtensionType
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Annotations
Kuvion alanumero (lisämerkki).
Stand number extension (extra character, normally number).
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 2
Used by
Source
<xs:simpleType name="StandNumberExtensionType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvion alanumero (lisämerkki).</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Stand number extension (extra character, normally number).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type StandBasicDataDateType
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Annotations
Perustietojen inventointi- / muutosajankohta.
Date of inventory of stand basic data.
Diagram
Diagram index1.tmp#id131
Type DateType
Type hierarchy
Facets
minInclusive 1900-01-01
Used by
Source
<xs:simpleType name="StandBasicDataDateType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Perustietojen inventointi- / muutosajankohta.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Date of inventory of stand basic data.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="co:DateType"/>
</xs:simpleType>
Complex Type StandInfoType
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Annotations
Kuvion vapaamuotoinen teksti attribuuteilla.
Stand info text with attributes.
Diagram
Diagram index7.tmp#id2803 index7.tmp#id2804
Type extension of xs:string
Used by
Elements StandInfo, StandInfo
Attributes
QName Type Fixed Default Use Annotation
infoProviderOrganizationName OrganizationNameType optional
infoProviderRole InfoProviderRoleType optional
Source
<xs:complexType name="StandInfoType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvion vapaamuotoinen teksti attribuuteilla.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Stand info text with attributes.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="infoProviderRole" type="co:InfoProviderRoleType" use="optional"/>
      <xs:attribute name="infoProviderOrganizationName" type="ci:OrganizationNameType" use="optional"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Simple Type AreaType
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Annotations
Kuvion kokonaispinta-ala hehtaareina.
Total area of stand, ha. Normally area of polygon geometry.
Diagram
Diagram index1.tmp#id185
Type AreaType
Type hierarchy
Facets
fractionDigits 4
Used by
Elements Area, Area
Source
<xs:simpleType name="AreaType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvion kokonaispinta-ala hehtaareina.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Total area of stand, ha. Normally area of polygon geometry.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="co:AreaType"/>
</xs:simpleType>
Simple Type AreaDecreaseType
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Annotations
Kuvion vähennysala hehtaareina. Kuvion metsäpinta-alaa vähentävä ala. Sisältää esim. tiet ja linjaviivat.
Area which decrease total area of stand, ha. E.g. power lines, roads... Area - AreaDecrease = effective forest land area for forestry purposes.
Diagram
Diagram index1.tmp#id185
Type AreaType
Type hierarchy
Facets
fractionDigits 4
Used by
Source
<xs:simpleType name="AreaDecreaseType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvion vähennysala hehtaareina. Kuvion metsäpinta-alaa vähentävä ala. Sisältää esim. tiet ja linjaviivat.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Area which decrease total area of stand, ha. E.g. power lines, roads... Area - AreaDecrease = effective forest land area for forestry purposes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="co:AreaType"/>
</xs:simpleType>
Complex Type IdentifiersType
Namespace http://standardit.tapio.fi/schemas/forestData/standbase
Annotations
Kuvion tunnisteet.
Identifiers of stand.
Diagram
Diagram index7.tmp#id2954
Used by
Element Identifiers
Model Identifier+
Children Identifier
Source
<xs:complexType name="IdentifiersType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuvion tunnisteet.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Identifiers of stand.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Identifier" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Attribute StandInfoType / @infoProviderRole
Namespace No namespace
Type InfoProviderRoleType
Properties
use: optional
Facets
enumeration 1
Metsänomistaja
enumeration 2
Toimihenkilö
enumeration 3
Urakoitsija
Used by
Complex Type StandInfoType
Source
<xs:attribute name="infoProviderRole" type="co:InfoProviderRoleType" use="optional"/>
Attribute StandInfoType / @infoProviderOrganizationName
Namespace No namespace
Type OrganizationNameType
Type hierarchy
Properties
use: optional
Facets
maxLength 200
Used by
Complex Type StandInfoType
Source
<xs:attribute name="infoProviderOrganizationName" type="ci:OrganizationNameType" use="optional"/>