Definition Type: ComplexType
Name: ApplicationMethodType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PositionOpening.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InPerson in schema positionopening_xsd Drilldown into PostalAddress in schema postaladdress_xsd Drilldown into InternetWebAddress in schema onlineaddress_xsd Drilldown into InternetEmailAddress in schema onlineaddress_xsd Drilldown into Fax in schema telcomnumber_xsd Drilldown into Telephone in schema telcomnumber_xsdXSD Diagram of ApplicationMethodType in schema positionopening_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ApplicationMethodType">
    <xsd:sequence>
        <xsd:element ref="Telephone" minOccurs="0" />
        <xsd:element ref="Fax" minOccurs="0" />
        <xsd:element ref="InternetEmailAddress" minOccurs="0" />
        <xsd:element ref="InternetWebAddress" minOccurs="0" />
        <xsd:element ref="PostalAddress" minOccurs="0" />
        <xsd:element name="InPerson" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="TravelDirections" type="xsd:string" minOccurs="0" />
                    <xsd:element name="MapLink" type="InternetWebAddressType" minOccurs="0" />
                    <xsd:element name="AdditionalInstructions" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Telephone hr:Telephone 0 (1)
Fax hr:Fax 0 (1)
InternetEmailAddress hr:InternetEmailAddress 0 (1)
InternetWebAddress hr:InternetWebAddress 0 (1)
PostalAddress hr:PostalAddress 0 (1)
InPerson hr:InPerson 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:ApplicationMethod