cbrn:RadDetectorInformation
A set of information regarding a radiation detector.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:RadDetectorInformationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:RadDetectorName [0..1]A name of the radiation detector.
- cbrn:RadDetectorCategoryCode [1..1]A code for a general category of radiation detected; e.g., Gamma, Neutron.
- cbrn:RadDetectorKindCode [1..1]A code for a specific kind of radiation detector; e.g., NaI.
- cbrn:RadDetectorDescriptionText [0..1]A description of the radiation detector.
- cbrn:RadDetectorLengthValue [0..1]A rectangular or cylindrical radiation detector's length, in centimeters (cm).
- cbrn:RadDetectorWidthValue [0..1]A rectangular radiation detector's width, in centimeters (cm).
- cbrn:RadDetectorDepthValue [0..1]A rectangular radiation detector's depth , in centimeters (cm).
- cbrn:RadDetectorDiameterValue [0..1]A cylindrical radiation detector's diameter, in centimeters (cm).
- cbrn:RadDetectorVolumeValue [0..1]A radiation detector's volume, in cubic centimeters (cc).
- cbrn:RadDetectorCharacteristics [0..*]A radiation detector's characteristics that are not otherwise explicitly addressed in this standard. Each non-standard characteristic consists of name, value, units, and value data class. Characteristics may also be organized in characteristic groups.
- cbrn:RadDetectorInformationAugmentationPointAbstract [0..*]An augmentation point for cbrn:RadDetectorInformationType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:RadDetectorInformationAugmentationPoint
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:DoseRateType (Elements cbrn:DoseRate, cbrn:RadRawDoseRate)
- Type cbrn:ExposureRateType (Elements cbrn:ExposureRate, cbrn:RadRawExposureRate)
- Type cbrn:GrossCountsType (Elements cbrn:GrossCounts, cbrn:RadRawGrossCounts)
- Type cbrn:OriginType (Element cbrn:Origin)
- Type cbrn:RadAlarmType (Element cbrn:RadAlarm)
- Type cbrn:RadDetectorStateType (Element cbrn:RadDetectorState)
- Type cbrn:RadInstrumentDataType (Element cbrn:RadInstrumentData)
- Type cbrn:SpectrumType (Elements cbrn:RadRawSpectrum, cbrn:Spectrum)
- Type cbrn:TotalDoseMetadataType (Element cbrn:TotalDoseMetadata)
- Type cbrn:TotalExposureMetadataType (Element cbrn:TotalExposureMetadata)
Sample instance
<cbrn:RadDetectorInformation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:RadDetectorName>string</cbrn:RadDetectorName> <cbrn:RadDetectorCategoryCode>Alpha</cbrn:RadDetectorCategoryCode> <cbrn:RadDetectorKindCode>BF3</cbrn:RadDetectorKindCode> <cbrn:RadDetectorDescriptionText>string</cbrn:RadDetectorDescriptionText> <cbrn:RadDetectorLengthValue cbrn:unitsText="token">1.0</cbrn:RadDetectorLengthValue> <cbrn:RadDetectorWidthValue cbrn:unitsText="token">1.0</cbrn:RadDetectorWidthValue> <cbrn:RadDetectorDepthValue cbrn:unitsText="token">1.0</cbrn:RadDetectorDepthValue> <cbrn:RadDetectorDiameterValue cbrn:unitsText="token">1.0</cbrn:RadDetectorDiameterValue> <cbrn:RadDetectorVolumeValue cbrn:unitsText="token">1.0</cbrn:RadDetectorVolumeValue> <cbrn:RadDetectorCharacteristics> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:CharacteristicGroup cbrn:groupOutOfLimitsIndicator="true"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:CharacteristicGroupName>string</cbrn:CharacteristicGroupName> <cbrn:Characteristic cbrn:valueDateTime="2000-01-01T12:00:00" cbrn:valueOutOfLimitsIndicator="true">... </cbrn:Characteristic> <cbrn:CharacteristicGroupAugmentationPoint>any content</cbrn:CharacteristicGroupAugmentationPoint> </cbrn:CharacteristicGroup> <cbrn:CharacteristicsAugmentationPoint>any content</cbrn:CharacteristicsAugmentationPoint> </cbrn:RadDetectorCharacteristics> <cbrn:RadDetectorInformationAugmentationPoint>any content</cbrn:RadDetectorInformationAugmentationPoint> </cbrn:RadDetectorInformation>