cbrn:Shielding
Provides user data entries that describe the shielding observed by the inspector(s) as relevant to the measured item.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:ShieldingType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:RemarkText [0..*] General comments or remark.
- cbrn:MeasuredItemID [0..*] Identifier of a measured item. There is no required format for the ID value.
- cbrn:LayerQuantity [0..*] The number of shielding layers observed.
- cbrn:Layer [0..*] Provides data on a shielding layer.
- cbrn:RadEncounterDeviceToShieldingDistance [0..*] Distance from the center of mass of a encounter device to the closest outside portion of the outermost layer of shielding that is found between the encounter device and the radiation source.
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
Sample instance
<cbrn:Shielding> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:MeasuredItemID>string</cbrn:MeasuredItemID> <cbrn:LayerQuantity>1</cbrn:LayerQuantity> <cbrn:Layer> <cbrn:LayerSequenceNumber>1</cbrn:LayerSequenceNumber> <nc:ItemWidthMeasure> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> </nc:ItemWidthMeasure> <cbrn:LayerDensityValue>1.0</cbrn:LayerDensityValue> <cbrn:LayerMaterialDescriptionText>string</cbrn:LayerMaterialDescriptionText> <cbrn:LayerMaterialKindCode>Polymeth Block</cbrn:LayerMaterialKindCode> </cbrn:Layer> <cbrn:RadEncounterDeviceToShieldingDistance> <nc:MeasurePointValue>1.0</nc:MeasurePointValue> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:MeasureCategoryText>string</nc:MeasureCategoryText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:LengthUnitCode>HMT</nc:LengthUnitCode> </cbrn:RadEncounterDeviceToShieldingDistance> </cbrn:Shielding>