cbrn:CharacteristicType
complexType CharacteristicType in namespace http://release.niem.gov/niem/domains/cbrn/4.0/
Definition
A data type for describing additional characteristics of something, such as a radiation instrument, detector, or item being inspected. This can be used to supplement those characteristics specifically defined in this standard.
Diagram
XML Schema
<xs:complexType name="CharacteristicType">
<xs:annotation>
<xs:documentation>
A data type for describing additional characteristics of something, such as a radiation instrument, detector, or item being inspected. This can be used to supplement those characteristics specifically defined in this standard.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="cbrn:RemarksComplexObjectType">
<xs:sequence>
<xs:element ref="cbrn:CharacteristicName" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:CharacteristicValueText" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:CharacteristicValueUnitsText" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:CharacteristicValueDataClassCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="cbrn:CharacteristicAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute ref="cbrn:valueDateTime" use="required"/>
<xs:attribute ref="cbrn:valueOutOfLimitsIndicator" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>