Definition Type: ComplexType
Name: ConfirmationComponentType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ConfirmationDate in schema components_xsd Drilldown into ConfirmedByName in schema components_xsd Drilldown into ConfirmedWithName in schema components_xsd Drilldown into ConfirmationEntityCode in schema components_xsdXSD Diagram of ConfirmationComponentType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ConfirmationComponentType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ConfirmationEntityCode" type="scl:ConfirmationEntityEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates whether the confirmation was performed with the
                            insurance company or the insurance agent.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ConfirmedWithName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                        Person at insurance company or agency with whom insurance
                            was confirmed.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ConfirmedByName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                        Person who confirmed with the insurance company or
                        agency.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ConfirmationDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Date of insurance confirmation.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConfirmationEntityCode star:ConfirmationEntityCode 0 (1)
ConfirmedWithName star:ConfirmedWithName 0 (1)
ConfirmedByName star:ConfirmedByName 0 (1)
ConfirmationDate star:ConfirmationDate 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ConfirmationComponent