Definition Type: ComplexType
Name: ConditionRejectionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ConditionRejectionText in schema components_xsd Drilldown into ConditionRejectionReasonCode in schema components_xsdXSD Diagram of ConditionRejectionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ConditionRejectionType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ConditionRejectionReasonCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        A numeric code indicating the conditions or reasons for why
                            an application has been denied.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ConditionRejectionText" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text field indicating the conditions or reasons
                            for why an application has been denied.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConditionRejectionReasonCode star:ConditionRejectionReasonCode 0 (1)
ConditionRejectionText star:ConditionRejectionText (1) (1)
Collapse Derivation Tree:
Collapse References:
star:ConditionRejection