<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>
|