Definition Type: ComplexType
Name: ScreeningCustomerType
Namespace: http://www.hr-xml.org/3
Type: nsA:CustomerContactType
Containing Schema: Components.xsd
Abstract
Documentation:
A collection of information about a customer of screening services, typically an employer. Includes information about a designated employer representative. A designated employer representative may be required for notifications and response required under applicable law. For example, U.S. DOT drug testing regulations.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DesignatedEmployerRepresentative in schema components_xsd Drilldown into Communication in schema components_xsd Drilldown into OrganizationUnitName in schema fields_xsd Drilldown into OrganizationUnitID in schema fields_xsd Drilldown into OrganizationName in schema fields_xsd Drilldown into OrganizationID in schema fields_xsd Drilldown into CustomerContactType in schema components_xsdXSD Diagram of ScreeningCustomerType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ScreeningCustomerType">
    <xsd:annotation>
        <xsd:documentation>A collection of information about a customer of screening services, typically an employer. Includes information 
	about a designated employer representative. A designated employer representative may be required for notifications and response 
	required under applicable law. For example, U.S. DOT drug testing regulations.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="CustomerContactType">
            <xsd:sequence>
                <xsd:element ref="DesignatedEmployerRepresentative" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="UserArea" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationID nsA:OrganizationID 0 unbounded
OrganizationName nsA:OrganizationName 0 (1)
OrganizationUnitID nsA:OrganizationUnitID 0 (1)
OrganizationUnitName nsA:OrganizationUnitName 0 (1)
Communication nsA:Communication 0 unbounded
DesignatedEmployerRepresentative nsA:DesignatedEmployerRepresentative 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:ScreeningCustomer