cbrn:Layer
Provides data on a shielding layer.
Element information
Namespace: http://niem.gov/niem/domains/cbrn/2.1
Schema document: domains/cbrn/2.1/cbrn.xsd
Type: cbrn:LayerType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- cbrn:LayerSequenceNumber [0..*] The sequence of a layer, if there is more than one layer. The outermost layer is "1".
- nc:ItemWidthMeasure [0..*] A measurement of the width of an item.
- cbrn:LayerDensityValue [0..*] The density of the shielding layer expressed in unit of measure g/cm2.
- cbrn:LayerMaterialDescriptionText [0..*] Text description of a layer's material.
- cbrn:LayerMaterialKindCode [0..*] The kind of material of which a shielding layer is composed. If the kind is "other", then a text description should also be provided.
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 cbrn:ShieldingType (Element cbrn:Shielding)
Sample instance
<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>