Definition Type: ComplexType
Name: ScreeningMessageType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Expression in schema meta_xsd Drilldown into Description in schema fields_xsd1 Drilldown into ReasonCode in schema fields_xsd1 Drilldown into TypeCode in schema fields_xsd Drilldown into ID in schema fields_xsdXSD Diagram of ScreeningMessageType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningMessageType">
    <xsd:sequence>
        <xsd:annotation>
            <xsd:documentation>Expression Identifies a pointer to the screening this message applies to. This point is provided using an appropriate value of the given expressionLanguage indicated. The actionCode is intended to indicate what has occured with the given screening and/or instance of the given screening.</xsd:documentation>
        </xsd:annotation>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="TypeCode" minOccurs="0" />
        <xsd:element ref="oa:ReasonCode" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="oa:Expression" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
TypeCode nsA:TypeCode 0 (1)
ReasonCode oa:ReasonCode 0 (1)
Description oa:Description 0 unbounded
Expression oa:Expression 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningMessage