XML File Format Schema
PrimaryPayCodePayRateFrequency Element
Namespace (none)
Type
Restriction of xs:string
Overview
PrimaryPayCodePayRateFrequency Restriction of xs:string
Source
<xs:element name="PrimaryPayCodePayRateFrequency" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Week" />
      <xs:enumeration value="TwoWeeks" />
      <xs:enumeration value="HalfMonth" />
      <xs:enumeration value="Month" />
      <xs:enumeration value="Quarter" />
      <xs:enumeration value="SixMonths" />
      <xs:enumeration value="Year" />
      <xs:enumeration value="Other" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
Employee ElementEmployeesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.