<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>
|