Schema Central > NIEM 3.2 > cbrn.xsd > cbrn:RequestData
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

cbrn:RequestData

A set of information identifying the request for which a message provides a response.

Element information

Type: cbrn:RequestDataType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
structures:id [0..1]xsd:IDfrom type structures:ObjectType
structures:ref [0..1]xsd:IDREFfrom type structures:ObjectType
structures:metadata [0..1]xsd:IDREFSfrom type structures:ObjectType
structures:relationshipMetadata [0..1]xsd:IDREFSfrom type structures:ObjectType
Any attribute[0..*]Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: laxfrom type structures:ObjectType

Used in

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>
         <em:TemporaryIDIndicator>true</em:TemporaryIDIndicator>
         <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>
         <intel:ContactInformationAugmentation>...
         </intel: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>