Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Included schema CommonDefinitions_V1p0.xsd
Namespace urn:metsateho:delineationobject
Properties
attribute form default: unqualified
element form default: qualified
version: draft_1.0
Element CoordinatesType / Latitude
Namespace urn:metsateho:delineationobject
Annotations
1.0 degrees Latitude, absolute value. Preferably 7 decimals to be registered. Registered according to coordinateReferenceSystem and receiverPosition.
Diagram
Diagram index0.tmp#id32 index0.tmp#id33 index0.tmp#id31
Type LatitudeType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
latitudeCategory LatitudeCategoryType required
1.0 list Allowed values: "North", "South". Registered according to coordinateReferenceSystem and receiverPosition.
Source
<xsd:element name="Latitude" type="LatitudeType">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>degrees</doc:Unit>
      <doc:Description>Latitude, absolute value. Preferably 7 decimals to be registered. Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CoordinatesType / Longitude
Namespace urn:metsateho:delineationobject
Annotations
1.0 degrees Longitude, absolute value. Preferably 7 decimals to be registered. Registered according to coordinateReferenceSystem and receiverPosition.
Diagram
Diagram index0.tmp#id32 index0.tmp#id37 index0.tmp#id36
Type LongitudeType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
longitudeCategory LongitudeCategoryType required
1.0 list Allowed values: "East", "West". Registered according to coordinateReferenceSystem and receiverPosition.
Source
<xsd:element name="Longitude" type="LongitudeType">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>degrees</doc:Unit>
      <doc:Description>Longitude, absolute value. Preferably 7 decimals to be registered. Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CoordinatesType / Altitude
Namespace urn:metsateho:delineationobject
Annotations
1.0 m Altitude, height above sea level, registered according to CoordinateReference and CoordinateType.
Diagram
Diagram
Type xsd:decimal
Properties
content: simple
Source
<xsd:element name="Altitude" type="xsd:decimal">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>m</doc:Unit>
      <doc:Description>Altitude, height above sea level, registered according to CoordinateReference and CoordinateType.</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CoordinatesType / CoordinateDate
Namespace urn:metsateho:delineationobject
Annotations
1.0 yyyy-mm-ddThh:mm:ss[+|-]hh:mm Date and time when recording coordinate data. Time stamp must have the following times registered: local time ±offset from UTC.
Diagram
Diagram index0.tmp#id10
Type StanForD2010DateTimeType
Properties
content: simple
minOccurs: 0
Facets
pattern .+T.+[+-].+
Source
<xsd:element name="CoordinateDate" type="StanForD2010DateTimeType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>yyyy-mm-ddThh:mm:ss[+|-]hh:mm</doc:Unit>
      <doc:Description>Date and time when recording coordinate data. Time stamp must have the following times registered: local time ±offset from UTC.</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element CoordinatesType / Extension
Namespace urn:metsateho:delineationobject
Annotations
1.0 Extension element can include whatever data the users want. The only requirement is that it is well-formed XML i.e. it is tagged
Diagram
Diagram index0.tmp#id43 index0.tmp#id42
Type ExtensionType
Properties
content: complex
minOccurs: 0
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
extensionAction ExtensionActionType optional
1.0 list Enumeration list. Allowed values are: "Copy" and "Ignore". The purpose of this attribute is to inform the receiver of the message that sender want to get back the copy of the content of the extension structure. For example if we have product specifiic information in extension structure send in pin-message we might want that back in hpr-message.
Source
<xsd:element name="Extension" type="ExtensionType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Description>Extension element can include whatever data the users want. The only requirement is that it is well-formed XML i.e. it is tagged</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>
Simple Type StanForD2010DateTimeType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:dateTime
Facets
pattern .+T.+[+-].+
Used by
Source
<xsd:simpleType name="StanForD2010DateTimeType">
  <xsd:restriction base="xsd:dateTime">
    <xsd:pattern value=".+T.+[+-].+"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type CoordinatesType
Namespace urn:metsateho:delineationobject
Annotations
1.0 coordinatestypegraph.png
Diagram
Diagram index0.tmp#id45 index0.tmp#id30 index0.tmp#id35 index0.tmp#id39 index0.tmp#id40 index0.tmp#id41
Used by
Model Latitude , Longitude , Altitude , CoordinateDate{0,1} , Extension{0,1}
Children Altitude, CoordinateDate, Extension, Latitude, Longitude
Attributes
QName Type Fixed Default Use Annotation
coordinateReferenceSystem CoordinateReferenceSystemType required
1.0 list Coordinate system used in StanForD file: WGS84
receiverPosition ReceiverPositionType required
1.0 list Position of coordinate registration in file: "Base machine position", "Crane tip position when felling the tree. Observe that only "Base machine position“ is relevant for all types of coordinates. Other enumerations valid only in some specific situations."
Source
<xsd:complexType name="CoordinatesType">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Graph>coordinatestypegraph.png</doc:Graph>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Latitude" type="LatitudeType">
      <xsd:annotation>
        <xsd:documentation>
          <doc:VersionCreated>1.0</doc:VersionCreated>
          <doc:Unit>degrees</doc:Unit>
          <doc:Description>Latitude, absolute value. Preferably 7 decimals to be registered. Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Longitude" type="LongitudeType">
      <xsd:annotation>
        <xsd:documentation>
          <doc:VersionCreated>1.0</doc:VersionCreated>
          <doc:Unit>degrees</doc:Unit>
          <doc:Description>Longitude, absolute value. Preferably 7 decimals to be registered. Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Altitude" type="xsd:decimal">
      <xsd:annotation>
        <xsd:documentation>
          <doc:VersionCreated>1.0</doc:VersionCreated>
          <doc:Unit>m</doc:Unit>
          <doc:Description>Altitude, height above sea level, registered according to CoordinateReference and CoordinateType.</doc:Description>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CoordinateDate" type="StanForD2010DateTimeType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <doc:VersionCreated>1.0</doc:VersionCreated>
          <doc:Unit>yyyy-mm-ddThh:mm:ss[+|-]hh:mm</doc:Unit>
          <doc:Description>Date and time when recording coordinate data. Time stamp must have the following times registered: local time ±offset from UTC.</doc:Description>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Extension" type="ExtensionType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <doc:VersionCreated>1.0</doc:VersionCreated>
          <doc:Description>Extension element can include whatever data the users want. The only requirement is that it is well-formed XML i.e. it is tagged</doc:Description>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attributeGroup ref="CoordinatesAttributeGroup"/>
</xsd:complexType>
Complex Type LatitudeType
Namespace urn:metsateho:delineationobject
Annotations
1.0 LatitudeTypeGraph.png
Diagram
Diagram index0.tmp#id32 index0.tmp#id33
Type extension of LatitudeLongitudeValueType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
latitudeCategory LatitudeCategoryType required
1.0 list Allowed values: "North", "South". Registered according to coordinateReferenceSystem and receiverPosition.
Source
<xsd:complexType name="LatitudeType">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Graph>LatitudeTypeGraph.png</doc:Graph>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="LatitudeLongitudeValueType">
      <xsd:attribute name="latitudeCategory" type="LatitudeCategoryType" use="required">
        <xsd:annotation>
          <xsd:documentation>
            <doc:VersionCreated>1.0</doc:VersionCreated>
            <doc:Unit>list</doc:Unit>
            <doc:Description>Allowed values: "North", "South". Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Simple Type LatitudeLongitudeValueType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:decimal
Facets
maxInclusive 180
minInclusive 0
Used by
Complex Types LatitudeType, LongitudeType
Source
<xsd:simpleType name="LatitudeLongitudeValueType">
  <xsd:restriction base="xsd:decimal">
    <xsd:minInclusive value="0"/>
    <xsd:maxInclusive value="180"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type LatitudeCategoryType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration North
enumeration South
Used by
Source
<xsd:simpleType name="LatitudeCategoryType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="North"/>
    <xsd:enumeration value="South"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type LongitudeType
Namespace urn:metsateho:delineationobject
Annotations
1.0 LongitudeTypegraph.png
Diagram
Diagram index0.tmp#id32 index0.tmp#id37
Type extension of LatitudeLongitudeValueType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
longitudeCategory LongitudeCategoryType required
1.0 list Allowed values: "East", "West". Registered according to coordinateReferenceSystem and receiverPosition.
Source
<xsd:complexType name="LongitudeType">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Graph>LongitudeTypegraph.png</doc:Graph>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="LatitudeLongitudeValueType">
      <xsd:attribute name="longitudeCategory" type="LongitudeCategoryType" use="required">
        <xsd:annotation>
          <xsd:documentation>
            <doc:VersionCreated>1.0</doc:VersionCreated>
            <doc:Unit>list</doc:Unit>
            <doc:Description>Allowed values: "East", "West". Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Simple Type LongitudeCategoryType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration East
enumeration West
Used by
Source
<xsd:simpleType name="LongitudeCategoryType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="East"/>
    <xsd:enumeration value="West"/>
  </xsd:restriction>
</xsd:simpleType>
Complex Type ExtensionType
Namespace urn:metsateho:delineationobject
Annotations
1.0 extensiontypegraph.png
Diagram
Diagram index0.tmp#id43
Used by
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
extensionAction ExtensionActionType optional
1.0 list Enumeration list. Allowed values are: "Copy" and "Ignore". The purpose of this attribute is to inform the receiver of the message that sender want to get back the copy of the content of the extension structure. For example if we have product specifiic information in extension structure send in pin-message we might want that back in hpr-message.
Source
<xsd:complexType name="ExtensionType">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Graph>extensiontypegraph.png</doc:Graph>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="extensionAction" type="ExtensionActionType">
    <xsd:annotation>
      <xsd:documentation>
        <doc:VersionCreated>1.0</doc:VersionCreated>
        <doc:Unit>list</doc:Unit>
        <doc:Description>Enumeration list. Allowed values are: "Copy" and "Ignore". The purpose of this attribute is to inform the receiver of the message that sender want to get back the copy of the content of the extension structure. For example if we have product specifiic information in extension structure send in pin-message we might want that back in hpr-message.</doc:Description>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:complexType>
Simple Type ExtensionActionType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Copy
enumeration Ignore
Used by
Source
<xsd:simpleType name="ExtensionActionType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Copy"/>
    <xsd:enumeration value="Ignore"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type ReceiverPositionType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Base machine position
enumeration Crane tip position when felling the tree
Used by
Source
<xsd:simpleType name="ReceiverPositionType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Base machine position"/>
    <xsd:enumeration value="Crane tip position when felling the tree"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type CoordinateReferenceSystemType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration WGS84
Used by
Source
<xsd:simpleType name="CoordinateReferenceSystemType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="WGS84"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type StanForD2010VersionType
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:string
Facets
pattern [1-9][0-9]*\.[0-9]+
Used by
Source
<xsd:simpleType name="StanForD2010VersionType">
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[1-9][0-9]*\.[0-9]+"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type NonNegativeDecimal
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:decimal
Facets
minInclusive 0
Source
<xsd:simpleType name="NonNegativeDecimal">
  <xsd:restriction base="xsd:decimal">
    <xsd:minInclusive value="0"/>
  </xsd:restriction>
</xsd:simpleType>
Simple Type PositiveDecimal
Namespace urn:metsateho:delineationobject
Diagram
Diagram
Type restriction of xsd:decimal
Facets
minExclusive 0
Source
<xsd:simpleType name="PositiveDecimal">
  <xsd:restriction base="xsd:decimal">
    <xsd:minExclusive value="0"/>
  </xsd:restriction>
</xsd:simpleType>
Attribute LatitudeType / @latitudeCategory
Namespace No namespace
Annotations
1.0 list Allowed values: "North", "South". Registered according to coordinateReferenceSystem and receiverPosition.
Type LatitudeCategoryType
Properties
use: required
Facets
enumeration North
enumeration South
Used by
Complex Type LatitudeType
Source
<xsd:attribute name="latitudeCategory" type="LatitudeCategoryType" use="required">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>list</doc:Unit>
      <doc:Description>Allowed values: "North", "South". Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute LongitudeType / @longitudeCategory
Namespace No namespace
Annotations
1.0 list Allowed values: "East", "West". Registered according to coordinateReferenceSystem and receiverPosition.
Type LongitudeCategoryType
Properties
use: required
Facets
enumeration East
enumeration West
Used by
Complex Type LongitudeType
Source
<xsd:attribute name="longitudeCategory" type="LongitudeCategoryType" use="required">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>list</doc:Unit>
      <doc:Description>Allowed values: "East", "West". Registered according to coordinateReferenceSystem and receiverPosition.</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute ExtensionType / @extensionAction
Namespace No namespace
Annotations
1.0 list Enumeration list. Allowed values are: "Copy" and "Ignore". The purpose of this attribute is to inform the receiver of the message that sender want to get back the copy of the content of the extension structure. For example if we have product specifiic information in extension structure send in pin-message we might want that back in hpr-message.
Type ExtensionActionType
Properties
content: simple
Facets
enumeration Copy
enumeration Ignore
Used by
Complex Type ExtensionType
Source
<xsd:attribute name="extensionAction" type="ExtensionActionType">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>list</doc:Unit>
      <doc:Description>Enumeration list. Allowed values are: "Copy" and "Ignore". The purpose of this attribute is to inform the receiver of the message that sender want to get back the copy of the content of the extension structure. For example if we have product specifiic information in extension structure send in pin-message we might want that back in hpr-message.</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute CoordinatesAttributeGroup / @receiverPosition
Namespace No namespace
Annotations
1.0 list Position of coordinate registration in file: "Base machine position", "Crane tip position when felling the tree. Observe that only "Base machine position“ is relevant for all types of coordinates. Other enumerations valid only in some specific situations."
Type ReceiverPositionType
Properties
use: required
Facets
enumeration Base machine position
enumeration Crane tip position when felling the tree
Used by
Attribute Group CoordinatesAttributeGroup
Source
<xsd:attribute name="receiverPosition" type="ReceiverPositionType" use="required">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>list</doc:Unit>
      <doc:Description>Position of coordinate registration in file: "Base machine position", "Crane tip position when felling the tree. Observe that only "Base machine position“ is relevant for all types of coordinates. Other enumerations valid only in some specific situations."</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute CoordinatesAttributeGroup / @coordinateReferenceSystem
Namespace No namespace
Annotations
1.0 list Coordinate system used in StanForD file: WGS84
Type CoordinateReferenceSystemType
Properties
use: required
Facets
enumeration WGS84
Used by
Attribute Group CoordinatesAttributeGroup
Source
<xsd:attribute name="coordinateReferenceSystem" type="CoordinateReferenceSystemType" use="required">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>list</doc:Unit>
      <doc:Description>Coordinate system used in StanForD file: WGS84</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute MessageAttributeGroup / @version
Namespace No namespace
Annotations
1.0 version number The version number of the message in format: "major"."minor", where "major" is a sequential number of the major version (start from 1) and "minor" is a sequential number of the minor version.>
Type StanForD2010VersionType
Properties
use: required
Facets
pattern [1-9][0-9]*\.[0-9]+
Used by
Attribute Group MessageAttributeGroup
Source
<xsd:attribute name="version" type="StanForD2010VersionType" use="required">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>version number</doc:Unit>
      <doc:Description>The version number of the message in format:  "major"."minor", where "major" is a sequential number of the major version (start from 1) and "minor" is a sequential number of the minor version.></doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute MessageAttributeGroup / @versionDate
Namespace No namespace
Annotations
1.0 yyyy-mm-dd Date of version
Type xsd:date
Properties
use: required
Used by
Attribute Group MessageAttributeGroup
Source
<xsd:attribute name="versionDate" type="xsd:date" use="required">
  <xsd:annotation>
    <xsd:documentation>
      <doc:VersionCreated>1.0</doc:VersionCreated>
      <doc:Unit>yyyy-mm-dd</doc:Unit>
      <doc:Description>Date of version</doc:Description>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute Group CoordinatesAttributeGroup
Namespace urn:metsateho:delineationobject
Diagram
Diagram index0.tmp#id46 index0.tmp#id48
Used by
Complex Type CoordinatesType
Attributes
QName Type Fixed Default Use Annotation
coordinateReferenceSystem CoordinateReferenceSystemType required
1.0 list Coordinate system used in StanForD file: WGS84
receiverPosition ReceiverPositionType required
1.0 list Position of coordinate registration in file: "Base machine position", "Crane tip position when felling the tree. Observe that only "Base machine position“ is relevant for all types of coordinates. Other enumerations valid only in some specific situations."
Source
<xsd:attributeGroup name="CoordinatesAttributeGroup">
  <xsd:attribute name="receiverPosition" type="ReceiverPositionType" use="required">
    <xsd:annotation>
      <xsd:documentation>
        <doc:VersionCreated>1.0</doc:VersionCreated>
        <doc:Unit>list</doc:Unit>
        <doc:Description>Position of coordinate registration in file: "Base machine position", "Crane tip position when felling the tree. Observe that only "Base machine position“ is relevant for all types of coordinates. Other enumerations valid only in some specific situations."</doc:Description>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="coordinateReferenceSystem" type="CoordinateReferenceSystemType" use="required">
    <xsd:annotation>
      <xsd:documentation>
        <doc:VersionCreated>1.0</doc:VersionCreated>
        <doc:Unit>list</doc:Unit>
        <doc:Description>Coordinate system used in StanForD file: WGS84</doc:Description>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>
Attribute Group MessageAttributeGroup
Namespace urn:metsateho:delineationobject
Diagram
Diagram index0.tmp#id54 index0.tmp#id56
Used by
Attributes
QName Type Fixed Default Use Annotation
version StanForD2010VersionType required
1.0 version number The version number of the message in format: "major"."minor", where "major" is a sequential number of the major version (start from 1) and "minor" is a sequential number of the minor version.>
versionDate xsd:date required
1.0 yyyy-mm-dd Date of version
Source
<xsd:attributeGroup name="MessageAttributeGroup">
  <xsd:attribute name="version" type="StanForD2010VersionType" use="required">
    <xsd:annotation>
      <xsd:documentation>
        <doc:VersionCreated>1.0</doc:VersionCreated>
        <doc:Unit>version number</doc:Unit>
        <doc:Description>The version number of the message in format:  "major"."minor", where "major" is a sequential number of the major version (start from 1) and "minor" is a sequential number of the minor version.></doc:Description>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="versionDate" type="xsd:date" use="required">
    <xsd:annotation>
      <xsd:documentation>
        <doc:VersionCreated>1.0</doc:VersionCreated>
        <doc:Unit>yyyy-mm-dd</doc:Unit>
        <doc:Description>Date of version</doc:Description>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>