2.2.4.21 dsc:JobStatusType

The dsc:JobStatusType type contains all of the processing state information for a PostScan job.

 <xs:complexType name="JobStatusType">
    <xs:sequence>
       <xs:element name="JobToken" type="dsc:String255ExtType"/>
       <xs:element name="JobState" type="dsc:JobStateType"/>
       <xs:element name="JobStateReasons" type="dsc:JobStateReasonsType" 
          minOccurs="0"/>
       <xs:element name="FilterStatuses" type="dsc:FilterStatusesType"/>
       <xs:element name="ImagesReceived" type="dsc:IntZeroExtType"/>
       <xs:element name="JobCreatedTime" type="dsc:DateTimeExtType" 
          minOccurs="0"/>
       <xs:element name="JobCompletedTime" type="dsc:DateTimeExtType" 
          minOccurs="0"/>
       <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>