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

ValueDefinition
1Functioning
2Temporarily Out of Service
3Retired

XML Schema

<xs:simpleType name="AssetStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a status of an asset.
</xs:documentation>
</xs:annotation>
<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>