Definition Type: ComplexType
Name: TermType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
The lenght of a contract in months
Collapse XSD Schema Diagram:
Drilldown into MaxTerm in schema incentiveinquiry_xsd Drilldown into MinTerm in schema incentiveinquiry_xsdXSD Diagram of TermType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TermType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				The lenght of a contract in months
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" maxOccurs="1" name="MinTerm" type="qdt:NonNegativeIntegerNumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The minimum length of a contract in months.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="MaxTerm" type="qdt:NonNegativeIntegerNumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						The maximum length of a contract in months.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MinTerm star:MinTerm 0 1
MaxTerm star:MaxTerm 0 1
Collapse Derivation Tree:
Collapse References:
star:Term