Definition Type: ComplexType
Name: EmployeeQualification
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into EffectiveTimePeriod in schema invoice_xsd Drilldown into TrainingDate in schema invoice_xsd Drilldown into LastUsedDate in schema invoice_xsd Drilldown into Competency in schema invoice_xsd Drilldown into SkillName in schema invoice_xsd Drilldown into SkillCode in schema invoice_xsd Drilldown into Id in schema invoice_xsdXSD Diagram of EmployeeQualification in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:Id 0 (1)
SkillCode nsC:SkillCode 0 (1)
SkillName nsC:SkillName 0 unbounded
Competency nsC:Competency 0 (1)
LastUsedDate nsC:LastUsedDate 0 (1)
TrainingDate nsC:TrainingDate 0 unbounded
EffectiveTimePeriod nsC:EffectiveTimePeriod 0 (1)
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Qualification