Definition Type: ComplexType
Name: AppointmentType
Namespace: http://www.starstandard.org/STAR/5
Type: star:AppointmentBaseType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DayOfWeekCode in schema components_xsd 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 AppointmentType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="AppointmentType">
    <xsd:complexContent>
        <xsd:extension base="AppointmentBaseType">
            <xsd:sequence>
                <xsd:element maxOccurs="1" minOccurs="0" name="DayOfWeekCode" type="sqdt:DayOfWeekCodeType">
                    <xsd:annotation>
                        <xsd:documentation>The DaysOfWeek component is used to identify availability based on
                days of the week.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</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
DayOfWeekCode star:DayOfWeekCode 0 1
Collapse Derivation Tree:
Collapse References:
star:ServiceAppointmentBaseType