cbrn:RequestData
Information identifying the request for which a message provides a response.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:RequestDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RequestID [0..*] Identifier of a request. There is no required format for the ID value.
- cbrn:RequestDateTime [0..*] DateTime of a request.
- cbrn:RequestScopeCode [0..*] Describes the scope of a request.
- 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.
- Choice [0..*]
- cbrn:ActivityUserLogonID Identifier for a person in the form of a person's system access (logon) id.
- cbrn:EmployeeIdentifier Identifier for a person in the form of an employee id.
- cbrn:PersonName Identifier for a person in the form of a person's actual name.
from subst. group cbrn:UserName - cbrn:RequestAgency [0..*] The organization that initiated a request.
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 cbrn:ResponseReportType (Element cbrn:ResponseReport)
Sample instance
<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:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </nc:OrganizationIdentification> </cbrn:RequestAgency> </cbrn:RequestData>