XML File Format Schema
RelationToEmployee Element
Namespace (none)
Type
Restriction of xs:string
Overview
RelationToEmployee Restriction of xs:string
Source
<xs:element name="RelationToEmployee" nillable="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Child" />
      <xs:enumeration value="Guardian" />
      <xs:enumeration value="Other" />
      <xs:enumeration value="Parent" />
      <xs:enumeration value="Self" />
      <xs:enumeration value="Sibling" />
      <xs:enumeration value="Spouse" />
    </xs:restriction>
  </xs:simpleType>
</xs:element>
See Also
EmployeeRelation ElementRelationsList ElementEmployee ElementEmployeesList ElementSyncDataSet ElementXML File Format Schema

 

 


© 2015 All Rights Reserved.

Send comments on this topic.