Definition Type: ComplexType
Name: TimeCardType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TimeCardActualHours in schema components_xsd Drilldown into TimeCardFlatRateHours in schema components_xsd Drilldown into TimeCardTechniciansRate in schema components_xsd Drilldown into TimeCardRateType in schema components_xsd Drilldown into TimeCardDate in schema components_xsdXSD Diagram of TimeCardType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="TimeCardType">
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="TimeCardDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>The date of the time card.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="TimeCardRateType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>The type of rate paid to the technician. Valid values are "flatrate" or "actual".</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="TimeCardTechniciansRate" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>The techician's rate in monetary amount</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TimeCardFlatRateHours" type="udt:QuantityType">
            <xsd:annotation>
                <xsd:documentation>The number of flatrate hours</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TimeCardActualHours" type="udt:QuantityType">
            <xsd:annotation>
                <xsd:documentation>The number of actual hours</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimeCardDate star:TimeCardDate 1 1
TimeCardRateType star:TimeCardRateType 1 1
TimeCardTechniciansRate star:TimeCardTechniciansRate 1 1
TimeCardFlatRateHours star:TimeCardFlatRateHours 0 1
TimeCardActualHours star:TimeCardActualHours 0 1
Collapse Derivation Tree:
Collapse References:
star:TimeCard