Definition Type: ComplexType
Name: LocationSearchCriteriaType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Search criteria used to locate the position of a place or item based on location.
Collapse XSD Schema Diagram:
Drilldown into StartingSearchAddress in schema components_xsd Drilldown into ProximityMeasureGroup in schema components_xsdXSD Diagram of LocationSearchCriteriaType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LocationSearchCriteriaType">
    <xsd:annotation>
        <xsd:documentation>Search criteria used to locate the position of a place or item based
                on location.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" ref="ProximityMeasureGroup" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="StartingSearchAddress" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProximityMeasureGroup star:ProximityMeasureGroup 0 1
StartingSearchAddress star:StartingSearchAddress 0 1
Collapse Derivation Tree:
Collapse References:
star:LocationSearchCriteria