Definition Type: ComplexType
Name: NotificationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Notification. Details Contains details on preferred or primary notification methods associated with a particular scope of work or function. See NotificationScopeCode-element. This is used in pre-provisioning a partner system with user account information. See UserAccount-noun.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into NotificationMethod in schema components_xsd Drilldown into UseDefaultIndicator in schema fields_xsd Drilldown into NotificationScopeCode in schema fields_xsdXSD Diagram of NotificationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="NotificationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Notification. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains details on preferred or primary notification methods associated with a particular scope of work or function. See NotificationScopeCode-element.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">This is used in pre-provisioning a partner system with user account information. See UserAccount-noun.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="NotificationScopeCode" minOccurs="0" />
        <xsd:element ref="UseDefaultIndicator" minOccurs="0" />
        <xsd:element ref="NotificationMethod" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NotificationScopeCode nsA:NotificationScopeCode 0 (1)
UseDefaultIndicator nsA:UseDefaultIndicator 0 (1)
NotificationMethod nsA:NotificationMethod 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Notification