ip:AssetStatusCodeSimpleType
simpleType AssetStatusCodeSimpleType in namespace http://release.niem.gov/niem/domains/infrastructureProtection/4.0/
Definition
A data type for a status of an asset.
Diagram
Enumerations
Value | Definition |
1 | Functioning |
2 | Temporarily Out of Service |
3 | Retired |
XML Schema
<xs:simpleType name="AssetStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a status of an asset.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Functioning</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Temporarily Out of Service</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Retired</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>