stat:ArtifactLifeCycleStatusCodeSimpleType

simpleType ArtifactLifeCycleStatusCodeSimpleType in namespace http://release.niem.gov/niem/auxiliary/statistics/5.0/

Definition

A data type for the quality of an item, e.g., incomplete, valid.

Diagram

Enumerations

ValueDefinition
incompleteincomplete
retiredretired
supersededsuperseded
validvalid

XML Schema

<xs:simpleType name="ArtifactLifeCycleStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the quality of an item, e.g., incomplete, valid.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="incomplete">
<xs:annotation>
<xs:documentation>
incomplete
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="retired">
<xs:annotation>
<xs:documentation>
retired
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="superseded">
<xs:annotation>
<xs:documentation>
superseded
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="valid">
<xs:annotation>
<xs:documentation>
valid
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>