<xs:complexType name="EmployeeQualification">
<xs:sequence>
<xs:element name="Id" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the identifier of the qualification.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SkillCode" type="Code" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the code used to identify the skill with in the business.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SkillName" type="Name" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Name of ths Skill.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Competency" type="Code" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Inidicates the competency level</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LastUsedDate" type="DateTimeAny" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Last time the employee used this skill.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TrainingDate" type="DateTimeAny" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the dates in which training was received for this skill.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EffectiveTimePeriod" type="TimePeriodAny" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the effective period in which the employee has had this skill. Used to indicate experience with this skill.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|