cbrn:ShieldingType

complexType ShieldingType in namespace http://release.niem.gov/niem/domains/cbrn/4.2/

Definition

A data type for describing the shielding that has been applied to an item.

Diagram

XML Schema

<xs:complexType name="ShieldingType">
<xs:annotation>
<xs:documentation>
A data type for describing the shielding that has been applied to an item.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cbrn:RadEncounterDeviceToShieldingDistanceMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:Layer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:LayerQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:MeasuredItemID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="cbrn:ShieldingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>