UpdateEmployeeTime schema, example, validation rules, validation stylesheet

UpdateEmployeeTime type: UpdateEmployeeTime

The purpose of the UpdateEmployeeTime is to update work time information for an employee from a data collection application to an ERP Human Resource application.

UpdateEmployeeTime extends: BusinessObjectDocument
Structure:
Elements:
Name Type Description
DataArea UpdateEmployeeTimeDataArea

Is where the information that the BOD message carries is provided, in this case UpdateEmployeeTime. The information consists of a Verb and one or more Nouns. The verb (Update) indicates the action to be performed on the Noun (EmployeeTime).

UpdateEmployeeTimeDataArea extends: DataArea
Structure:
Elements:
Name Type Description
EmployeeTime reference
Update reference

UpdateEmployeeTime Scenario Diagram

Update schema

Update type: Update

The Update verb is used to describe specific processing in a more fine-grained manner beyond add, change or delete processing. An example is the update of inspection information from one business application to another. The event is not adding a document, or changing fields per se, it is communicating the occurrence of an event as well as the corresponding data that accompanies the event.

Update extends: Verb
Structure:
Elements:
Name Type Description
UpdateCriteria UpdateExpressionCriteria

UpdateExpressionCriteria
Structure:
Elements:
Name Type Description
Expression
Attributes:
Name Type Usage Description
action required
expressionLanguage
lock xs:boolean
Enumerations:
Add
Change
Delete
Replace

EmployeeTime schema

EmployeeTime type: EmployeeTime

Refers to time sheet information for an employee. This information may be collected in an external source, and then transferred to a HRMS or Payroll application.

EmployeeTime extends: Noun
Structure:
Elements:
Name Type Description
UserArea reference

Verb Common Files

Verb.xsd schema

AcknowledgableVerb extends: ConfirmableVerb
Structure:
Attributes:
Name Type Usage Description
acknowledge AcknowledgementType

AcknowledgementType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

ConfirmableVerb extends: Verb
Structure:
Attributes:
Name Type Usage Description
confirm ConfirmType

ConfirmType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

Expression restricts: xs:string

ExpressionCriteria
Structure:
Elements:
Name Type Description
SelectExpression Expression

Allows the 1-n number of selection expressions for the information to be returned.

Attributes:
Name Type Usage Description
expressionLanguage xs:string optional

RequestVerb extends: ConfirmableVerb
Structure:
Elements:
Name Type Description
ReturnCriteria

Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.

VerbBase.xsd schema

Verb type: Verb

Verb
Structure:

Noun Common Files

TimeReporting.xsd schema