Definition Type: ComplexType
Name: ReferralType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema screeningtypes_xsd Drilldown into ContactMethod in schema screeningtypes_xsd Drilldown into InternetDomainName in schema screeningtypes_xsd Drilldown into LegalId in schema screeningtypes_xsd Drilldown into TaxId in schema screeningtypes_xsd Drilldown into OrganizationId in schema screeningtypes_xsd Drilldown into OrganizationName in schema screeningtypes_xsd Drilldown into type in schema screeningtypes_xsdXSD Diagram of ReferralType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReferralType">
    <xsd:sequence>
        <xsd:element name="OrganizationName" type="xsd:string" />
        <xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="TaxId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="LegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="InternetDomainName" type="InternetDomainNameType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" />
        <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="type" type="ReferralTypeType" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName (1) (1)
OrganizationId hr:OrganizationId 0 unbounded
TaxId hr:TaxId 0 unbounded
LegalId hr:LegalId 0 unbounded
InternetDomainName hr:InternetDomainName 0 unbounded
ContactMethod hr:ContactMethod 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Optional
Collapse Derivation Tree:
Collapse References:
hr:ClientContact, hr:CreditConsumerReferralType, hr:Organizationhr:Organization, hr:Organization, hr:Organization, hr:Organization, hr:Organization,