Definition Type: ComplexType
Name: AbstractRouteSummaryType
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: xls:AbstractDataType
Containing Schema: ols.xsd
Abstract True
Documentation:
Abstract type which specifies a route's overall characteristics.
Collapse XSD Schema Diagram:
Drilldown into BoundingBox in schema ols_xsd Drilldown into TotalDistance in schema ols_xsd Drilldown into TotalTime in schema ols_xsd Drilldown into AbstractDataType in schema ols_xsdXSD Diagram of AbstractRouteSummaryType in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TotalTime xls:TotalTime (1) (1)
TotalDistance xls:TotalDistance (1) (1)
BoundingBox xls:BoundingBox (1) (1)
Collapse Derivation Tree:
Collapse References:
xls:_RouteSummaryxls:RouteSummaryType,