em:RequestResponse
Further defines a response specific to: Resource, Resource Message, ResourceMessageType and this response can be an acceptance , declination or a return request pertaining to a specific message.
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.1
Schema document: domains/emergencyManagement/2.1/emergencyManagement.xsd
Type: em:RequestResponseType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- em:ResponseCode [0..*] Used to accept or decline a Request, Response, Unsolicited Offer, or a Request Return. Decline indicates the request, response or offer is not accepted.
- em:ResponseReasonCode [0..*] Explanation for a declined Request, Response, Unsolicited Offer, or a Request Return.
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 em:ResourceInformationType (Element em:ResourceInformation)
Sample instance
<em:RequestResponse> <em:ResponseCode>Decline</em:ResponseCode> <em:ResponseReasonCode>Decline</em:ResponseReasonCode> </em:RequestResponse>