context:ViewContext
Element information
Namespace: http://niem.gov/niem/external/ogc-context/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-context/1.1.0/dhs-gmo/1.0.0/context.xsd
Type: context:ViewContextType
Properties: Global, Qualified
Content
- Sequence [1..1]
- context:General [1..1]
- context:LayerList [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
version | [1..1] | xsd:string | Fixed value is "1.1.0". | |
id | [1..1] | xsd:string |
Used in
- Type geo:MapViewContextType (Element geo:MapViewContext)
- Type geo:MapWithViewContextType (Element geo:MapWithViewContext)
Sample instance
<context:ViewContext version="string" id="string"> <context:General> <context:Window width="1" height="1"/> <context:BoundingBox SRS="string" minx="1.0" miny="1.0" maxx="1.0" maxy="1.0"/> <context:Title>string</context:Title> <context:KeywordList> <context:Keyword>string</context:Keyword> </context:KeywordList> <context:Abstract>string</context:Abstract> <context:LogoURL width="1" height="1"> <context:OnlineResource/> </context:LogoURL> <context:DescriptionURL width="1" height="1"> <context:OnlineResource/> </context:DescriptionURL> <context:ContactInformation> <context:ContactPersonPrimary>... </context:ContactPersonPrimary> <context:ContactPosition>string</context:ContactPosition> <context:ContactAddress>... </context:ContactAddress> <context:ContactVoiceTelephone>string</context:ContactVoiceTelephone> <context:ContactFacsimileTelephone>string</context:ContactFacsimileTelephone> <context:ContactElectronicMailAddress>string</context:ContactElectronicMailAddress> </context:ContactInformation> <context:Extension> <!--any element--> </context:Extension> </context:General> <context:LayerList> <context:Layer queryable="true" hidden="true"> <context:Server service="OGC:WMS" version="string">... </context:Server> <context:Name>string</context:Name> <context:Title>string</context:Title> <context:Abstract>string</context:Abstract> <context:DataURL width="1" height="1">... </context:DataURL> <context:MetadataURL width="1" height="1">... </context:MetadataURL> <sld:MinScaleDenominator>1.0</sld:MinScaleDenominator> <sld:MaxScaleDenominator>1.0</sld:MaxScaleDenominator> <context:SRS>string</context:SRS> <context:FormatList>... </context:FormatList> <context:StyleList>... </context:StyleList> <context:DimensionList>... </context:DimensionList> <context:Extension> <!--any element--> </context:Extension> </context:Layer> </context:LayerList> </context:ViewContext>