Definition Type: ComplexType
Name: ContactBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use ContactABIEType
Collapse XSD Schema Diagram:
Drilldown into PrimaryContactIndicator in schema deprecatedcomponents_xsd Drilldown into ContactTime in schema deprecatedcomponents_xsd Drilldown into PreferredContactMethodCode in schema deprecatedcomponents_xsd Drilldown into IndividualPartyContactFaxString in schema deprecatedcomponents_xsd Drilldown into IndividualPartyContactEMailString in schema deprecatedcomponents_xsd Drilldown into IndividualPartyContactTelephoneNumberString in schema deprecatedcomponents_xsdXSD Diagram of ContactBaseType in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ContactBaseType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use ContactABIEType</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="IndividualPartyContactTelephoneNumberString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contact telephone numbers</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="IndividualPartyContactEMailString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contact Email addresses</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="IndividualPartyContactFaxString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contact Fax numbers</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PreferredContactMethodCode" type="scl:PreferredContactMethodEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Preferred contact method</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ContactTime" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Preferred contact time (i.e. Best day/time to reach the contact.</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PrimaryContactIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Indicates if contact is primary contact</ccts:Definition>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IndividualPartyContactTelephoneNumberString star:IndividualPartyContactTelephoneNumberString 0 unbounded
IndividualPartyContactEMailString star:IndividualPartyContactEMailString 0 unbounded
IndividualPartyContactFaxString star:IndividualPartyContactFaxString 0 unbounded
PreferredContactMethodCode star:PreferredContactMethodCode 0 (1)
ContactTime star:ContactTime 0 (1)
PrimaryContactIndicator star:PrimaryContactIndicator 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ContactBasestar:ContractIndividualApplicantContactType, star:IndividualApplicantContactType, star:IndividualPartyContact2Type, star:IndividualPartyContactType,