XML File Format Schema
TimeOffCode Element
Namespace (none)
Diagram
EarningCodeID Element Description Element TimeOffCodeID Element Sequence TimeOffCode Element
Overview
Sequence
TimeOffCodeID xs:string
This field uniquely identifies the time off type, e.g. VAC, SCK, HOL
Description xs:string
This field describes the time off type: Vacation, Sick, Holiday
EarningCodeID xs:string
Source
<xs:element name="TimeOffCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element type="xs:string" name="TimeOffCodeID" />
      <xs:element type="xs:string" name="Description" />
      <xs:element type="xs:string" name="EarningCodeID" nillable="true" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
TimeOffCodesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.