Definition Type: ComplexType
Name: ServiceAppointmentDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ServiceAppointment.xsd
Abstract
Documentation:
Detail for each service visit requested
Collapse XSD Schema Diagram:
Drilldown into CustomerPaymentMethod in schema components_xsd Drilldown into Appointment in schema components_xsd Drilldown into RequestedService in schema serviceappointment_xsdXSD Diagram of ServiceAppointmentDetailType in schema serviceappointment_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceAppointmentDetailType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Detail for each service visit requested</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="RequestedService" type="RequestedServiceExpandedType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Appointment" minOccurs="0" />
        <xsd:element ref="CustomerPaymentMethod" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RequestedService star:RequestedService 0 unbounded
Appointment star:Appointment 0 (1)
CustomerPaymentMethod star:CustomerPaymentMethod 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ServiceAppointmentDetail