Definition Type: ComplexType
Name: DesignatedEmployerRepresentativeType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Designated Employer Representative. Details An employer contact specifed with respect to an order or transaction. Note that in the context of U.S. DOT-mandated drug screenings, "Designated Employer Representative" has a specific meaning under implementing regulations.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into PersonName in schema components_xsd Drilldown into PrecedenceCode in schema fields_xsd Drilldown into EmployerRepresentativeID in schema fields_xsdXSD Diagram of DesignatedEmployerRepresentativeType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DesignatedEmployerRepresentativeType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Designated Employer Representative. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">An employer contact specifed with respect to an order or transaction.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Note that in the context of U.S. DOT-mandated drug screenings, "Designated Employer Representative" has a specific meaning under implementing regulations.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="EmployerRepresentativeID" minOccurs="0" />
        <xsd:element ref="PrecedenceCode" minOccurs="0" />
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmployerRepresentativeID nsA:EmployerRepresentativeID 0 (1)
PrecedenceCode nsA:PrecedenceCode 0 (1)
PersonName nsA:PersonName 0 (1)
Communication nsA:Communication 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:DesignatedEmployerRepresentative