Definition Type: Element
Name: Followup
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ApplicationAcknowledgement.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Indicates who is responsibile for correcting the exception.
Collapse XSD Schema Diagram:
Drilldown into ContactInfo in schema applicationacknowledgement_xsd Drilldown into PersonName in schema applicationacknowledgement_xsd Drilldown into OrganizationName in schema applicationacknowledgement_xsd Drilldown into OrganizationId in schema applicationacknowledgement_xsd Drilldown into responsibleForFollowup in schema applicationacknowledgement_xsdXSD Diagram of Followup in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Followup" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Indicates who is responsibile for correcting the exception.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
            <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
            <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
            <xsd:element name="ContactInfo" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="responsibleForFollowup">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="No Followup Needed" />
                    <xsd:enumeration value="Payload Source Organization" />
                    <xsd:enumeration value="Acknowledgement Source Organization" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationId hr:OrganizationId 0 (1)
OrganizationName hr:OrganizationName 0 (1)
PersonName hr:PersonName 0 (1)
ContactInfo hr:ContactInfo 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
responsibleForFollowup hr:responsibleForFollowup (Optional)