2.2.4.22 dsc:JobSummaryType

The dsc:JobSummaryType type defines a subset of status and descriptive information about a PostScan job.

 <xs:complexType name="JobSummaryType">
    <xs:sequence>
       <xs:element name="JobToken" type="dsc:String255ExtType"/>
       <xs:element name="PSP_Identifier" type="dsc:String255ExtType"/>
       <xs:element name="PSP_DisplayName" type="dsc:String255ExtType"/>
       <xs:element name="JobOriginatingUserName" 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:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>