Definition Type: ComplexType
Name: EmployeeQualification
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into EffectiveTimePeriod in schema components_xsd Drilldown into TrainingDate in schema components_xsd Drilldown into LastUsedDate in schema components_xsd Drilldown into Competency in schema components_xsd Drilldown into SkillName in schema components_xsd Drilldown into SkillCode in schema components_xsd Drilldown into Id in schema components_xsdXSD Diagram of EmployeeQualification in schema components_xsd (Open Applications Group (OAGIS))
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