Definition Type: Element
Name: Description
Namespace: http://niem.gov/niem/external/ogc-sld/1.0.20/dhs-gmo/1.0.0
Containing Schema: sld.xsd
Abstract
Documentation:
A "Description" gives human-readable descriptive information for the object it is included within.
Collapse XSD Schema Diagram:
Drilldown into Abstract in schema sld_xsd Drilldown into Title in schema sld_xsdXSD Diagram of Description in schema sld_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Description">
    <xsd:annotation>
        <xsd:documentation>
        A "Description" gives human-readable descriptive information for
        the object it is included within.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Title" type="xsd:string" minOccurs="0" />
            <xsd:element name="Abstract" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title sld:Title 0 (1)
Abstract sld:Abstract 0 (1)