Definition Type: Element
Name: ApplicationHistory
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: NewHire.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema newhire_xsd Drilldown into HiringProcessActivity in schema newhire_xsdXSD Diagram of ApplicationHistory in schema newhire_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ApplicationHistory" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="HiringProcessActivity" type="ActivityType" maxOccurs="unbounded" />
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HiringProcessActivity hr:HiringProcessActivity (1) unbounded
Comments hr:Comments 0 (1)