Definition Type Element
Name icon-size
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation This clause supplies the program with information about where to find an Icon's size (as expressed in Map scale units).
XSD Schema Character Sheet Definition.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="icon-size" >
  <xs:annotation>
    <xs:documentation>This clause supplies the program with information about where to find an Icon's size (as expressed in Map scale units).</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" name="field" type="xs:string">
        <xs:annotation>
          <xs:documentation>The ID of the field that should contain Icon size data.</xs:documentation>
        </xs:annotation>

      </xs:element>

      <xs:element minOccurs="0" name="default" type="xs:string">
        <xs:annotation>
          <xs:documentation>A default value to use if the supplied field does not contain valid size data.</xs:documentation>
        </xs:annotation>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
icon-size
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd