Definition Type: Attribute
Name: provideStartingPortion
Namespace: http://niem.gov/niem/external/ogc-openls/1.1.0/dhs-gmo/1.0.0
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: ols.xsd
Default false
Use Optional
Documentation:
If true, return the geometry of the starting portion of the route contained within the specified bounding area, up to the specified maximum number of points. If false, return the geometry of the complete route contained within the specified area, reducing the accuracy of the geometry as necessary to not exceed the specified maximum number of points.
Collapse XSD Schema Diagram:
XSD Diagram of provideStartingPortion in schema ols_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<attribute name="provideStartingPortion" type="boolean" use="optional" default="false">
    <annotation>
        <documentation>If true, return the geometry of the starting portion of the route contained within the specified bounding area, up to the specified maximum number of points.  If false, return the geometry of the complete route contained within the specified area,  reducing the accuracy of the geometry as necessary to not exceed the specified maximum number of points.</documentation>
    </annotation>
</attribute>