Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Imported schema QualityAttachment.xsd
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Properties
attribute form default: unqualified
element form default: qualified
version: V10.05
Element QualityAttachmentType / ServiceBuyerId
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
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 QualityAttachmentType / DestinationStorage
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
Toimituspiste
Diagram
Diagram index8.tmp#id135
Type String20Type
Properties
content: simple
minOccurs: 1
Facets
maxLength 20
Source
<xs:element name="DestinationStorage" type="bdt:String20Type" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Toimituspiste</xs:documentation>
  </xs:annotation>
</xs:element>
Element QualityAttachmentType / Assortment
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
PTL koodi
Diagram
Diagram index8.tmp#id121
Type String50Type
Properties
content: simple
minOccurs: 0
Facets
maxLength 50
Source
<xs:element name="Assortment" type="bdt:String50Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">PTL koodi</xs:documentation>
  </xs:annotation>
</xs:element>
Element QualityAttachmentType / ModificationDate
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
Muokkaus pvm
Diagram
Diagram index8.tmp#id115
Type DateType
Properties
content: simple
minOccurs: 1
Facets
minInclusive 1900-01-01
Source
<xs:element name="ModificationDate" type="bdt:DateType" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Muokkaus pvm</xs:documentation>
  </xs:annotation>
</xs:element>
Element QualityAttachmentType / Version
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
Versio
Diagram
Diagram index8.tmp#id143
Type String10Type
Properties
content: simple
Facets
maxLength 10
Source
<xs:element name="Version" type="bdt:String10Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Versio</xs:documentation>
  </xs:annotation>
</xs:element>
Element QualityAttachmentType / Infotext
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
Lisätieto
Diagram
Diagram index8.tmp#id125
Type String1000Type
Properties
content: simple
minOccurs: 0
Facets
maxLength 1000
Source
<xs:element name="Infotext" type="bdt:String1000Type" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Lisätieto</xs:documentation>
  </xs:annotation>
</xs:element>
Element QualityAttachmentType / Filename
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
Tiedostonimi
Diagram
Diagram index8.tmp#id137
Type String100Type
Properties
content: simple
Facets
maxLength 100
Source
<xs:element name="Filename" type="bdt:String100Type">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Tiedostonimi</xs:documentation>
  </xs:annotation>
</xs:element>
Element QualityAttachmentType / Bytes
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
Tiedoston sisältö
Diagram
Diagram
Type xs:base64Binary
Properties
content: simple
Source
<xs:element name="Bytes" type="xs:base64Binary">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Tiedoston sisältö</xs:documentation>
  </xs:annotation>
</xs:element>
Element QualityAttachment
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Annotations
Laatuliite
Diagram
Diagram index76.tmp#id743 index76.tmp#id744 index76.tmp#id745 index76.tmp#id746 index76.tmp#id747 index76.tmp#id748 index76.tmp#id749 index76.tmp#id750 index76.tmp#id742
Type QualityAttachmentType
Properties
content: complex
Model ServiceBuyerId , DestinationStorage , Assortment{0,1} , ModificationDate , Version , Infotext{0,1} , Filename , Bytes
Children Assortment, Bytes, DestinationStorage, Filename, Infotext, ModificationDate, ServiceBuyerId, Version
Instance
<QualityAttachment>
  <ServiceBuyerId>{1,1}</ServiceBuyerId>
  <DestinationStorage>{1,1}</DestinationStorage>
  <Assortment>{0,1}</Assortment>
  <ModificationDate>{1,1}</ModificationDate>
  <Version>{1,1}</Version>
  <Infotext>{0,1}</Infotext>
  <Filename>{1,1}</Filename>
  <Bytes>{1,1}</Bytes>
</QualityAttachment>
Source
<xs:element name="QualityAttachment" type="QualityAttachmentType">
  <xs:annotation>
    <xs:documentation>Laatuliite</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type QualityAttachmentType
Namespace http://standardit.tapio.fi/schemas/forestData/QualityAttachment
Diagram
Diagram index76.tmp#id743 index76.tmp#id744 index76.tmp#id745 index76.tmp#id746 index76.tmp#id747 index76.tmp#id748 index76.tmp#id749 index76.tmp#id750
Used by
Model ServiceBuyerId , DestinationStorage , Assortment{0,1} , ModificationDate , Version , Infotext{0,1} , Filename , Bytes
Children Assortment, Bytes, DestinationStorage, Filename, Infotext, ModificationDate, ServiceBuyerId, Version
Source
<xs:complexType name="QualityAttachmentType">
  <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="DestinationStorage" type="bdt:String20Type" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Toimituspiste</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Assortment" type="bdt:String50Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">PTL koodi</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ModificationDate" type="bdt:DateType" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Muokkaus pvm</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="bdt:String10Type">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Versio</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Infotext" type="bdt:String1000Type" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Lisätieto</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Filename" type="bdt:String100Type">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Tiedostonimi</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Bytes" type="xs:base64Binary">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Tiedoston sisältö</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>