Definition Type: ComplexType
Name: RentLoanerBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RentNotes in schema components_xsd Drilldown into Model in schema components_xsd Drilldown into RentInDate in schema components_xsd Drilldown into RentOutDate in schema components_xsd Drilldown into RentDaysQuantityNumeric in schema components_xsd Drilldown into VIN in schema components_xsdXSD Diagram of RentLoanerBaseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RentLoanerBaseType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="VIN" type="sqdt:VINType">
            <xsd:annotation>
                <xsd:documentation>
                        Rental Loaner Vehicle Identification
                        Number
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="RentDaysQuantityNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        Number of days rental/loaner was out
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="RentOutDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Date rental/loaner vehicle provided to
                        customer
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="RentInDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Date rental/loaner vehicle turned in by
                        customer
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="Model" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Model description of rental/loaner
                        vehicle
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="RentNotes" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Rent Loaner Comments
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VIN star:VIN 0 (1)
RentDaysQuantityNumeric star:RentDaysQuantityNumeric 0 (1)
RentOutDate star:RentOutDate 0 (1)
RentInDate star:RentInDate 0 (1)
Model star:Model 0 (1)
RentNotes star:RentNotes 0 (1)
Collapse Derivation Tree:
Collapse References:
star:RentLoanerBasestar:RentLoanerHistoryType, star:RentLoanerType,