Definition Type: ComplexType
Name: ImagingJobType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: JobTypes.xsd
Abstract
Documentation:
Abstract Base Class
Collapse XSD Schema Diagram:
Drilldown into ImagingJobReceipt Drilldown into ImagingJobTicket Drilldown into ImagingJobStatusXSD Diagram of ImagingJobType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ImagingJobType">
    <xs:annotation>
        <xs:documentation>Abstract Base Class</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="ImagingJobStatus" />
        <xs:element ref="ImagingJobTicket" minOccurs="0" />
        <xs:element ref="ImagingJobReceipt" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
    <!-- ImagingJob - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImagingJobStatus pwg:ImagingJobStatus (1) (1)
ImagingJobTicket pwg:ImagingJobTicket 0 (1)
ImagingJobReceipt pwg:ImagingJobReceipt 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:ImagingJob