<complexType name="AbstractRouteSummaryType" abstract="true">
<annotation>
<appinfo source="ADT.xsd" />
<documentation>Abstract type which specifies a route's overall characteristics.</documentation>
</annotation>
<complexContent>
<extension base="xls:AbstractDataType">
<sequence>
<element name="TotalTime" type="duration">
<annotation>
<documentation>Estimated time to travel the complete route. Expressed as a duration as defined by W3C. reference URL: http://www.w3c.org/TR/xmlschema-2/</documentation>
</annotation>
</element>
<element name="TotalDistance" type="xls:DistanceType">
<annotation>
<documentation>Total distance covered by the route.</documentation>
</annotation>
</element>
<element ref="xls:BoundingBox">
<annotation>
<documentation>Rectangular area bounding the complete route.</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|