Definition Type: ComplexType
Name: TextImageType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Image in schema screeningtypes_xsd Drilldown into FileReferences in schema screeningtypes_xsd Drilldown into Text in schema screeningtypes_xsd Drilldown into RoutingId in schema screeningtypes_xsd Drilldown into InternetEmailAddress in schema onlineaddress_xsd Drilldown into InternetWebAddress in schema onlineaddress_xsd Drilldown into lang in schema xml_xsd Drilldown into manifestName in schema screeningtypes_xsd Drilldown into resultType in schema screeningtypes_xsd Drilldown into mediaType in schema screeningtypes_xsd Drilldown into type in schema screeningtypes_xsdXSD Diagram of TextImageType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TextImageType">
    <xsd:sequence>
        <xsd:element ref="InternetWebAddress" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InternetEmailAddress" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="RoutingId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>The content of this element  could be an internal account or user identifier that will receive a copy of the screening results.   The functionality of the content will be identified by the idOwner and name attributes.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="Text" type="xsd:string" minOccurs="0" />
            <xsd:element name="FileReferences" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute name="type" type="DocumentationTypes" use="optional" />
                            <xsd:attribute name="mediaType" type="MediaTypes" use="optional" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Image" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:base64Binary">
                            <xsd:attribute name="type" type="DocumentationTypes" use="optional" />
                            <xsd:attribute name="mediaType" type="MediaTypes" use="optional" />
                            <xsd:attribute name="fileName" type="xsd:string" use="optional" />
                            <xsd:attribute ref="xml:lang" use="optional" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
    <xsd:attribute name="type" type="DocumentationTypes" use="optional" />
    <xsd:attribute name="mediaType" type="MediaTypes" use="optional" />
    <xsd:attribute name="resultType" type="ResultDataTypes" use="optional" />
    <xsd:attribute name="manifestName" type="xsd:string" use="optional" />
    <xsd:attribute ref="xml:lang" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InternetWebAddress hr:InternetWebAddress 0 unbounded
InternetEmailAddress hr:InternetEmailAddress 0 unbounded
RoutingId hr:RoutingId 0 unbounded
Text hr:Text 0 (1)
FileReferences hr:FileReferences 0 unbounded
Image hr:Image 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Optional
mediaType hr:mediaType Optional
resultType hr:resultType Optional
manifestName hr:manifestName Optional
lang nsA:lang Optional
Collapse Derivation Tree:
Collapse References:
hr:Documentation