Definition Type: ComplexType
Name: TimeEventType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains a collection of information describing a time event reported on a time card ( An event of significance in the reporting of time worked). Where the TimeCard is used to capture "raw" time capture device data, the TimeEvent might be used to capture a timestamp associated with a particular "Clock In" or "Clock Out" operation. TimeEvent also could be used to capture information about events such as completion or the achievement of a project milestone.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Comment in schema fields_xsd Drilldown into TimeWorkedRounding in schema components_xsd Drilldown into Approver in schema components_xsd Drilldown into Submitter in schema components_xsd Drilldown into TimeCardPayRate in schema components_xsd Drilldown into EffectiveTimeEventDate in schema components_xsd Drilldown into ActualDateTime in schema fields_xsd Drilldown into TimeEventTypeCode in schema fields_xsd Drilldown into OrderLineID in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of TimeEventType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TimeEventType">
    <xsd:annotation>
        <xsd:documentation>Contains a collection of information describing a time event reported on a time card (			
An event of significance in the reporting of time worked). Where the TimeCard is used to capture "raw" time capture device
			                       	data, the TimeEvent might be used to capture a timestamp associated with a particular
			                       	"Clock In" or "Clock Out" operation. TimeEvent also could be used to capture information
			                       	about events such as completion or the achievement of a project milestone.			
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="OrderLineID" minOccurs="0" />
        <xsd:element ref="TimeEventTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ActualDateTime" />
        <xsd:element ref="EffectiveTimeEventDate" minOccurs="0" />
        <xsd:element ref="TimeCardPayRate" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Submitter" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Approver" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TimeWorkedRounding" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
OrderLineID nsA:OrderLineID 0 (1)
TimeEventTypeCode nsA:TimeEventTypeCode 0 unbounded
ActualDateTime nsA:ActualDateTime (1) (1)
EffectiveTimeEventDate nsA:EffectiveTimeEventDate 0 (1)
TimeCardPayRate nsA:TimeCardPayRate 0 unbounded
Submitter nsA:Submitter 0 unbounded
Approver nsA:Approver 0 unbounded
TimeWorkedRounding nsA:TimeWorkedRounding 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:TimeEvent