em:RequestResponse
Element information
Namespace: http://niem.gov/niem/domains/emergencyManagement/2.0
Schema document: domains/emergencyManagement/2.0/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>Accept</em:ResponseCode> <em:ResponseReasonCode>Accept</em:ResponseReasonCode> </em:RequestResponse>