Definition Type: ComplexType
Name: ServiceTechnicianTimeCardsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TimeCard in schema components_xsd Drilldown into ServiceTechnicianParty in schema components_xsdXSD Diagram of ServiceTechnicianTimeCardsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceTechnicianTimeCardsType">
    <xsd:sequence>
        <xsd:element ref="ServiceTechnicianParty" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="TimeCard" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceTechnicianParty star:ServiceTechnicianParty 1 1
TimeCard star:TimeCard 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:ServiceTechnicianTimeCards