Definition Type: ComplexType
Name: AppointmentBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RequestedConsultantName in schema components_xsd Drilldown into AppointmentNotes in schema components_xsd Drilldown into AppointmentLocation in schema components_xsd Drilldown into AppointmentDateTime in schema components_xsdXSD Diagram of AppointmentBaseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="AppointmentBaseType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="AppointmentDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation>
                        Date and time of the appointment
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AppointmentLocation" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Location of the appointment... For example: Office;
                        Home
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AppointmentNotes" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Comments that relate to the appointment.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="RequestedConsultantName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                        The name of the consultant with whom the consumer indicated
                            they would like to work.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AppointmentDateTime star:AppointmentDateTime 0 (1)
AppointmentLocation star:AppointmentLocation 0 (1)
AppointmentNotes star:AppointmentNotes 0 (1)
RequestedConsultantName star:RequestedConsultantName 0 1
Collapse Derivation Tree:
Collapse References:
star:AppointmentBasestar:AppointmentType,