Definition Type: SimpleType
Name: DataCaptureMethodCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
A code classifying the means be which document data was captured. For example, it is important to know whether or not a particular candidate instance was captured using an automated process (e.g., a resume parser) or whether the data was entered or compiled by a person.
Collapse XSD Schema Diagram:
XSD Diagram of DataCaptureMethodCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="DataCaptureMethodCodeEnumType">
    <xsd:annotation>
        <xsd:documentation>A code classifying the means be which document data was captured. For example, it is important
			to know whether or not a particular candidate instance was captured using an automated process (e.g., a resume
			parser) or whether the data was entered or compiled by a person.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Automated" />
        <xsd:enumeration value="DataEntry" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Automated
Enumeration DataEntry