diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
children | ImagingJobStatus ImagingJobTicket ImagingJobReceipt | ||||||
used by |
|
||||||
attributes |
|
||||||
annotation |
|
||||||
source | <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> |