Definition Type: ComplexType
Name: ResultsTextType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Signature in schema screeningtypes_xsd Drilldown into Text in schema screeningtypes_xsd Drilldown into InternetEmailAddress in schema onlineaddress_xsd Drilldown into InternetWebAddress in schema onlineaddress_xsd Drilldown into resultType in schema screeningtypes_xsd Drilldown into mediaType in schema screeningtypes_xsd Drilldown into type in schema screeningtypes_xsdXSD Diagram of ResultsTextType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ResultsTextType">
    <xsd:sequence>
        <xsd:element ref="InternetWebAddress" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InternetEmailAddress" minOccurs="0" maxOccurs="unbounded" />
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element name="Text" type="xsd:string" minOccurs="0" />
            <xsd:element name="Signature" type="ds:SignatureType" minOccurs="0" />
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="type" type="DocumentationTypes" use="required" />
    <xsd:attribute name="mediaType" type="MediaTypes" use="optional" />
    <xsd:attribute name="resultType" type="ResultDataTypes" use="optional">
        <xsd:annotation>
            <xsd:documentation>Identifies the type of result the client is requesting.  i.e Summary = Scored result with not textual details regarding the search results.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InternetWebAddress hr:InternetWebAddress 0 unbounded
InternetEmailAddress hr:InternetEmailAddress 0 unbounded
Text hr:Text 0 (1)
Signature hr:Signature 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Required
mediaType hr:mediaType Optional
resultType hr:resultType Optional
Collapse Derivation Tree:
Collapse References:
hr:ScreeningResults