Definition Type: ComplexType
Name: ServiceAdvisorType
Namespace: http://www.starstandard.org/STAR/5
Type: star:PartyBaseType
Containing Schema: DeprecatedComponents.xsd
Abstract
Documentation:
Deprecated: Use PartyABIEType
Collapse XSD Schema Diagram:
Drilldown into ServiceAdvisorName in schema deprecatedcomponents_xsd Drilldown into OrganizationalPartyAlternatePartyId in schema deprecatedcomponents_xsd Drilldown into PartyID in schema deprecatedcomponents_xsd Drilldown into PartyBaseType in schema deprecatedcomponents_xsdXSD Diagram of ServiceAdvisorType in schema deprecatedcomponents_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceAdvisorType">
    <xsd:annotation>
        <xsd:documentation>Deprecated: Use PartyABIEType</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="PartyBaseType">
            <xsd:sequence>
                <xsd:element maxOccurs="unbounded" minOccurs="0" ref="OrganizationalPartyAlternatePartyId">
                    <xsd:annotation>
                        <xsd:documentation>
                            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Social security number or other legal document Id of service advisor assigned
                           to Repair Order</ccts:Definition>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element minOccurs="0" name="ServiceAdvisorName" type="udt:NameType">
                    <xsd:annotation>
                        <xsd:documentation>
                            <ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Name of service advisor</ccts:Definition>
                        </xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartyID star:PartyID 0 (1)
OrganizationalPartyAlternatePartyId star:OrganizationalPartyAlternatePartyId 0 unbounded
ServiceAdvisorName star:ServiceAdvisorName 0 (1)
Collapse Derivation Tree: