Definition Type: Element
Name: DataArea
Namespace: http://www.hr-xml.org/3
Type: nsA:ProcessCandidateDataAreaType
Containing Schema: ProcessCandidate.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
The DataArea is the part of the BOD that contains business information. This information consists of a verb and one or more noun instances. In the case of the ProcessCandidate, the verb Process indicates the action to be performed on the noun Candidate.
Collapse XSD Schema Diagram:
Drilldown into Candidate in schema candidate_xsd Drilldown into Process in schema meta_xsd Drilldown into ProcessCandidateDataAreaType in schema processcandidate_xsdXSD Diagram of DataArea in schema processcandidate_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="DataArea" type="ProcessCandidateDataAreaType">
    <xsd:annotation>
        <xsd:documentation>The DataArea is the part of the BOD that contains business information. This information consists of a verb and one or more noun instances. In the case of the ProcessCandidate, the verb Process indicates the action to be performed on the noun Candidate.</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Process oa:Process (1) (1)
Candidate nsA:Candidate (1) unbounded
Collapse Derivation Tree: