ndex:OpticalEquipmentCategoryCodeSimpleType
simpleType OpticalEquipmentCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
Definition
A data type for a code that identifies a type of optical equipment.
Diagram
Enumerations
Value | Definition |
BINOCULARS | BINOCULARS |
BINOCULARS-FIELD_GLASSES | BINOCULARS-FIELD GLASSES |
BINOCULARS-SPYGLASS | BINOCULARS-SPYGLASS |
EYEGLASSES | EYEGLASSES |
EYEGLASSES-FRAMES | EYEGLASSES-FRAMES (JUST FRAMES) |
MICROSCOPE | MICROSCOPE |
NIGHT_VISION_GOGGLES | NIGHT VISION GOGGLES |
PERISCOPE | PERISCOPE |
SCOPE | SCOPE (GUN OR TELESCOPE) |
SCOPE-GUN | SCOPE-GUN |
SCOPE-TELESCOPE | SCOPE-TELESCOPE |
TELESCOPE | TELESCOPE |
VIEWER | VIEWER |
XML Schema
<xs:simpleType name="OpticalEquipmentCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a type of optical equipment.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BINOCULARS">
<xs:annotation>
<xs:documentation>
BINOCULARS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BINOCULARS-FIELD_GLASSES">
<xs:annotation>
<xs:documentation>
BINOCULARS-FIELD GLASSES</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BINOCULARS-SPYGLASS">
<xs:annotation>
<xs:documentation>
BINOCULARS-SPYGLASS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EYEGLASSES">
<xs:annotation>
<xs:documentation>
EYEGLASSES</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EYEGLASSES-FRAMES">
<xs:annotation>
<xs:documentation>
EYEGLASSES-FRAMES (JUST FRAMES)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MICROSCOPE">
<xs:annotation>
<xs:documentation>
MICROSCOPE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NIGHT_VISION_GOGGLES">
<xs:annotation>
<xs:documentation>
NIGHT VISION GOGGLES</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PERISCOPE">
<xs:annotation>
<xs:documentation>
PERISCOPE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCOPE">
<xs:annotation>
<xs:documentation>
SCOPE (GUN OR TELESCOPE)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCOPE-GUN">
<xs:annotation>
<xs:documentation>
SCOPE-GUN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCOPE-TELESCOPE">
<xs:annotation>
<xs:documentation>
SCOPE-TELESCOPE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TELESCOPE">
<xs:annotation>
<xs:documentation>
TELESCOPE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VIEWER">
<xs:annotation>
<xs:documentation>
VIEWER</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>