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
Value | Definition |
FW | firmware |
HW | hardware |
other | other |
SW | software |
unk | unknown |
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:restriction base="xs:token">
<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>