Definition Type: Element
Name: AppointmentBase
Namespace: http://www.starstandard.org/STAR/5
Type: star:AppointmentBaseType
Containing Schema: Components.xsd
Abstract
Documentation:
The Appointment Base component represents information about an appointment such as service appointment including appointment date, appointment time, etc.
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_xsd Drilldown into AppointmentBaseType in schema components_xsdXSD Diagram of AppointmentBase in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:element name="AppointmentBase" type="AppointmentBaseType">
    <xsd:annotation>
        <xsd:documentation>The Appointment Base component represents information about an appointment such as service appointment including appointment date, appointment time, etc.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
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: