Definition Type: Element
Name: Text
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ScreeningTypes.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Documentation:
Container for the unparsed line or other undefined report detail. The type attribute of the parent element will identify the content of this element. i.e. header, detail, etc.
Collapse XSD Schema Diagram:
XSD Diagram of Text in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Text" type="xsd:string" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Container for the unparsed line or other undefined report detail.  The type attribute of the parent element will identify the content of this element.  i.e. header, detail, etc.</xsd:documentation>
    </xsd:annotation>
</xsd:element>