Definition Type: ComplexType
Name: ResourceScreeningType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ResourceScreening.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ScreeningComments in schema resourcescreening_xsd Drilldown into ScreeningResult in schema resourcescreening_xsd Drilldown into ScreeningResultDate in schema resourcescreening_xsd Drilldown into lang in schema xml_xsd Drilldown into screeningType in schema resourcescreening_xsdXSD Diagram of ResourceScreeningType in schema resourcescreening_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ResourceScreeningType">
    <xsd:sequence>
        <xsd:element name="ScreeningResultDate" type="AnyDateTimeType" />
        <xsd:element name="ScreeningResult" type="xsd:string" />
        <xsd:element name="ScreeningComments" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="screeningType" type="StaffingScreeningType" use="required" />
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScreeningResultDate hr:ScreeningResultDate (1) (1)
ScreeningResult hr:ScreeningResult (1) (1)
ScreeningComments hr:ScreeningComments 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
screeningType hr:screeningType Required
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:ResourceScreening