Style Schema
TRUETYPEMARKERSYMBOL Element
See Also  Send comments on this topic.
Style Schema : TRUETYPEMARKERSYMBOL Element

Glossary Item Box

Description

Used to symbolize point features using TrueType symbols.

Diagram

TRUETYPEMARKERSYMBOL Element

Overview

TRUETYPEMARKERSYMBOL
Used to symbolize point features using TrueType symbols.
character required Restriction of xs:int
Text character ASCII value. The character must be a value between 32 and 255 in a font's character map; characters 0-31 are nonprintable and cannot be used.
angle optional
Angle of rotation in degrees.
font optional
Font name. The name is case sensitive.
fontcolor optional
Font color.
fontsize optional
Font size.
fontstyle optional
Font style. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline")

Attributes

NameTypeUseDefaultFixedDescription
characterRestriction of xs:intrequired  Text character ASCII value. The character must be a value between 32 and 255 in a font's character map; characters 0-31 are nonprintable and cannot be used.
angle optional0 Angle of rotation in degrees.
font optional  Font name. The name is case sensitive.
fontcolor optional0,0,0 Font color.
fontsize optional  Font size.
fontstyle optionalregular Font style. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline")

Examples

Source

<xs:element name="TRUETYPEMARKERSYMBOL" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to symbolize point features using TrueType symbols.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="character" use="required">
      <xs:annotation>
        <xs:documentation>Text character ASCII value. The character must be a value between 32 and 255 in a font's character map; characters 0-31 are nonprintable and cannot be used.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:minInclusive value="32" />
          <xs:maxInclusive value="255" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute default="0" name="angle">
      <xs:annotation>
        <xs:documentation>Angle of rotation in degrees.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="font">
      <xs:annotation>
        <xs:documentation>Font name. The name is case sensitive.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="0,0,0" name="fontcolor">
      <xs:annotation>
        <xs:documentation>Font color.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="fontsize">
      <xs:annotation>
        <xs:documentation>Font size.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute default="regular" name="fontstyle">
      <xs:annotation>
        <xs:documentation>Font style. If the value is not regular, it can be any combination of other values, expressed as a comma delimited list (for example, fontstyle="bold,underline")</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2013 All Rights Reserved.