2.2.5.38 VersionStatus

The VersionStatus simple type specifies the status of a version.

The following is the XML schema definition of the VersionStatus simple type.

   <xs:simpleType name="VersionStatus">
     <xs:restriction base="xs:string">
       <xs:enumeration value="NotSpecified" />
       <xs:enumeration value="Open" />
       <xs:enumeration value="Locked" />
       <xs:enumeration value="Committed" />
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

NotSpecified

The version status is not specified.

Open

The version is an open version, meaning that users can make updates (security permitting).

Locked

The version is a locked version, meaning that users cannot make updates and that version administrators can perform final validations or revisions prior to committing.

Committed

The version is a committed version, meaning that no changes can be made.