xls:Output
Element information
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-openls/1.1.0/dhs-gmo/1.0.0/ols.xsd
Type: xls:RouteMapOutputType
Properties: Local, Qualified
Content
- xls:BBoxContext [0..1] Rectangular area to be displayed in the rendered map. If not specified, defaults to full route.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
width | [0..1] | xsd:nonNegativeInteger | pixel width of the resulting map | |
height | [0..1] | xsd:nonNegativeInteger | pixel height of the resulting map | |
format | [0..1] | xsd:string | mime type describing the encoding | |
BGcolor | [0..1] | xsd:string | ||
transparent | [0..1] | xsd:boolean | ||
style | [0..1] | xls:RouteMapStyleType |
Used in
- Type xls:RouteMapRequestType (Element xls:RouteMapRequest)
Sample instance
<xls:Output> <xls:BBoxContext> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </xls:BBoxContext> </xls:Output>