Definition Type: Element
Name: ImagingJob
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:ImagingJobType
Containing Schema: JobTypes.xsd
Abstract
Documentation:
Abstract Base Class
Collapse XSD Schema Diagram:
Drilldown into ImagingDocuments Drilldown into ImagingJobReceipt Drilldown into ImagingJobTicket Drilldown into ImagingJobStatus Drilldown into ImagingJobTypeXSD Diagram of ImagingJob
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ImagingJob">
    <xs:annotation>
        <xs:documentation>Abstract Base Class</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ImagingJobType">
                <xs:sequence>
                    <xs:element ref="ImagingDocuments" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImagingJobStatus pwg:ImagingJobStatus (1) (1)
ImagingJobTicket pwg:ImagingJobTicket 0 (1)
ImagingJobReceipt pwg:ImagingJobReceipt 0 (1)
ImagingDocuments pwg:ImagingDocuments 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: