Definition Type: ComplexType
Name: ViewContextType
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 LayerList in schema context_xsd Drilldown into General in schema context_xsd Drilldown into id in schema context_xsd Drilldown into version in schema context_xsdXSD Diagram of ViewContextType in schema context_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="ViewContextType">
    <xs:sequence>
        <xs:element name="General" type="context:GeneralType" />
        <xs:element name="LayerList" type="context:LayerListType" />
    </xs:sequence>
    <xs:attribute name="version" type="xs:string" use="required" fixed="1.1.0" />
    <xs:attribute name="id" type="xs:string" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
General context:General (1) (1)
LayerList context:LayerList (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version context:version Required
id context:id Required
Collapse Derivation Tree:
Collapse References:
context:ViewContext