Definition Type: Element
Name: ExternalGraphic
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
An "ExternalGraphic" gives a reference to an raster or vector graphical object, either online or inline, in an externally-defined graphic format.
Collapse XSD Schema Diagram:
Drilldown into Format in schema sld_xsd Drilldown into InlineContent in schema sld_xsd Drilldown into OnlineResource in schema sld_xsdXSD Diagram of ExternalGraphic in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="ExternalGraphic">
    <xsd:annotation>
        <xsd:documentation>
        An "ExternalGraphic" gives a reference to an raster or vector
        graphical object, either online or inline, in an externally-defined
        graphic format.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:choice>
                <xsd:element ref="sld:OnlineResource" />
                <xsd:element ref="sld:InlineContent" />
            </xsd:choice>
            <xsd:element ref="sld:Format" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OnlineResource sld:OnlineResource (1) (1)
InlineContent sld:InlineContent (1) (1)
Format sld:Format (1) (1)