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