|
Namespace |
http://standardit.tapio.fi/schemas/forestData/Image |
Diagram
|
|
Used by
|
|
Model |
ServiceBuyerId{0,1} , WorkingSiteId{0,1} , StandId{0,1} , ServiceType{0,1} , Category{0,1} , SubCategory{0,1} , MapSymbolType{0,1} , MapSymbolId{0,1} , InsertedMapSymbolId{0,1} , Position{0,1} , InfoText{0,1} , Photographer{0,1} , ImageDate{0,1} , Filename{0,1} , Bytes{0,1} |
Children |
Bytes, Category, Filename, ImageDate, InfoText, InsertedMapSymbolId, MapSymbolId, MapSymbolType, Photographer, Position, ServiceBuyerId, ServiceType, StandId, SubCategory, WorkingSiteId |
Source
|
<xs:complexType name="ImageBaseType">
<xs:sequence>
<xs:element name="ServiceBuyerId" type="bdt:String20Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Urakanantajan tunniste</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WorkingSiteId" type="bdt:String20Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Lohkon tunniste, yksilöivä id</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StandId" type="bdt:String10Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Lohkon kuvion numero</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ServiceType" type="bdt:ServiceTypeType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Palvelukokonaisuus</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Category" type="bdt:ImageCategoryType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Valokuvan luokittelu</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SubCategory" type="bdt:ImageSubCategoryType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Valokuvan alaluokka</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MapSymbolType" type="bdt:FeatureCodeType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Karttamerkin tyyppi</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MapSymbolId" type="bdt:String20Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Karttamerkin yksilöivä id MJ:ssä</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InsertedMapSymbolId" type="bdt:String20Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Karttamerkin yksilöivä id WF:ssä</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Position" type="gdt:PointGeometryType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">valokuvan sijainti</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InfoText" type="bdt:String200Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Kuvaus teksti</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Photographer" type="bdt:String50Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Valokuvaaja</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ImageDate" type="bdt:TimeStampType" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Kuvaus pvm</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Filename" type="bdt:String100Type" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Kuvatiedoston nimi</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Bytes" type="xs:base64Binary" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="fi">Kuvatiedoston sisältö</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |
|
|
|