Map Schema
STATUSBAR Element
See Also  Send comments on this topic.
Map Schema : STATUSBAR Element

Glossary Item Box

Description

Used to define display properties for the status bar.

Diagram

STATUSBAR Element

Overview

STATUSBAR
Used to define display properties for the status bar.
rockermode optional Restriction of xs:string
Flag that determines if the rocker mode is displayed in the status bar (true) or not (false).
scale optional Restriction of xs:string
Flag that determines if the map scale is displayed in the status bar (true) or not (false).
units optional Restriction of xs:string
Flag that determines if the map units are displayed in the status bar (true) or not (false).
visible optional Restriction of xs:string
Flag that determines if the status bar is initially visible (true) or not (false).

Attributes

NameTypeUseDefaultFixedDescription
rockermodeRestriction of xs:stringoptionaltrue Flag that determines if the rocker mode is displayed in the status bar (true) or not (false).
scaleRestriction of xs:stringoptionaltrue Flag that determines if the map scale is displayed in the status bar (true) or not (false).
unitsRestriction of xs:stringoptionaltrue Flag that determines if the map units are displayed in the status bar (true) or not (false).
visibleRestriction of xs:stringoptionaltrue Flag that determines if the status bar is initially visible (true) or not (false).

Examples

Source

<xs:element name="STATUSBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define display properties for the status bar.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="true" name="rockermode">
      <xs:annotation>
        <xs:documentation>Flag that determines if the rocker mode is displayed in the status bar (true) or not (false).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="true" name="scale">
      <xs:annotation>
        <xs:documentation>Flag that determines if the map scale is displayed in the status bar (true) or not (false).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="true" name="units">
      <xs:annotation>
        <xs:documentation>Flag that determines if the map units are displayed in the status bar (true) or not (false).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="true" name="visible">
      <xs:annotation>
        <xs:documentation>Flag that determines if the status bar is initially visible (true) or not (false).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.