Definition Type: ComplexType
Name: SpecialProgramDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SpecialProgramsCode in schema components_xsd Drilldown into SpecialProgramDescription in schema components_xsdXSD Diagram of SpecialProgramDetailType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SpecialProgramDetailType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="SpecialProgramDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        The description of the special program (First Time Buyer,
                            College Graduate, etc.) being applied to the deal.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="SpecialProgramsCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        Code identifying the special program (First Time Buyer,
                            College Graduate, etc.) being applied to the deal.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpecialProgramDescription star:SpecialProgramDescription 0 unbounded
SpecialProgramsCode star:SpecialProgramsCode 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:SpecialProgramDetail