diagram | |||||||||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||
type | extension of ImagingJobProcessingType | ||||||||||||
properties |
|
||||||||||||
children | JobDelayOutputUntil JobDelayOutputUntilTime JobErrorAction JobHoldUntil JobHoldUntilTime JobMandatoryElements JobPhoneNumber JobPriority JobRecipientName ConfirmationSheetPrint CoverSheetInfo DestinationUris JobAccountingSheets JobSaveDisposition RetryInfo | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <xs:complexType name="FaxOutJobProcessingType"> <xs:complexContent> <xs:extension base="ImagingJobProcessingType"> <xs:sequence> <!-- FaxOut job processing references here --> <xs:element ref="ConfirmationSheetPrint" minOccurs="0"/> <xs:element ref="CoverSheetInfo" minOccurs="0"/> <xs:element ref="DestinationUris"/> <xs:element ref="JobAccountingSheets" minOccurs="0"/> <xs:element ref="JobSaveDisposition" minOccurs="0"/> <xs:element ref="RetryInfo" minOccurs="0"/> <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> <!-- FaxOutJobProcessing - group --> </xs:complexType> |