ndex:StructureStorageCategoryCodeSimpleType
simpleType StructureStorageCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
Definition
A data type for a code that identifies a structure designed or used to store material for later use.
Diagram
Enumerations
Value | Definition |
BARN | BARN |
CARGO_CONTAINER | CARGO CONTAINER |
CARGO_CONTAINER-STORAGE-UNIT | CARGO CONTAINER-STRORAGE-UNIT (E.G. PODS) |
GARAGE | GARAGE |
GARAGE-PARKING | GARAGE-PARKING |
MEDICAL_CENTER-SUPPLY_BUILDING | MEDICAL CENTER-SUPPLY BUILDING |
RESERVOIR | RESERVOIR |
SILO | SILO |
STABLE | STABLE |
STORAGE-HANGER | STORAGE-HANGER |
STORAGE-LOCKER | STORAGE-LOCKER |
STORAGE-TANK | STORAGE-TANK (INCLUDES LIQUID HOLDING TOWERS) |
STORAGE-UNIT | STORAGE-UNIT (INCLUDES MINI AND RENTAL STORAGE) |
STOREHOUSE | STOREHOUSE |
WAREHOUSE | WAREHOUSE |
XML Schema
<xs:simpleType name="StructureStorageCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a structure designed or used to store material for later use.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BARN">
<xs:annotation>
<xs:documentation>
BARN</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CARGO_CONTAINER">
<xs:annotation>
<xs:documentation>
CARGO CONTAINER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CARGO_CONTAINER-STORAGE-UNIT">
<xs:annotation>
<xs:documentation>
CARGO CONTAINER-STRORAGE-UNIT (E.G. PODS)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GARAGE">
<xs:annotation>
<xs:documentation>
GARAGE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GARAGE-PARKING">
<xs:annotation>
<xs:documentation>
GARAGE-PARKING</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MEDICAL_CENTER-SUPPLY_BUILDING">
<xs:annotation>
<xs:documentation>
MEDICAL CENTER-SUPPLY BUILDING</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RESERVOIR">
<xs:annotation>
<xs:documentation>
RESERVOIR</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SILO">
<xs:annotation>
<xs:documentation>
SILO</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STABLE">
<xs:annotation>
<xs:documentation>
STABLE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STORAGE-HANGER">
<xs:annotation>
<xs:documentation>
STORAGE-HANGER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STORAGE-LOCKER">
<xs:annotation>
<xs:documentation>
STORAGE-LOCKER</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STORAGE-TANK">
<xs:annotation>
<xs:documentation>
STORAGE-TANK (INCLUDES LIQUID HOLDING TOWERS)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STORAGE-UNIT">
<xs:annotation>
<xs:documentation>
STORAGE-UNIT (INCLUDES MINI AND RENTAL STORAGE)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STOREHOUSE">
<xs:annotation>
<xs:documentation>
STOREHOUSE</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="WAREHOUSE">
<xs:annotation>
<xs:documentation>
WAREHOUSE</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>