cbrn:RequestData
A set of information identifying the request for which a message provides a response.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:RequestDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- Choice [0..*]
- cbrn:EmployeeIDAn identifier for a person in the form of an employee id.
- cbrn:UserProperNameA name of a person in the form of an employee id.
- nc:EmployeeIDAn identifier for a person in the form of an employee id.
- nc:UserLogonIDAn identifier for a system user in the form of a person's system access (logon) id.
- nc:UserPersonNameA person's actual name, used as an identifier for a system user.
from subst. group nc:SystemUserName - cbrn:RequestScopeCode [0..*]A description of the requests scope.
- cbrn:RequestDateTime [0..*]A requests datetime .
- cbrn:RequestID [0..*]A unique identifier of a request. There is no required format for the Identifier value.
- cbrn:RequestAgency [0..*]An organization that initiated a request.
- cbrn:ActivityName [0..*]A 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:RequestUpdateIndicator [0..*]True if the request is an update to the request identified by RequestIdentifier; false if the request is new.
- cbrn:RequestCancelIndicator [0..*]True if the request is a cancellation of the request identified by <RequestIdentifier>; false if omitted, the request is not a cancellation.
- cbrn:RequestDataAugmentationPointAbstract [0..*]An augmentation point for cbrn:RequestDataType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cbrn:RequestDataAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Used in
- Type cbrn:ResponseReportType (Element cbrn:ResponseReport)
Sample instance
<cbrn:RequestData> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:EmployeeID>string</cbrn:EmployeeID> <cbrn:RequestScopeCode>FullRequest</cbrn:RequestScopeCode> <cbrn:RequestDateTime>2000-01-01T12:00:00</cbrn:RequestDateTime> <cbrn:RequestID>string</cbrn:RequestID> <cbrn:RequestAgency> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RequestAgencyCode>ANL</cbrn:RequestAgencyCode> <nc:OrganizationName>string</nc:OrganizationName> <nc:OrganizationIdentification> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationJurisdiction>... </nc:IdentificationJurisdiction> <j:IdentificationCategoryCode>Air Force Serial</j:IdentificationCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> <nc:IdentificationStatus>... </nc:IdentificationStatus> <intel:IdentificationAugmentation>............... </intel:IdentificationAugmentation> </nc:OrganizationIdentification> <cbrn:RequestAgencyContactInformation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:ContactEmailID>string</nc:ContactEmailID> <nc:ContactEntity>... </nc:ContactEntity> <nc:ContactEntityDescriptionText>string</nc:ContactEntityDescriptionText> <nc:ContactInformationDescriptionText>string</nc:ContactInformationDescriptionText> <nc:ContactResponder>... </nc:ContactResponder> <em:ContactInformationAugmentation>... </em:ContactInformationAugmentation> </cbrn:RequestAgencyContactInformation> <cbrn:RequestAgencyAugmentationPoint>any content</cbrn:RequestAgencyAugmentationPoint> </cbrn:RequestAgency> <cbrn:ActivityName>string</cbrn:ActivityName> <cbrn:RequestUpdateIndicator>true</cbrn:RequestUpdateIndicator> <cbrn:RequestCancelIndicator>true</cbrn:RequestCancelIndicator> <cbrn:RequestDataAugmentationPoint>any content</cbrn:RequestDataAugmentationPoint> </cbrn:RequestData>