Definition Type: Element
Name: ImagingJobTable
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: ServiceTypes.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Abstract Base Class
Collapse XSD Schema Diagram:
Drilldown into ImagingJobHistory Drilldown into ActiveImagingJobsXSD Diagram of ImagingJobTable
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ImagingJobTable">
    <xs:annotation>
        <xs:documentation>Abstract Base Class</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ActiveImagingJobs" type="ImagingJobsType">
                <xs:annotation>
                    <xs:documentation>Abstract Base Class</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="ImagingJobHistory" type="ImagingJobsType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Abstract Base Class</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ActiveImagingJobs pwg:ActiveImagingJobs (1) (1)
ImagingJobHistory pwg:ImagingJobHistory 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'