Definition Type: ComplexType
Name: LayerType
Namespace: http://niem.gov/niem/external/ogc-context/1.1.0/dhs-gmo/1.0.0
Containing Schema: context.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Extension in schema context_xsd Drilldown into DimensionList in schema context_xsd Drilldown into StyleList in schema context_xsd Drilldown into FormatList in schema context_xsd Drilldown into SRS in schema context_xsd Drilldown into MaxScaleDenominator in schema sld_xsd Drilldown into MinScaleDenominator in schema sld_xsd Drilldown into MetadataURL in schema context_xsd Drilldown into DataURL in schema context_xsd Drilldown into Abstract in schema context_xsd Drilldown into Title in schema context_xsd Drilldown into Name in schema context_xsd Drilldown into Server in schema context_xsd Drilldown into hidden in schema context_xsd Drilldown into queryable in schema context_xsdXSD Diagram of LayerType in schema context_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="LayerType">
    <xs:sequence>
        <xs:element name="Server" type="context:ServerType" />
        <xs:element name="Name" type="xs:string" />
        <xs:element name="Title" type="xs:string" />
        <xs:element name="Abstract" type="xs:string" minOccurs="0" />
        <xs:element name="DataURL" type="context:URLType" minOccurs="0" />
        <xs:element name="MetadataURL" type="context:URLType" minOccurs="0" />
        <xs:element ref="sld:MinScaleDenominator" minOccurs="0" />
        <xs:element ref="sld:MaxScaleDenominator" minOccurs="0" />
        <xs:element name="SRS" type="xs:string" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="FormatList" type="context:FormatListType" minOccurs="0" />
        <xs:element name="StyleList" type="context:StyleListType" minOccurs="0" />
        <xs:element name="DimensionList" type="context:DimensionListType" minOccurs="0" />
        <xs:element name="Extension" type="context:ExtensionType" minOccurs="0" />
    </xs:sequence>
    <xs:attribute name="queryable" type="xs:boolean" use="required" />
    <xs:attribute name="hidden" type="xs:boolean" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Server context:Server (1) (1)
Name context:Name (1) (1)
Title context:Title (1) (1)
Abstract context:Abstract 0 (1)
DataURL context:DataURL 0 (1)
MetadataURL context:MetadataURL 0 (1)
MinScaleDenominator sld:MinScaleDenominator 0 (1)
MaxScaleDenominator sld:MaxScaleDenominator 0 (1)
SRS context:SRS 0 unbounded
FormatList context:FormatList 0 (1)
StyleList context:StyleList 0 (1)
DimensionList context:DimensionList 0 (1)
Extension context:Extension 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
queryable context:queryable Required
hidden context:hidden Required
Collapse Derivation Tree:
Collapse References:
context:Layer