<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>
|