Definition Type: ComplexType
Name: EmployeeQualification
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into UserArea Drilldown into EffectiveTimePeriod Drilldown into TrainingDate Drilldown into LastUsedDate Drilldown into Competency Drilldown into SkillName Drilldown into SkillCode Drilldown into IdXSD Diagram of EmployeeQualification
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
SkillCode oa:SkillCode 0 (1)
SkillName oa:SkillName 0 unbounded
Competency oa:Competency 0 (1)
LastUsedDate oa:LastUsedDate 0 (1)
TrainingDate oa:TrainingDate 0 unbounded
EffectiveTimePeriod oa:EffectiveTimePeriod 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Qualification
Collapse Comments:
blog comments powered by Disqus