cbrn:Layer
A description of a shielding layer.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/4.0/
Schema document: domains/cbrn/4.0/cbrn.xsd
Type: cbrn:LayerType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:LayerSequenceNumeric [0..*]A number for the sequence of a layer, if there is more than one layer . The outermost layer is 1.
- Choice [0..*]
- cbrn:LayerMaterialKindCodeA kind of material of which a shielding layer is composed. If the kind is other, then a text description should also be provided.
- cbrn:LayerMaterialTextA description of the material of which a shielding layer is composed.
from subst. group cbrn:LayerMaterialAbstract - nc:ItemWidthMeasure [0..*]A measurement of the width of an item.
- cbrn:LayerDensityValue [0..*]A shielding layer density expressed in unit of measure g/cm2.
- cbrn:LayerAugmentationPointAbstract [0..*]An augmentation point for cbrn:LayerType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group cbrn:LayerAugmentationPoint
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:uri | [0..1] | xsd:anyURI | 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:ShieldingType (Element cbrn:Shielding)
Sample instance
<cbrn:Layer> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:LayerSequenceNumeric>1</cbrn:LayerSequenceNumeric> <cbrn:LayerMaterialKindCode>Agar</cbrn:LayerMaterialKindCode> <nc:ItemWidthMeasure> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:MeasureDecimalValue>1.0</nc:MeasureDecimalValue> <nc:MeasureCommentText>string</nc:MeasureCommentText> <nc:MeasureDate> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:Date>2000-01-01</nc:Date> <nc:DateAccuracyAbstract>any content</nc:DateAccuracyAbstract> <nc:DateMarginOfErrorDuration>P1Y2M3DT10H</nc:DateMarginOfErrorDuration> <nc:DateAugmentationPoint>any content</nc:DateAugmentationPoint> </nc:MeasureDate> <nc:MeasureErrorText>string</nc:MeasureErrorText> <nc:MeasureUnitText>string</nc:MeasureUnitText> <nc:Measurer> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <nc:EntityItem>... </nc:EntityItem> <nc:EntityAugmentationPoint>any content</nc:EntityAugmentationPoint> </nc:Measurer> <nc:MeasureMethodText>string</nc:MeasureMethodText> <nc:MeasureEstimatedIndicator>true</nc:MeasureEstimatedIndicator> <nc:MeasureAugmentationPoint>any content</nc:MeasureAugmentationPoint> <j:VehicleOdometerReadingUnitCode>K</j:VehicleOdometerReadingUnitCode> <nc:LengthMeasureAugmentationPoint>any content</nc:LengthMeasureAugmentationPoint> </nc:ItemWidthMeasure> <cbrn:LayerDensityValue>1.0</cbrn:LayerDensityValue> <cbrn:LayerAugmentationPoint>any content</cbrn:LayerAugmentationPoint> </cbrn:Layer>