Definition Type: ComplexType
Name: ProcessingInformationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains information relating to the processing of a document, such as a resume to be parsed.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ProcessingInstructionCode in schema fields_xsdXSD Diagram of ProcessingInformationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ProcessingInformationType">
    <xsd:annotation>
        <xsd:documentation>Contains information relating to the processing of a document, such 
			as a resume to be parsed.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ProcessingInstructionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProcessingInstructionCode nsA:ProcessingInstructionCode 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ProcessingInformation