Definition Type: ComplexType
Name: CopyJobType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: CopyService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CopyJobTicket Drilldown into CopyJobStatus Drilldown into CopyJobReceiptXSD Diagram of CopyJobType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="CopyJobType">
    <xs:sequence>
        <xs:element ref="CopyJobReceipt" minOccurs="0" />
        <xs:element ref="CopyJobStatus" />
        <xs:element ref="CopyJobTicket" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" />
    <!-- CopyJob - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CopyJobReceipt pwg:CopyJobReceipt 0 (1)
CopyJobStatus pwg:CopyJobStatus (1) (1)
CopyJobTicket pwg:CopyJobTicket 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:CopyJob