ScaleUnit

ScaleUnit indicates scale and unit of coordinates and time.
The scale factor of x, y, z dimensions, and time can be separately defined.
If data only have x and y dimensions, the scale factor of z dimension should be set to zero.
The unit of coordinates and time should be selected from the units predefined in tUnitKind.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
metaid xsd:ID optional

Used By

Element Data/scaleUnit

Source

<xsd:complexType name="ScaleUnit">
  <xsd:annotation>
    <xsd:documentation>ScaleUnit indicates scale and unit of coordinates and time. The scale factor of x, y, z dimensions, and time can be separately defined. If data only have x and y dimensions, the scale factor of z dimension should be set to zero. The unit of coordinates and time should be selected from the units predefined in tUnitKind.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="BDBase">
      <xsd:sequence>
        <xsd:element name="xScale" type="xsd:double"/>
        <xsd:element name="yScale" type="xsd:double"/>
        <xsd:element name="zScale" type="xsd:double"/>
        <xsd:element name="xyzUnit">
          <xsd:complexType>
            <xsd:simpleContent>
              <xsd:extension base="UnitKind">
                <xsd:attribute name="ontologyRef" type="xsd:string" use="optional"/>
              </xsd:extension>
            </xsd:simpleContent>
          </xsd:complexType>
        </xsd:element>
        <xsd:element name="tScale" type="xsd:double"/>
        <xsd:element name="tUnit">
          <xsd:complexType>
            <xsd:simpleContent>
              <xsd:extension base="tUnitKind">
                <xsd:attribute name="ontologyRef" type="xsd:string" use="optional"/>
              </xsd:extension>
            </xsd:simpleContent>
          </xsd:complexType>
        </xsd:element>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>