Definition Type: Element
Name: HowToApply
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PositionOpening.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into ApplicationMethod in schema positionopening_xsd Drilldown into PersonName in schema personname_xsdXSD Diagram of HowToApply in schema positionopening_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="HowToApply" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="PersonName" minOccurs="0" />
            <xsd:element name="ApplicationMethod" type="ApplicationMethodType" minOccurs="0" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
ApplicationMethod hr:ApplicationMethod 0 (1)
UserArea hr:UserArea 0 (1)