Schema Central > NIEM 2.0 > context.xsd > context:ViewContext
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

context:ViewContext

Element information

Content

Attributes

NameOccTypeDescriptionNotes
version [1..1]xsd:stringFixed value is "1.1.0".
id [1..1]xsd:string

Used in

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com