Definition Type: ComplexType
Name: InspectionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The incentives being applied to a Contract.
Collapse XSD Schema Diagram:
Drilldown into InspectionNotes in schema components_xsd Drilldown into EstimatedInspectedItemValueAmount in schema components_xsd Drilldown into InspectionNumberString in schema components_xsd Drilldown into InspectionCompanyName in schema components_xsd Drilldown into InspectionDate in schema components_xsdXSD Diagram of InspectionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="InspectionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">
                The incentives being applied to a Contract.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="InspectionDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The date that the inspection took place.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="InspectionCompanyName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The company that performed the
                        inspection.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="InspectionNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        A reference number for tracking the
                        inspection.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="EstimatedInspectedItemValueAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The determined value of the inspected
                        item.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="InspectionNotes" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Free form text desribing any notes from the inspection
                            performed.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InspectionDate star:InspectionDate (1) (1)
InspectionCompanyName star:InspectionCompanyName 0 (1)
InspectionNumberString star:InspectionNumberString 0 (1)
EstimatedInspectedItemValueAmount star:EstimatedInspectedItemValueAmount 0 (1)
InspectionNotes star:InspectionNotes 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Inspection