Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Imported schema WorkingSiteWorkTime.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Properties
attribute form default: unqualified
element form default: qualified
version: V10.05
Element WorkingSiteWorkTimeType / ServiceBuyerId
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Annotations
Urakanantajan tunniste
Diagram
Diagram index8.tmp#id135
Type String20Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 20
Source
<xs:element name="ServiceBuyerId" type="bdt:String20Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Urakanantajan tunniste</xs:documentation>
  </xs:annotation>
</xs:element>
Element WorkingSiteWorkTimeType / WorkingSiteId
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Annotations
Lohkon tunniste
Diagram
Diagram index8.tmp#id135
Type String20Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 20
Source
<xs:element name="WorkingSiteId" type="bdt:String20Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Lohkon tunniste</xs:documentation>
  </xs:annotation>
</xs:element>
Element WorkingSiteWorkTimeType / ResourceId
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Annotations
Resurssin tunniste
Diagram
Diagram index8.tmp#id135
Type String20Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 20
Source
<xs:element name="ResourceId" type="bdt:String20Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Resurssin tunniste</xs:documentation>
  </xs:annotation>
</xs:element>
Element WorkingSiteWorkTimeType / StartTime
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Annotations
Työaika alkaa
Diagram
Diagram index8.tmp#id342
Type TimeStampType
Properties
content: simple
minOccurs: 1
Facets
minInclusive 1900-01-01T00:00:00
Source
<xs:element name="StartTime" type="bdt:TimeStampType" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Työaika alkaa</xs:documentation>
  </xs:annotation>
</xs:element>
Element WorkingSiteWorkTimeType / EndTime
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Annotations
Työaika loppuu
Diagram
Diagram index8.tmp#id342
Type TimeStampType
Properties
content: simple
minOccurs: 1
Facets
minInclusive 1900-01-01T00:00:00
Source
<xs:element name="EndTime" type="bdt:TimeStampType" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Työaika loppuu</xs:documentation>
  </xs:annotation>
</xs:element>
Element WorkingSiteWorkTimeType / SavingTime
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Annotations
Tallennusaika
Diagram
Diagram index8.tmp#id342
Type TimeStampType
Properties
content: simple
minOccurs: 1
Facets
minInclusive 1900-01-01T00:00:00
Source
<xs:element name="SavingTime" type="bdt:TimeStampType" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Tallennusaika</xs:documentation>
  </xs:annotation>
</xs:element>
Element WorkingSiteWorkTime
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Annotations
Työaikailmoitus
Diagram
Diagram index71.tmp#id2522 index71.tmp#id2523 index71.tmp#id2524 index71.tmp#id2525 index71.tmp#id2526 index71.tmp#id2527 index71.tmp#id2521
Type WorkingSiteWorkTimeType
Properties
content: complex
Model ServiceBuyerId , WorkingSiteId , ResourceId , StartTime , EndTime , SavingTime
Children EndTime, ResourceId, SavingTime, ServiceBuyerId, StartTime, WorkingSiteId
Instance
<WorkingSiteWorkTime>
  <ServiceBuyerId>{1,1}</ServiceBuyerId>
  <WorkingSiteId>{1,1}</WorkingSiteId>
  <ResourceId>{1,1}</ResourceId>
  <StartTime>{1,1}</StartTime>
  <EndTime>{1,1}</EndTime>
  <SavingTime>{1,1}</SavingTime>
</WorkingSiteWorkTime>
Source
<xs:element name="WorkingSiteWorkTime" type="WorkingSiteWorkTimeType">
  <xs:annotation>
    <xs:documentation>Työaikailmoitus</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type WorkingSiteWorkTimeType
Namespace http://standardit.tapio.fi/schemas/forestData/WorkingSiteWorkTime
Diagram
Diagram index71.tmp#id2522 index71.tmp#id2523 index71.tmp#id2524 index71.tmp#id2525 index71.tmp#id2526 index71.tmp#id2527
Used by
Model ServiceBuyerId , WorkingSiteId , ResourceId , StartTime , EndTime , SavingTime
Children EndTime, ResourceId, SavingTime, ServiceBuyerId, StartTime, WorkingSiteId
Source
<xs:complexType name="WorkingSiteWorkTimeType">
  <xs:sequence>
    <xs:element name="ServiceBuyerId" type="bdt:String20Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Urakanantajan tunniste</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkingSiteId" type="bdt:String20Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Lohkon tunniste</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ResourceId" type="bdt:String20Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Resurssin tunniste</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StartTime" type="bdt:TimeStampType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Työaika alkaa</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EndTime" type="bdt:TimeStampType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Työaika loppuu</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SavingTime" type="bdt:TimeStampType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Tallennusaika</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>