Definition Type: ComplexType
Name: CopyJobSummaryType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCopyOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobStateReasons Drilldown into JobState Drilldown into JobOriginatingUserName Drilldown into JobName Drilldown into JobId Drilldown into ImpressionsCompletedXSD Diagram of CopyJobSummaryType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="CopyJobSummaryType">
    <xs:sequence>
        <xs:element ref="ImpressionsCompleted" />
        <xs:element ref="JobId" />
        <xs:element ref="JobName" />
        <xs:element ref="JobOriginatingUserName" />
        <xs:element ref="JobState" />
        <xs:element ref="JobStateReasons" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImpressionsCompleted pwg:ImpressionsCompleted (1) (1)
JobId pwg:JobId (1) (1)
JobName pwg:JobName (1) (1)
JobOriginatingUserName pwg:JobOriginatingUserName (1) (1)
JobState pwg:JobState (1) (1)
JobStateReasons pwg:JobStateReasons 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:JobSummary