Definition Type: Element
Name: Font
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "Font" element specifies the text font to use. The allowed SvgParameters are: "font-family", "font-style", "font-weight", and "font-size".
Collapse XSD Schema Diagram:
Drilldown into SvgParameter in schema sld_xsdXSD Diagram of Font in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Font">
    <xsd:annotation>
        <xsd:documentation>
        A "Font" element specifies the text font to use.  The allowed
        SvgParameters are: "font-family", "font-style", "font-weight",
        and "font-size".
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="sld:SvgParameter" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SvgParameter sld:SvgParameter 0 unbounded