Definition Type: ComplexType
Name: AdditionalContractAttributeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AttributeValue in schema components_xsd Drilldown into AttributeName in schema components_xsdXSD Diagram of AdditionalContractAttributeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="AdditionalContractAttributeType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="AttributeName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Name of the attribute used to facilitate validation and
                            discounting of the finance plan.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AttributeValue" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Value of the attribute used to facilitate validation and
                            discounting of the finance plan.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AttributeName star:AttributeName 0 (1)
AttributeValue star:AttributeValue 0 (1)
Collapse Derivation Tree:
Collapse References:
star:AdditionalContractAttribute