cbrncl:VersionKindCodeSimpleType

simpleType VersionKindCodeSimpleType in namespace http://release.niem.gov/niem/codes/cbrncl/4.0/

Definition

A data type that defines the various code values for Kind of version

Diagram

Enumerations

ValueDefinition
FWfirmware
HWhardware
otherother
SWsoftware
unkunknown

XML Schema

<xs:simpleType name="VersionKindCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type that defines the various code values for Kind of version
</xs:documentation>
</xs:annotation>
<xs:enumeration value="FW">
<xs:annotation>
<xs:documentation>
firmware
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HW">
<xs:annotation>
<xs:documentation>
hardware
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="other">
<xs:annotation>
<xs:documentation>
other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SW">
<xs:annotation>
<xs:documentation>
software
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="unk">
<xs:annotation>
<xs:documentation>
unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>