XML File Format Schema
ReviewStatus Element
Namespace (none)
Type
Restriction of xs:string
Overview
ReviewStatus Restriction of xs:string
Source
<xs:element name="ReviewStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="NotStarted" />
      <xs:enumeration value="InProgress" />
      <xs:enumeration value="Approved" />
      <xs:enumeration value="AwaitingEmployeeAcknowledgement" />
      <xs:enumeration value="Removed" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
EmployeeEvaluation ElementEvaluationsList ElementEmployee ElementEmployeesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.