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