<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>
|