Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema Common_BasicDataType.xsd
Namespace http://kuutio.fi/schemas/contactRequests
Properties
attribute form default: unqualified
element form default: unqualified
version: V11.10
Element ContactInformation
Namespace http://standardit.tapio.fi/schemas/forestData/common
Diagram
Diagram index20.tmp#id820 index20.tmp#id821 index20.tmp#id822 index20.tmp#id824 index20.tmp#id825 index20.tmp#id827 index20.tmp#id828 index20.tmp#id819
Type ContactInformationType
Properties
content: complex
Model Name , Address{0,1} , PostalCode{0,1} , PostOffice{0,1} , PhoneNumber{0,1} , EmailAddress{0,1} , LanguageCode{0,1}
Children Address, EmailAddress, LanguageCode, Name, PhoneNumber, PostOffice, PostalCode
Instance
<ContactInformation>
  <Name>{1,1}</Name>
  <Address>{0,1}</Address>
  <PostalCode>{0,1}</PostalCode>
  <PostOffice>{0,1}</PostOffice>
  <PhoneNumber>{0,1}</PhoneNumber>
  <EmailAddress>{0,1}</EmailAddress>
  <LanguageCode>{0,1}</LanguageCode>
</ContactInformation>
Source
<xs:element name="ContactInformation" type="ContactInformationType"/>
Element ContactInformationType / Name
Namespace No namespace
Annotations
Nimi
Diagram
Diagram index20.tmp#id104
Type String100Type
Properties
content: simple
Facets
maxLength 100
Source
<xs:element name="Name" type="String100Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Nimi</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactInformationType / Address
Namespace No namespace
Annotations
Osoite
Diagram
Diagram index20.tmp#id655
Type String50Type
Properties
content: simple
minOccurs: 0
Facets
maxLength 50
Source
<xs:element name="Address" type="String50Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Osoite</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactInformationType / PostalCode
Namespace No namespace
Annotations
Postinumero
Diagram
Diagram index20.tmp#id823
Type String10Type
Properties
content: simple
minOccurs: 0
Facets
maxLength 10
Source
<xs:element name="PostalCode" type="String10Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Postinumero</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactInformationType / PostOffice
Namespace No namespace
Annotations
Postitoimipaikka
Diagram
Diagram index20.tmp#id655
Type String50Type
Properties
content: simple
minOccurs: 0
Facets
maxLength 50
Source
<xs:element name="PostOffice" type="String50Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Postitoimipaikka</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactInformationType / PhoneNumber
Namespace No namespace
Annotations
Puhelin
Diagram
Diagram index20.tmp#id826
Type String20Type
Properties
content: simple
minOccurs: 0
Facets
maxLength 20
Source
<xs:element name="PhoneNumber" type="String20Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Puhelin</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactInformationType / EmailAddress
Namespace No namespace
Annotations
Sähköposti
Diagram
Diagram index20.tmp#id655
Type String50Type
Properties
content: simple
minOccurs: 0
Facets
maxLength 50
Source
<xs:element name="EmailAddress" type="String50Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Sähköposti</xs:documentation>
  </xs:annotation>
</xs:element>
Element ContactInformationType / LanguageCode
Namespace No namespace
Annotations
Sähköpostiosoite
Diagram
Diagram index3.tmp#id829
Type LanguageCodeType
Properties
content: simple
minOccurs: 0
Facets
enumeration en
englanti
enumeration fi
suomi
enumeration sv
ruotsi
enumeration est
viro
enumeration lat
latvia
enumeration muu
muu
enumeration rus
venäjä
Source
<xs:element name="LanguageCode" type="LanguageCodeType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Sähköpostiosoite</xs:documentation>
  </xs:annotation>
</xs:element>
Element BankAccount
Namespace http://standardit.tapio.fi/schemas/forestData/common
Diagram
Diagram index20.tmp#id832 index20.tmp#id834 index20.tmp#id831
Type BankAccountType
Properties
content: complex
Model IBAN , BIC
Children BIC, IBAN
Instance
<BankAccount>
  <IBAN>{1,1}</IBAN>
  <BIC>{1,1}</BIC>
</BankAccount>
Source
<xs:element name="BankAccount" type="BankAccountType"/>
Element IBAN
Namespace http://standardit.tapio.fi/schemas/forestData/common
Diagram
Diagram index20.tmp#id833
Type IBANType
Properties
content: simple
Facets
minLength 14
maxLength 40
pattern [A-Z0-9]{2}([A-Z0-9])*
Used by
Complex Type BankAccountType
Source
<xs:element name="IBAN" type="IBANType"/>
Element BIC
Namespace http://standardit.tapio.fi/schemas/forestData/common
Diagram
Diagram index20.tmp#id835
Type BICType
Properties
content: simple
Facets
minLength 8
maxLength 11
pattern [A-Z]{6}[A-Z0-9]{2}([A-Z0-9])*
Used by
Complex Type BankAccountType
Source
<xs:element name="BIC" type="BICType"/>
Element BankReferenceNumber
Namespace http://standardit.tapio.fi/schemas/forestData/common
Diagram
Diagram index20.tmp#id837
Type BankReferenceNumberType
Properties
content: simple
Facets
minLength 4
maxLength 20
Source
<xs:element name="BankReferenceNumber" type="BankReferenceNumberType"/>
Element ServiceTypesType / ServiceType
Namespace No namespace
Diagram
Diagram index3.tmp#id892
Type ServiceTypeType
Properties
content: simple
minOccurs: 1
maxOccurs: unbounded
Facets
enumeration 1
Puunkorjuu
enumeration 2
Metsänhoito
enumeration 3
Metsänparannus
Source
<xs:element name="ServiceType" type="ServiceTypeType" minOccurs="1" maxOccurs="unbounded"/>
Simple Type String100Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 100 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
Used by
Source
<xs:simpleType name="String100Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 100 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="100"/>
  </xs:restriction>
</xs:simpleType>
Simple Type MunicipalityNumberType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Kuntanumero (1-3 numeroa).
Municipality number (1-3 numbers).
Diagram
Diagram index21.tmp#id125
Type restriction of jhs:KuntaKoodiTyyppi
Type hierarchy
Facets
pattern [0-9]{1,3}
Used by
Source
<xs:simpleType name="MunicipalityNumberType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kuntanumero (1-3 numeroa).</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Municipality number (1-3 numbers).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="jhs:KuntaKoodiTyyppi">
    <xs:pattern value="[0-9]{1,3}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String2000Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 2000 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 2000
Used by
Element RequestInfo
Source
<xs:simpleType name="String2000Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 2000 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2000"/>
  </xs:restriction>
</xs:simpleType>
Simple Type DateType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Päivämäärä muodossa YYYY-MM-DD, minimivuosi on 1900.
Date, date format YYYY-MM-DD with minimum year 1900.
Diagram
Diagram
Type restriction of xs:date
Facets
minInclusive 1900-01-01
Used by
Source
<xs:simpleType name="DateType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Päivämäärä muodossa YYYY-MM-DD, minimivuosi on 1900.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Date, date format YYYY-MM-DD with minimum year 1900.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:date">
    <xs:minInclusive value="1900-01-01"/>
  </xs:restriction>
</xs:simpleType>
Simple Type MunicipalityNameType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Kunnan nimi maksimissaan 30 merkkiä.
Name of municipality.
Diagram
Diagram index21.tmp#id86
Type restriction of jhs:NimiTekstiTyyppi
Type hierarchy
Facets
maxLength 30
Used by
Source
<xs:simpleType name="MunicipalityNameType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kunnan nimi maksimissaan 30 merkkiä.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Name of municipality.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="jhs:NimiTekstiTyyppi">
    <xs:maxLength value="30"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveIntegerType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivisen kokonaisluvun määrittely.
Definition for positive integer.
Diagram
Diagram
Type restriction of xs:integer
Facets
minInclusive 0
Used by
Source
<xs:simpleType name="PositiveIntegerType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for positive integer.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>
Simple Type TimeStampType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Aikaleiman tiedot muodossa VVVV-KK-PPTtt:mm:ss, minimivuosi on 1900.
Time stamp, time format YYYY-MM-DDThh:mm:ss with minimum year 1900.
Diagram
Diagram
Type restriction of xs:dateTime
Facets
minInclusive 1900-01-01T00:00:00
Used by
Simple Type ChangeTimeType
Element TimeStamp
Source
<xs:simpleType name="TimeStampType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Aikaleiman tiedot muodossa VVVV-KK-PPTtt:mm:ss, minimivuosi on 1900.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Time stamp, time format YYYY-MM-DDThh:mm:ss with minimum year 1900.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:dateTime">
    <xs:minInclusive value="1900-01-01T00:00:00"/>
  </xs:restriction>
</xs:simpleType>
Simple Type ExtendedMainGroupType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Laajennettu pääryhmäkoodisto
Extended coding for main group type
Diagram
Diagram index3.tmp#id311 index3.tmp#id312
Type union of(MainGroupType, ExtraMainGroupType)
Used by
Element MainGroup
Source
<xs:simpleType name="ExtendedMainGroupType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Laajennettu pääryhmäkoodisto</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Extended coding for main group type</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="MainGroupType ExtraMainGroupType"/>
</xs:simpleType>
Simple Type YearType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Vuosi määrittely, minimivuosi 1900.
Definition of year with minimum year 1900.
Diagram
Diagram
Type restriction of xs:gYear
Facets
minInclusive 1900
Used by
Source
<xs:simpleType name="YearType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Vuosi määrittely, minimivuosi 1900.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition of year with minimum year 1900.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:gYear">
    <xs:minInclusive value="1900"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal4FractionDigitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku neljällä desimaalilla.
Decimal number with 4 fraction digits.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 4
Used by
Simple Type AreaType
Source
<xs:simpleType name="Decimal4FractionDigitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku neljällä desimaalilla.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 4 fraction digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="4"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal3And2PositiveType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä 0.00 ja 999.99
Decimal number with 2 fraction digit. Minimum value 0.00 an maximum value 999.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 1000
minInclusive 0
Used by
Source
<xs:simpleType name="Decimal3And2PositiveType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä 0.00 ja 999.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value 0.00 an maximum value 999.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="1000"/>
    <xs:minInclusive value="0"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal2And2PositiveType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä 0.00 ja 99.99
Decimal number with 2 fraction digit. Minimum value 0.00 an maximum value 99.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 100
minInclusive 0
Used by
Simple Types DiameterType, HeightType
Source
<xs:simpleType name="Decimal2And2PositiveType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä 0.00 ja 99.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value 0.00 an maximum value 99.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="100"/>
    <xs:minInclusive value="0"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PercentWithFraction1Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Prosenttiluvun (desimaaliluku yhdellä desimaalilla) määrittely (0.0 - 100.0 %).
Definition of percent (decimal with fraction 1) (0.0 - 100.0 %).
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 1
maxInclusive 100
minInclusive 0
Used by
Source
<xs:simpleType name="PercentWithFraction1Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Prosenttiluvun (desimaaliluku yhdellä desimaalilla) määrittely (0.0 - 100.0 %).</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition of percent (decimal with fraction 1) (0.0 - 100.0 %).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="100"/>
    <xs:fractionDigits value="1"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal2FractionDigitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla.
Decimal number with 2 fraction digits.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
Used by
Source
<xs:simpleType name="Decimal2FractionDigitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveDecimalMax2IntegralPartMax1FractionalPartType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 2 numeroa ja desimaaliosassa maksimissaan 1 numero. Kattaa siis arvot 0 - 99,9.
Positive decimal fraction with maximum 2 numbers in its integral part and maximum 1 number in its fractinoal part. Thus covers values 0 - 99,9.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,2}\.?[0-9]{0,1}
Used by
Source
<xs:simpleType name="PositiveDecimalMax2IntegralPartMax1FractionalPartType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 2 numeroa ja desimaaliosassa maksimissaan 1 numero. Kattaa siis arvot 0 - 99,9.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Positive decimal fraction with maximum 2 numbers in its integral part and maximum 1 number in its fractinoal part. Thus covers values 0 - 99,9.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,2}\.?[0-9]{0,1}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal4And2PositiveType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä 0.00 ja 9999.99
Decimal number with 2 fraction digit. Minimum value 0.00 an maximum value 9999.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 10000
minInclusive 0
Used by
Simple Type ProposalAreaType
Source
<xs:simpleType name="Decimal4And2PositiveType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä 0.00 ja 9999.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value 0.00 an maximum value 9999.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="10000"/>
    <xs:minInclusive value="0"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String50Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 50 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 50
Used by
Source
<xs:simpleType name="String50Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 50 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="50"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String200Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 200 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 200
Used by
Source
<xs:simpleType name="String200Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 200 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="200"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal7And2PositiveType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä -0.00 ja 9999999.99
Decimal number with 2 fraction digit. Minimum value -0.00 an maximum value 9999999.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 10000000
minInclusive 0
Used by
Source
<xs:simpleType name="Decimal7And2PositiveType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä -0.00 ja 9999999.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value -0.00 an maximum value 9999999.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="10000000"/>
    <xs:minInclusive value="0"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type FeatureCodeType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Alkuperäiset monimuotoisuuskoodit (1-9975) ja myöhemmin lisätyt (10001-20182).
Original special feature codes (1-9975) and extensions (10001-20182) that were added later.
Diagram
Diagram index62.tmp#id712 index62.tmp#id713
Type union of(OriginalFeatureCodeType, FeatureCodeExtensionsType)
Used by
Simple Type FeatureCodeType
Source
<xs:simpleType name="FeatureCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Alkuperäiset monimuotoisuuskoodit (1-9975) ja myöhemmin lisätyt (10001-20182).</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Original special feature codes (1-9975) and extensions (10001-20182) that were added later.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="OriginalFeatureCodeType FeatureCodeExtensionsType"/>
</xs:simpleType>
Simple Type DateYYYY-MMOrYYYY-MM-DDType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Päivämäärä muodossa VVVV-KK (1.6, "--06-01" / "--06-01Z" UTC / "--06-01+02:00" UTC+02.00) tai VVVV-KK-PP (1.6.2009, "2009-06-01" / "2009-06-01Z" UTC / "2009-06-01+02.00" UTC+02.00).
Date, date format YYYY-MM (1.6, "--06-01" / "--06-01Z" UTC / "--06-01+02:00" UTC+02.00) or YYYY-MM-DD (1.6.2009, "2009-06-01" / "2009-06-01Z" UTC / "2009-06-01+02.00" UTC+02.00).
Diagram
Diagram index20.tmp#id239
Type union of(xs:gMonthDay, DateType)
Used by
Simple Types EndDateType, StartDateType
Source
<xs:simpleType name="DateYYYY-MMOrYYYY-MM-DDType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Päivämäärä muodossa VVVV-KK (1.6, "--06-01" / "--06-01Z" UTC / "--06-01+02:00" UTC+02.00) tai VVVV-KK-PP (1.6.2009, "2009-06-01" / "2009-06-01Z" UTC / "2009-06-01+02.00" UTC+02.00).</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Date, date format YYYY-MM (1.6, "--06-01" / "--06-01Z" UTC / "--06-01+02:00" UTC+02.00) or YYYY-MM-DD (1.6.2009, "2009-06-01" / "2009-06-01Z" UTC / "2009-06-01+02.00" UTC+02.00).</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:gMonthDay DateType"/>
</xs:simpleType>
Complex Type ContactInformationType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Yhteystietotyyppi
Diagram
Diagram index20.tmp#id820 index20.tmp#id821 index20.tmp#id822 index20.tmp#id824 index20.tmp#id825 index20.tmp#id827 index20.tmp#id828
Used by
Model Name , Address{0,1} , PostalCode{0,1} , PostOffice{0,1} , PhoneNumber{0,1} , EmailAddress{0,1} , LanguageCode{0,1}
Children Address, EmailAddress, LanguageCode, Name, PhoneNumber, PostOffice, PostalCode
Source
<xs:complexType name="ContactInformationType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Yhteystietotyyppi</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="String100Type">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Nimi</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address" type="String50Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Osoite</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PostalCode" type="String10Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Postinumero</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PostOffice" type="String50Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Postitoimipaikka</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PhoneNumber" type="String20Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Puhelin</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmailAddress" type="String50Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Sähköposti</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LanguageCode" type="LanguageCodeType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Sähköpostiosoite</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type String10Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 10 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 10
Used by
Source
<xs:simpleType name="String10Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 10 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="10"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String20Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 20 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 20
Used by
Source
<xs:simpleType name="String20Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 20 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="20"/>
  </xs:restriction>
</xs:simpleType>
Complex Type BankAccountType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Pankkitili. IBAN+BIC. BIC-koodi muutettu pakolliseksi siirtymäajan jälkeen 05/2012.
Diagram
Diagram index20.tmp#id832 index20.tmp#id834
Used by
Element BankAccount
Model IBAN , BIC
Children BIC, IBAN
Source
<xs:complexType name="BankAccountType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Pankkitili. IBAN+BIC. BIC-koodi muutettu pakolliseksi siirtymäajan jälkeen 05/2012.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="IBAN" minOccurs="1" maxOccurs="1"/>
    <xs:element ref="BIC" minOccurs="1" maxOccurs="1"/>
  </xs:sequence>
</xs:complexType>
Simple Type IBANType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Pankkitili. IBAN-muoto. Myös kotimainen pankkitili oli mahdollinen siirtymäajan aikana.
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 14
maxLength 40
pattern [A-Z0-9]{2}([A-Z0-9])*
Used by
Element IBAN
Source
<xs:simpleType name="IBANType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Pankkitili. IBAN-muoto. Myös kotimainen pankkitili oli mahdollinen siirtymäajan aikana.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="14"/>
    <xs:maxLength value="40"/>
    <xs:pattern value="[A-Z0-9]{2}([A-Z0-9])*"/>
  </xs:restriction>
</xs:simpleType>
Simple Type BICType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
BIC-koodi.
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 8
maxLength 11
pattern [A-Z]{6}[A-Z0-9]{2}([A-Z0-9])*
Used by
Element BIC
Source
<xs:simpleType name="BICType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">BIC-koodi.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="8"/>
    <xs:maxLength value="11"/>
    <xs:pattern value="[A-Z]{6}[A-Z0-9]{2}([A-Z0-9])*"/>
  </xs:restriction>
</xs:simpleType>
Simple Type BankReferenceNumberType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Pankin viitenumero.
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 4
maxLength 20
Used by
Source
<xs:simpleType name="BankReferenceNumberType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Pankin viitenumero.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="4"/>
    <xs:maxLength value="20"/>
  </xs:restriction>
</xs:simpleType>
Simple Type IdStringType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono tunnisteen määrittely
Diagram
Diagram
Type xs:string
Used by
Simple Type IdStringNotEmptyType
Element ActorId
Source
<xs:simpleType name="IdStringType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono tunnisteen määrittely</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Simple Type IdStringNotEmptyType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono tunnisteen määrittely. Tyhjää tunnistetta ei sallita.
Diagram
Diagram index20.tmp#id838
Type restriction of IdStringType
Type hierarchy
Facets
whiteSpace collapse
minLength 1
Source
<xs:simpleType name="IdStringNotEmptyType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono tunnisteen määrittely. Tyhjää tunnistetta ei sallita.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="IdStringType">
    <xs:minLength value="1"/>
    <xs:whiteSpace value="collapse"/>
  </xs:restriction>
</xs:simpleType>
Simple Type NegativeIntegerType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Negatiivisen kokonaisluvun määrittely.
Definition for negative integer.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxExclusive 0
Source
<xs:simpleType name="NegativeIntegerType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Negatiivisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for negative integer.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:maxExclusive value="0"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveInteger1digitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivisen yksinumeroisen kokonaisluvun määrittely.
Definition for positive integer, 1 digit.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 9
minInclusive 0
Source
<xs:simpleType name="PositiveInteger1digitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivisen yksinumeroisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for positive integer, 1 digit.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="9"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveInteger2digitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivisen kaksinumeroisen kokonaisluvun määrittely.
Definition for positive integer, 2 digits.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 99
minInclusive 0
Source
<xs:simpleType name="PositiveInteger2digitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivisen kaksinumeroisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for positive integer, 2 digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="99"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveInteger3digitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivisen kolminumeroisen kokonaisluvun määrittely.
Definition for positive integer, 3 digits.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 999
minInclusive 0
Used by
Source
<xs:simpleType name="PositiveInteger3digitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivisen kolminumeroisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for positive integer, 3 digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="999"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveInteger4digitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivisen nelinumeroisen kokonaisluvun määrittely.
Definition for positive integer, 4 digits.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 9999
minInclusive 0
Used by
Source
<xs:simpleType name="PositiveInteger4digitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivisen nelinumeroisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for positive integer, 4 digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="9999"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveInteger5digitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivisen viisinumeroisen kokonaisluvun määrittely.
Definition for positive integer, 5 digits.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 99999
minInclusive 0
Used by
Source
<xs:simpleType name="PositiveInteger5digitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivisen viisinumeroisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for positive integer, 5 digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="99999"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveInteger6digitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivisen kuusinumeroisen kokonaisluvun määrittely.
Definition for positive integer, 6 digits.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 999999
minInclusive 0
Used by
Source
<xs:simpleType name="PositiveInteger6digitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivisen kuusinumeroisen kokonaisluvun määrittely.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for positive integer, 6 digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="999999"/>
  </xs:restriction>
</xs:simpleType>
Simple Type YesNoNotKnownType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Määrittely kyllä-, ei- ja ei tietoa- arvoille
Definition for yes, no and not known value
Diagram
Diagram index3.tmp#id295 index3.tmp#id848
Type union of(YesNoType, NotKnownType)
Used by
Source
<xs:simpleType name="YesNoNotKnownType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Määrittely kyllä-, ei- ja ei tietoa- arvoille</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition for yes, no and not known value</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="YesNoType NotKnownType"/>
</xs:simpleType>
Simple Type ResourceTypeType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Resurssin tyyppi kone tai henkilö
Resurstyp, maskin eller person
Type of resource.
Diagram
Diagram index3.tmp#id850 index3.tmp#id851
Type union of(PersonResourceType, MachineTypeType)
Source
<xs:simpleType name="ResourceTypeType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Resurssin tyyppi kone tai henkilö</xs:documentation>
    <xs:documentation xml:lang="sv">Resurstyp, maskin eller person</xs:documentation>
    <xs:documentation xml:lang="en">Type of resource.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="PersonResourceType MachineTypeType"/>
</xs:simpleType>
Simple Type MainWorkCodeType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Lohkon päätyölaji
MainWorkCode
Diagram
Diagram index3.tmp#id853 index3.tmp#id854
Type union of(WorkCodeType, WorkCodeGroupType)
Used by
Source
<xs:simpleType name="MainWorkCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Lohkon päätyölaji</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">MainWorkCode</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="WorkCodeType WorkCodeGroupType"/>
</xs:simpleType>
Simple Type OperationTypeType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Metsävarasanoman työlajit
OperationType
Diagram
Diagram index3.tmp#id856
Type union of(SilvicultureTypeType)
Source
<xs:simpleType name="OperationTypeType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Metsävarasanoman työlajit</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">OperationType</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="SilvicultureTypeType"/>
</xs:simpleType>
Simple Type OperationSpecificationType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Työlajin tarkenne
Diagram
Diagram index3.tmp#id858 index3.tmp#id859
Type union of(SilvicultureExtraQualifierType, CommonOperationExtraQualifierType)
Source
<xs:simpleType name="OperationSpecificationType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Työlajin tarkenne</xs:documentation>
    <!--Metsävarasanoman (MV1.5) suppea OperationSpecification-koodisto -->
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:union memberTypes="SilvicultureExtraQualifierType CommonOperationExtraQualifierType"/>
</xs:simpleType>
Simple Type ExtendedQuantityUnitType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Tilastoitavan määrän yksikkö, laajennettu koodisto
Quantity units for assortments (cubic meters etc), extended coding
Diagram
Diagram index3.tmp#id861 index3.tmp#id862
Type union of(QuantityUnitType, StatisticsQuantityUnitType)
Source
<xs:simpleType name="ExtendedQuantityUnitType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Tilastoitavan määrän yksikkö, laajennettu koodisto</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Quantity units for assortments (cubic meters etc), extended coding</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="QuantityUnitType StatisticsQuantityUnitType"/>
</xs:simpleType>
Simple Type WideDevelopmentClassType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Laaja kehitysluokkakoodisto
Diagram
Diagram index3.tmp#id331 index3.tmp#id864
Type union of(DevelopmentClassType, DevelopmentClassExtensionsType)
Used by
Source
<xs:simpleType name="WideDevelopmentClassType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Laaja kehitysluokkakoodisto</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:union memberTypes="DevelopmentClassType DevelopmentClassExtensionsType"/>
</xs:simpleType>
Simple Type Decimal2And2Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä -99.99 ja 99.99
Decimal number with 2 fraction digit. Minimum value -99.99 an maximum value 99.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 100
minExclusive -100
Source
<xs:simpleType name="Decimal2And2Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä -99.99 ja 99.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value -99.99 an maximum value 99.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="100"/>
    <xs:minExclusive value="-100"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal3And2Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä -999.99 ja 999.99
Decimal number with 2 fraction digit. Minimum value -999.99 an maximum value 999.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 1000
minExclusive -1000
Source
<xs:simpleType name="Decimal3And2Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä -999.99 ja 999.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value -999.99 an maximum value 999.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="1000"/>
    <xs:minExclusive value="-1000"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal3TotalDigitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku maksimissaan 3 numeroa.
Decimal number with 3 total digits.
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 3
Source
<xs:simpleType name="Decimal3TotalDigitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku maksimissaan 3 numeroa.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 3 total digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="3"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal4And2Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä -9999.99 ja 9999.99
Decimal number with 2 fraction digit. Minimum value -9999.99 an maximum value 9999.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 10000
minExclusive -10000
Source
<xs:simpleType name="Decimal4And2Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä -9999.99 ja 9999.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value -9999.99 an maximum value 9999.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="10000"/>
    <xs:minExclusive value="-10000"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal4TotalDigitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku maksimissaan 4 numeroa.
Decimal number with 4 total digits.
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 4
Source
<xs:simpleType name="Decimal4TotalDigitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku maksimissaan 4 numeroa.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 4 total digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="4"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal5TotalDigitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku maksimissaan 5 numeroa.
Decimal number with 5 total digits.
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 5
Source
<xs:simpleType name="Decimal5TotalDigitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku maksimissaan 5 numeroa.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 5 total digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="5"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal7And2Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kahdella desimaalilla arvovälillä -9999999.99 ja 9999999.99
Decimal number with 2 fraction digit. Minimum value -9999999.99 an maximum value 9999999.99.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxExclusive 10000000
minExclusive -10000000
Source
<xs:simpleType name="Decimal7And2Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kahdella desimaalilla arvovälillä -9999999.99 ja 9999999.99</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 2 fraction digit. Minimum value -9999999.99 an maximum value 9999999.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:maxExclusive value="10000000"/>
    <xs:minExclusive value="-10000000"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal1FractionDigitType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku yhdellä desimaalilla.
Decimal number with 1 fraction digit.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 1
Used by
Source
<xs:simpleType name="Decimal1FractionDigitType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku yhdellä desimaalilla.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 1 fraction digit.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="1"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal3FractionDigitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku kolmella desimaalilla.
Decimal number with 3 fraction digits.
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 3
Source
<xs:simpleType name="Decimal3FractionDigitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku kolmella desimaalilla.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 3 fraction digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:fractionDigits value="3"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Decimal6TotalDigitsType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Desimaaliluku maksimissaan 6 numeroa.
Decimal number with 6 total digits.
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 6
Source
<xs:simpleType name="Decimal6TotalDigitsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Desimaaliluku maksimissaan 6 numeroa.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Decimal number with 6 total digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="6"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveDecimalMax1IntegralPartMax2FractionalPartType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 1 numero ja desimaaliosassa maksimissaan 2 numeroa. Kattaa siis arvot 0 - 9,99.
Positive decimal fraction with maximum 1 digit in its integral part and maximum 2 digits in its fractional part. Thus covers values 0 - 9.99.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,1}\.?[0-9]{0,2}
Source
<xs:simpleType name="PositiveDecimalMax1IntegralPartMax2FractionalPartType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 1 numero ja desimaaliosassa maksimissaan 2 numeroa. Kattaa siis arvot 0 - 9,99.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Positive decimal fraction with maximum 1 digit in its integral part and maximum 2 digits in its fractional part. Thus covers values 0 - 9.99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,1}\.?[0-9]{0,2}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveDecimalMax4IntegralPartMax2FractionalPartType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 4 numeroa ja desimaaliosassa maksimissaan 2 numeroa. Kattaa siis arvot 0 - 9999,99.
Positive decimal fraction with maximum 4 numbers in its integral part and maximum 2 numbers in its fractinoal part. Thus covers values 0 - 9999,99.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,4}\.?[0-9]{0,2}
Source
<xs:simpleType name="PositiveDecimalMax4IntegralPartMax2FractionalPartType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 4 numeroa ja desimaaliosassa maksimissaan 2 numeroa. Kattaa siis arvot 0 - 9999,99.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Positive decimal fraction with maximum 4 numbers in its integral part and maximum 2 numbers in its fractinoal part. Thus covers values 0 - 9999,99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,4}\.?[0-9]{0,2}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveDecimalMax5IntegralPartMax1FractionalPartType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 5 numeroa ja desimaaliosassa maksimissaan 1 numero. Kattaa siis arvot 0 - 99999,9.
Positive decimal fraction with maximum 5 numbers in its integral part and maximum 1 numbers in its fractinoal part. Thus covers values 0 - 9999,99.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,5}\.?[0-9]{0,2}
Source
<xs:simpleType name="PositiveDecimalMax5IntegralPartMax1FractionalPartType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 5 numeroa ja desimaaliosassa maksimissaan 1 numero. Kattaa siis arvot 0 - 99999,9.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Positive decimal fraction with maximum 5 numbers in its integral part and maximum 1 numbers in its fractinoal part. Thus covers values 0 - 9999,99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,5}\.?[0-9]{0,2}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PositiveDecimalMax5IntegralPartMax2FractionalPartType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 4 numeroa ja desimaaliosassa maksimissaan 2 numeroa. Kattaa siis arvot 0 - 9999,99.
Positive decimal fraction with maximum 4 numbers in its integral part and maximum 2 numbers in its fractinoal part. Thus covers values 0 - 9999,99.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [0-9]{1,5}\.?[0-9]{0,2}
Source
<xs:simpleType name="PositiveDecimalMax5IntegralPartMax2FractionalPartType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Positiivinen desimaaliluku, jonka kokonaislukuosassa maksimissaan 4 numeroa ja desimaaliosassa maksimissaan 2 numeroa. Kattaa siis arvot 0 - 9999,99.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Positive decimal fraction with maximum 4 numbers in its integral part and maximum 2 numbers in its fractinoal part. Thus covers values 0 - 9999,99.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[0-9]{1,5}\.?[0-9]{0,2}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type MoneyType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Rahan määrä desimaalilukuna kahdella desimaalilla.
Money amount (decimal with fraction 2).
Diagram
Diagram index20.tmp#id435
Type Decimal2FractionDigitsType
Type hierarchy
Facets
fractionDigits 2
Source
<xs:simpleType name="MoneyType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Rahan määrä desimaalilukuna kahdella desimaalilla.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Money amount (decimal with fraction 2).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="Decimal2FractionDigitsType"/>
</xs:simpleType>
Simple Type PercentType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Prosenttiluvun (desimaaliluku) määrittely (0.0 - 100.0 %).
Definition of percent (decimal) (0.0 - 100.0 %).
Diagram
Diagram
Type restriction of xs:decimal
Facets
maxInclusive 100
minInclusive 0
Source
<xs:simpleType name="PercentType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Prosenttiluvun (desimaaliluku) määrittely (0.0 - 100.0 %).</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition of percent (decimal) (0.0 - 100.0 %).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="100"/>
  </xs:restriction>
</xs:simpleType>
Simple Type PercentWithFraction2Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Prosenttiluvun (desimaaliluku kahdella desimaalilla) määrittely (0.00 - 100.00 %).
Definition of percent (decimal with fraction 2) (0.0 - 100.0 %).
Diagram
Diagram
Type restriction of xs:decimal
Facets
fractionDigits 2
maxInclusive 100
minInclusive 0
Source
<xs:simpleType name="PercentWithFraction2Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Prosenttiluvun (desimaaliluku kahdella desimaalilla) määrittely (0.00 - 100.00 %).</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Definition of percent (decimal with fraction 2) (0.0 - 100.0 %).</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="100"/>
    <xs:fractionDigits value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type DateMmDdYyyyType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Päivämäärä muodossa pp.kk.vvvv. Esimerkiksi 1.6.2009 tai 01.06.2009.
Date in format dd.mm.yyyy. For example 1.6.2009 or 01.06.2009.
Diagram
Diagram
Type restriction of xs:string
Facets
pattern (0[1-9]|[12][0-9]|3[01])[.](0[1-9]|1[012])[.](19|20)\d\d
Source
<xs:simpleType name="DateMmDdYyyyType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Päivämäärä muodossa pp.kk.vvvv. Esimerkiksi 1.6.2009 tai 01.06.2009.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Date in format dd.mm.yyyy. For example 1.6.2009 or 01.06.2009.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="(0[1-9]|[12][0-9]|3[01])[.](0[1-9]|1[012])[.](19|20)\d\d"/>
  </xs:restriction>
</xs:simpleType>
Simple Type LanguageCode1Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Kielikoodi (ISO 639-1), esim. fi, sv, en. SUOSITUS: käytä forest enumeratives type:ä ISO639char2LanguageType.
Language code (ISO 639-1), e.g. fi, sv, en. Highly recomended: use forest enumeratives type ISO639char2LanguageType.
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 2
Source
<xs:simpleType name="LanguageCode1Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Kielikoodi (ISO 639-1), esim. fi, sv, en. SUOSITUS: käytä forest enumeratives type:ä ISO639char2LanguageType.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">Language code (ISO 639-1), e.g. fi, sv, en. Highly recomended: use forest enumeratives type ISO639char2LanguageType.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="2"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String5Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 5 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 5
Used by
Source
<xs:simpleType name="String5Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 5 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="5"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String25Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 25 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 25
Source
<xs:simpleType name="String25Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 25 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="25"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String500Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 500 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 500
Used by
Source
<xs:simpleType name="String500Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 500 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="500"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String1000Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 1000 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 1000
Used by
Source
<xs:simpleType name="String1000Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 1000 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="1000"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String1500Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 1500 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 1500
Used by
Source
<xs:simpleType name="String1500Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 1500 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="1500"/>
  </xs:restriction>
</xs:simpleType>
Simple Type String3000Type
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Merkkijono max 3000 merkkiä
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 3000
Used by
Source
<xs:simpleType name="String3000Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Merkkijono max 3000 merkkiä</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="3000"/>
  </xs:restriction>
</xs:simpleType>
Complex Type ServiceTypesType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Palvelukokonaisuudet
Diagram
Diagram index20.tmp#id891
Model ServiceType+
Children ServiceType
Source
<xs:complexType name="ServiceTypesType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Palvelukokonaisuudet</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ServiceType" type="ServiceTypeType" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Simple Type StatisticsPurchaseModeCodeType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Tilastoinnin puukauppamuodon koodit
OperationType
Diagram
Diagram index3.tmp#id894 index3.tmp#id895
Type union of(PurchaseModeType, StatisticsPurchaseModeType)
Source
<xs:simpleType name="StatisticsPurchaseModeCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Tilastoinnin puukauppamuodon koodit</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en">OperationType</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="PurchaseModeType StatisticsPurchaseModeType"/>
</xs:simpleType>
Simple Type UseCaseType
Namespace http://standardit.tapio.fi/schemas/forestData/common
Annotations
Metsäkeskuksen tarkastustieto- ja omavalvontasanomien käyttötapausten yhdistelmäkoodisto
Diagram
Diagram index3.tmp#id897 index3.tmp#id898
Type union of(ControlUseCaseType, SelfMonitoringUseCaseType)
Source
<xs:simpleType name="UseCaseType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Metsäkeskuksen tarkastustieto- ja omavalvontasanomien käyttötapausten yhdistelmäkoodisto</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:union memberTypes="ControlUseCaseType SelfMonitoringUseCaseType"/>
</xs:simpleType>