Definition Type: Element
Name: ProcessingInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundCheck.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ScopeOfWork in schema backgroundcheck_xsd Drilldown into AccessCredential in schema backgroundcheck_xsdXSD Diagram of ProcessingInformation in schema backgroundcheck_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ProcessingInformation" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="AccessCredential" type="AccessCredentialType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="ScopeOfWork" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AccessCredential hr:AccessCredential 0 unbounded
ScopeOfWork hr:ScopeOfWork 0 unbounded