Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Imported schema StanfordFile.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Properties
attribute form default: unqualified
element form default: qualified
version: V18.03
Element StanfordFileType / ServiceBuyerId
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
Urakanantajan tunnus
Diagram
Diagram index11.tmp#id147
Type String20Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 20
Source
<xs:element name="ServiceBuyerId" type="bdt:String20Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Urakanantajan tunnus</xs:documentation>
  </xs:annotation>
</xs:element>
Element StanfordFileType / WorkingSiteId
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
Lohkon tunniste
Diagram
Diagram index11.tmp#id147
Type String20Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 20
Source
<xs:element name="WorkingSiteId" type="bdt:String20Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Lohkon tunniste</xs:documentation>
  </xs:annotation>
</xs:element>
Element StanfordFileType / ResourceId
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
ResurssiId
Diagram
Diagram index11.tmp#id147
Type String20Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 20
Source
<xs:element name="ResourceId" type="bdt:String20Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation>ResurssiId</xs:documentation>
  </xs:annotation>
</xs:element>
Element StanfordFileType / FileName
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
Tiedoston nimi
Diagram
Diagram index11.tmp#id149
Type String100Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 100
Source
<xs:element name="FileName" type="bdt:String100Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Tiedoston nimi</xs:documentation>
  </xs:annotation>
</xs:element>
Element StanfordFileType / FileType
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
Tiedoston tyyppi
Diagram
Diagram index61.tmp#id960
Type FileTypeType
Properties
content: simple
minOccurs: 1
Facets
enumeration STM
stm-tiedostot (vanha stanford)
enumeration PRI
pri-tiedostot (vanha stanford)
enumeration DRF
drf-tiedostot (vanha stanford)
enumeration THP
TotalHarvestedProduction (stanford 2010)
enumeration UDD
UserDefinedData (stanford 2010)
enumeration OPM
OperationalMonitoring (stanford 2010)
enumeration MOM
Monitoring data (stanford 2010)
Source
<xs:element name="FileType" type="FileTypeType" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Tiedoston tyyppi</xs:documentation>
  </xs:annotation>
</xs:element>
Element StanfordFileType / Bytes
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
Liitetiedosto
Diagram
Diagram
Type xs:base64Binary
Properties
content: simple
minOccurs: 1
Source
<xs:element name="Bytes" type="xs:base64Binary" minOccurs="1">
  <xs:annotation>
    <xs:documentation>Liitetiedosto</xs:documentation>
  </xs:annotation>
</xs:element>
Element StanfordFile
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
Stanford tiedostojen lähetys metsäjärjestelmään
Diagram
Diagram index61.tmp#id955 index61.tmp#id956 index61.tmp#id957 index61.tmp#id958 index61.tmp#id959 index61.tmp#id961 index61.tmp#id954
Type StanfordFileType
Properties
content: complex
Model ServiceBuyerId , WorkingSiteId , ResourceId , FileName , FileType , Bytes
Children Bytes, FileName, FileType, ResourceId, ServiceBuyerId, WorkingSiteId
Instance
<StanfordFile>
  <ServiceBuyerId>{1,1}</ServiceBuyerId>
  <WorkingSiteId>{1,1}</WorkingSiteId>
  <ResourceId>{1,1}</ResourceId>
  <FileName>{1,1}</FileName>
  <FileType>{1,1}</FileType>
  <Bytes>{1,1}</Bytes>
</StanfordFile>
Source
<xs:element name="StanfordFile" type="StanfordFileType">
  <xs:annotation>
    <xs:documentation>Stanford tiedostojen lähetys metsäjärjestelmään</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type StanfordFileType
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Diagram
Diagram index61.tmp#id955 index61.tmp#id956 index61.tmp#id957 index61.tmp#id958 index61.tmp#id959 index61.tmp#id961
Used by
Model ServiceBuyerId , WorkingSiteId , ResourceId , FileName , FileType , Bytes
Children Bytes, FileName, FileType, ResourceId, ServiceBuyerId, WorkingSiteId
Source
<xs:complexType name="StanfordFileType">
  <xs:sequence>
    <xs:element name="ServiceBuyerId" type="bdt:String20Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Urakanantajan tunnus</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkingSiteId" type="bdt:String20Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Lohkon tunniste</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourceId" type="bdt:String20Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation>ResurssiId</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FileName" type="bdt:String100Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Tiedoston nimi</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FileType" type="FileTypeType" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Tiedoston tyyppi</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Bytes" type="xs:base64Binary" minOccurs="1">
      <xs:annotation>
        <xs:documentation>Liitetiedosto</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type FileTypeType
Namespace http://standardit.tapio.fi/schemas/forestData/StanfordFile
Annotations
Stanford tiedoston tyyppi
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration STM
stm-tiedostot (vanha stanford)
enumeration PRI
pri-tiedostot (vanha stanford)
enumeration DRF
drf-tiedostot (vanha stanford)
enumeration THP
TotalHarvestedProduction (stanford 2010)
enumeration UDD
UserDefinedData (stanford 2010)
enumeration OPM
OperationalMonitoring (stanford 2010)
enumeration MOM
Monitoring data (stanford 2010)
Used by
Source
<xs:simpleType name="FileTypeType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Stanford tiedoston tyyppi</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="STM">
      <xs:annotation>
        <xs:documentation xml:lang="fi">stm-tiedostot (vanha stanford)</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="PRI">
      <xs:annotation>
        <xs:documentation xml:lang="fi">pri-tiedostot (vanha stanford)</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DRF">
      <xs:annotation>
        <xs:documentation xml:lang="fi">drf-tiedostot (vanha stanford)</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="THP">
      <xs:annotation>
        <xs:documentation xml:lang="fi">TotalHarvestedProduction (stanford 2010)</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UDD">
      <xs:annotation>
        <xs:documentation xml:lang="fi">UserDefinedData (stanford 2010)</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="OPM">
      <xs:annotation>
        <xs:documentation xml:lang="fi">OperationalMonitoring (stanford 2010)</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="MOM">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Monitoring data (stanford 2010)</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>