Definition Type: Element
Name: CompetencyEvidence
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Competencies.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into SupportingInformation in schema competencies_xsd Drilldown into StringValue in schema competencytypes_xsd Drilldown into NumericValue in schema competencytypes_xsd Drilldown into EvidenceId in schema competencies_xsd Drilldown into lastUsed in schema competencies_xsd Drilldown into required in schema competencies_xsd Drilldown into typeId in schema competencies_xsd Drilldown into expirationDate in schema competencies_xsd Drilldown into typeDescription in schema competencies_xsd Drilldown into name in schema competencies_xsd Drilldown into dateOfIncident in schema competencies_xsdXSD Diagram of CompetencyEvidence in schema competencies_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CompetencyEvidence" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="EvidenceId" minOccurs="0">
                <xsd:complexType>
                    <xsd:attribute name="id" type="xsd:string" use="required" />
                    <xsd:attribute name="idOwner" type="xsd:string" />
                    <xsd:attribute name="description" type="xsd:string" />
                </xsd:complexType>
            </xsd:element>
            <xsd:choice>
                <xsd:element ref="NumericValue" />
                <xsd:element ref="StringValue" />
            </xsd:choice>
            <xsd:element ref="SupportingInformation" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="dateOfIncident" type="AnyDateTimeType" />
        <xsd:attribute name="name" type="xsd:string" />
        <xsd:attribute name="typeDescription" type="xsd:string" />
        <xsd:attribute name="expirationDate" type="AnyDateTimeType" />
        <xsd:attribute name="typeId" type="xsd:string" />
        <xsd:attribute name="required" type="xsd:boolean" />
        <xsd:attribute name="lastUsed" type="AnyDateTimeType" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EvidenceId hr:EvidenceId 0 (1)
NumericValue hr:NumericValue (1) (1)
StringValue hr:StringValue (1) (1)
SupportingInformation hr:SupportingInformation 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
dateOfIncident hr:dateOfIncident (Optional)
name hr:name (Optional)
typeDescription hr:typeDescription (Optional)
expirationDate hr:expirationDate (Optional)
typeId hr:typeId (Optional)
required hr:required (Optional)
lastUsed hr:lastUsed (Optional)