cbrn:ResponseReport
A report provided in response to a request.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ResponseReportType
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.
- cbrn:RequestData [0..*] Information identifying the request for which a message provides a response.
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:CaseResponseCode [0..*] A code identifying the nature of the ability to provide the requested data, or the method of providing the response.
from type cbrn:ReportType
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:ResponseReport> <cbrn:ReportDateTime>2000-01-01T12:00:00</cbrn:ReportDateTime> <cbrn:ActivityName>string</cbrn:ActivityName> <cbrn:CredentialsAuthenticatedCode>Authenticated</cbrn:CredentialsAuthenticatedCode> <cbrn:RequestData> <cbrn:RequestID>string</cbrn:RequestID> <cbrn:RequestDateTime>2000-01-01T12:00:00</cbrn:RequestDateTime> <cbrn:RequestScopeCode>SingleRequest</cbrn:RequestScopeCode> <cbrn:ActivityName>string</cbrn:ActivityName> <cbrn:ActivityUserLogonID>string</cbrn:ActivityUserLogonID> <cbrn:RequestAgency> <cbrn:RequestAgencyCode>JHU/APL</cbrn:RequestAgencyCode> <nc:OrganizationName>string</nc:OrganizationName> <nc:OrganizationIdentification>... </nc:OrganizationIdentification> </cbrn:RequestAgency> </cbrn:RequestData> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:CaseResponseCode>No case match</cbrn:CaseResponseCode> </cbrn:ResponseReport>