2.2.5.18 dsc:RepositoryStateWKVType

The dsc:RepositoryStateWKVType type defines an enumerated list of built-in type xs:NMTOKEN (as specified in [XMLSCHEMA1] and [XMLSCHEMA2]) that represent the predefined (or well-known) values of state of the scan repository.<10>

 <xs:simpleType name="RepositoryStateWKVType">
    <xs:restriction base="xs:NMTOKEN">
       <xs:maxLength value="255"/>
       <xs:enumeration value="Idle"/>
       <xs:enumeration value="Processing"/>
       <xs:enumeration value="Stopped"/>
    </xs:restriction>
 </xs:simpleType>

Value

Description

Idle

The scan repository server is available and can start processing a new job

Processing

The scan repository server is currently processing jobs

Stopped

No PostScan jobs can be processed and intervention is needed