Schema Central  >  LEXS 4.0  >  lexs-digest.xsd  >  lexsdigest:EntityNotification
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Substitution hierarchy

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>