lexsdigest:EntityNotification
A notification Entity.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:EntityNotificationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- icism-metadata:ICISMMetadata [0..*]
- lexsdigest:Metadata [0..*] Metadata about an object.
- em:Notification [1..1] A written or printed notice or announcement intended to inform a specific audience of a message. A notification may only contain one message.
from type lexsdigest:EntityType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type lexs:DigestQueryFieldType (Element lexs:DigestQueryField)
- Type lexs:DigestType (Element lexs:Digest)
Substitution hierarchy
- lexsdigest:Entity
- can be substituted with lexsdigest:EntityNotification
Sample instance
<lexsdigest:EntityNotification> <lexsdigest:Metadata s:id="MNotification1"> <nc:CommentText>This is a comment.</nc:CommentText> <nc:LastUpdatedDate> <nc:DateTime>2008-08-13T09:13:00.0Z</nc:DateTime> </nc:LastUpdatedDate> <nc:ReportedDate> <nc:DateTime>1967-08-13T14:20:00.0Z</nc:DateTime> </nc:ReportedDate> </lexsdigest:Metadata> <em:Notification s:id="Notification1" s:metadata="MNotification1"> <nc:ActivityIdentification> <nc:IdentificationID>Notification123</nc:IdentificationID> </nc:ActivityIdentification> <nc:ActivityCategoryText>Notification </nc:ActivityCategoryText> <nc:ActivityDate> <nc:Date>1967-08-13</nc:Date> </nc:ActivityDate> <nc:ActivityDescriptionText>Notification description</nc:ActivityDescriptionText> <nc:ActivityStatus> <nc:StatusDescriptionText>Status description</nc:StatusDescriptionText> </nc:ActivityStatus> <em:NotificationID>PIU_865964</em:NotificationID> </em:Notification> </lexsdigest:EntityNotification>