Definition Type: Attribute
Name: responsibleForFollowup
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ApplicationAcknowledgement.xsd
ContentType Restriction
Use (Optional)
Collapse XSD Schema Diagram:
XSD Diagram of responsibleForFollowup in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration No Followup Needed
Enumeration Payload Source Organization
Enumeration Acknowledgement Source Organization