Definition Type: Element
Name: InlineContent
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
"InlineContent" is XML- or base64-encoded encoded content in some externally-defined format that is included in an SLD in-line.
Collapse XSD Schema Diagram:
Drilldown into encoding in schema sld_xsdXSD Diagram of InlineContent in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="InlineContent">
    <xsd:annotation>
        <xsd:documentation>
        "InlineContent" is XML- or base64-encoded encoded content in some
        externally-defined format that is included in an SLD in-line.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType mixed="true">
        <xsd:sequence>
            <xsd:any minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="encoding" use="required">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="xml" />
                    <xsd:enumeration value="base64" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
encoding sld:encoding Required