Definition Type: ComplexType
Name: GeoConflictOptionsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Geography Conflict occurs when the requested geography submitted by the User maps to more than one Base Geography AND one or more of the incentive programs found are not available in ALL of the Base Georgraphies.
Collapse XSD Schema Diagram:
Drilldown into baseGeoString in schema components_xsd Drilldown into BaseGeoDescription in schema components_xsdXSD Diagram of GeoConflictOptionsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="GeoConflictOptionsType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Geography Conflict occurs when the requested geography submitted by the User maps to more than
                one Base Geography AND one or more of the incentive programs found are not available in ALL of the Base Georgraphies.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BaseGeoDescription" type="udt:TextType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">This field represents the textual description of a potential geography choice when
                        a conflict occurs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="baseGeoString" type="udt:TextType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This is the Flexible Geography String value for one of the potential geography choices when a Geography Conflict occurs. It can be used to make an 
                        updated call to Get Valid Offers with this one specific geography after the User selects one of the geography choices.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BaseGeoDescription star:BaseGeoDescription 1 1
baseGeoString star:baseGeoString 1 1
Collapse Derivation Tree:
Collapse References:
star:GeoConflictOptions