cbrn:Report
A report provided on an unsolicited basis; i.e., not in response to a request message (Pull), but by Push from the entity providing the report.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ReportType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:ReportDateTime [0..*] DateTime when a report was created.
- cbrn:ActivityName [0..*] Name of the activity associated with a request. This property can be used to provide data for workflow coordination by the sending or receiving systems.
- cbrn:CredentialsAuthenticatedCode [0..*] Credentials authentication verification.
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 |
Sample instance
<cbrn:Report> <cbrn:ReportDateTime>2000-01-01T12:00:00</cbrn:ReportDateTime> <cbrn:ActivityName>string</cbrn:ActivityName> <cbrn:CredentialsAuthenticatedCode>Authenticated</cbrn:CredentialsAuthenticatedCode> </cbrn:Report>