Definition Type: ComplexType
Name: DataCaptureType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains information about data capture. Essentially this identifies whether the document was produced through an automatic extraction process and if so, the date of the generated document and the identification of the supplier.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into FormattedDateTime in schema fields_xsd Drilldown into DataCaptureMethodCode in schema fields_xsd Drilldown into SupplierPartyID in schema fields_xsdXSD Diagram of DataCaptureType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DataCaptureType">
    <xsd:annotation>
        <xsd:documentation>Contains information about data capture. Essentially this identifies whether the document was produced through an automatic extraction process and if so, the date of the generated document and the identification of the supplier.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="SupplierPartyID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>In this context, the supplier party is the supplier of the data capture or information
			extraction services. For example, the name of a resume parsing service.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="DataCaptureMethodCode" minOccurs="0" />
        <xsd:element ref="FormattedDateTime" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SupplierPartyID nsA:SupplierPartyID 0 (1)
DataCaptureMethodCode nsA:DataCaptureMethodCode 0 (1)
FormattedDateTime nsA:FormattedDateTime 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:DataCapture