Definition Type: ComplexType
Name: MarketingBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EffectiveDate in schema components_xsd Drilldown into PhaseCode in schema components_xsd Drilldown into OpportunityMethodCode in schema components_xsd Drilldown into OpportunityTypeString in schema components_xsd Drilldown into ProgramOffer in schema components_xsd Drilldown into ProgramIdDescription in schema components_xsd Drilldown into ProgramID in schema components_xsdXSD Diagram of MarketingBaseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MarketingBaseType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ProgramID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation>Marketing Program Id</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="ProgramIdDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>Descriptive title of the marketing program</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ProgramOffer" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>Description of the Marketing program offer made by manufacturer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="OpportunityTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>Marketing opportunities with this customer - Example type -email; phone; postal code</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="OpportunityMethodCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>Method used for marketing opportunity. Example -Survey/Marketing</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PhaseCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>A code identifying the Program Phase that determines the vehicle pricing</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="EffectiveDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>The date on which the marketing program identified by PhaseCode became effective</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProgramID star:ProgramID 0 (1)
ProgramIdDescription star:ProgramIdDescription 0 unbounded
ProgramOffer star:ProgramOffer 0 (1)
OpportunityTypeString star:OpportunityTypeString 0 (1)
OpportunityMethodCode star:OpportunityMethodCode 0 (1)
PhaseCode star:PhaseCode 0 (1)
EffectiveDate star:EffectiveDate 0 (1)
Collapse Derivation Tree:
Collapse References:
star:MarketingBasestar:MarketingType,