Definition Type: ComplexType
Name: RouteMapOutputType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Containing Schema: ols.xsd
Abstract
Documentation:
Defines the rendered route map output parameters.
Collapse XSD Schema Diagram:
Drilldown into BBoxContext in schema ols_xsd Drilldown into style in schema ols_xsd Drilldown into transparent in schema ols_xsd Drilldown into BGcolor in schema ols_xsd Drilldown into format in schema ols_xsd Drilldown into height in schema ols_xsd Drilldown into width in schema ols_xsdXSD Diagram of RouteMapOutputType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="RouteMapOutputType">
    <annotation>
        <appinfo source="RouteService.xsd" />
        <documentation>Defines the rendered route map output parameters.</documentation>
    </annotation>
    <sequence>
        <element name="BBoxContext" type="gml:EnvelopeType" minOccurs="0">
            <annotation>
                <documentation>Rectangular area to be displayed in the rendered map.  If not specified, defaults to full route.</documentation>
            </annotation>
            <!-- type="xls:BoxType" -->
        </element>
    </sequence>
    <attribute name="width" type="nonNegativeInteger">
        <annotation>
            <documentation>pixel width of the resulting map</documentation>
        </annotation>
    </attribute>
    <attribute name="height" type="nonNegativeInteger">
        <annotation>
            <documentation>pixel height of the resulting map</documentation>
        </annotation>
    </attribute>
    <attribute name="format" type="string">
        <annotation>
            <documentation>mime type describing the encoding</documentation>
        </annotation>
    </attribute>
    <attribute name="BGcolor" type="string" use="optional" />
    <attribute name="transparent" type="boolean" use="optional" />
    <attribute name="style" type="xls:RouteMapStyleType" use="optional" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BBoxContext xls:BBoxContext 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
width xls:width (Optional)
height xls:height (Optional)
format xls:format (Optional)
BGcolor xls:BGcolor Optional
transparent xls:transparent Optional
style xls:style Optional
Collapse Derivation Tree:
Collapse References:
xls:Output