Definition Type: ComplexType
Name: ImagingJobProcessingCapabilitiesType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: JobTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobRecipientName Drilldown into JobPriority Drilldown into JobPhoneNumber Drilldown into JobMandatoryElements Drilldown into JobHoldUntilTime Drilldown into JobHoldUntil Drilldown into JobErrorAction Drilldown into JobDelayOutputUntilTime Drilldown into JobDelayOutputUntil Drilldown into MustHonorXSD Diagram of ImagingJobProcessingCapabilitiesType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ImagingJobProcessingCapabilitiesType">
    <xs:sequence>
        <xs:element name="JobDelayOutputUntil" minOccurs="0">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="AllowedValues" type="HoldUntilType" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element name="JobDelayOutputUntilTime" type="xs:boolean" minOccurs="0" />
        <xs:element name="JobErrorAction" minOccurs="0">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="AllowedValues" type="JobErrorActionType" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element name="JobHoldUntil" minOccurs="0">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="AllowedValues" type="HoldUntilType" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element name="JobHoldUntilTime" type="xs:boolean" minOccurs="0" />
        <xs:element name="JobMandatoryElements" type="xs:boolean" minOccurs="0" />
        <xs:element name="JobPhoneNumber" type="xs:boolean" minOccurs="0" />
        <xs:element name="JobPriority" type="RangeOfIntType" minOccurs="0" />
        <xs:element name="JobRecipientName" type="xs:boolean" minOccurs="0" />
    </xs:sequence>
    <xs:attribute ref="MustHonor" />
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
JobDelayOutputUntil pwg:JobDelayOutputUntil 0 (1)
JobDelayOutputUntilTime pwg:JobDelayOutputUntilTime 0 (1)
JobErrorAction pwg:JobErrorAction 0 (1)
JobHoldUntil pwg:JobHoldUntil 0 (1)
JobHoldUntilTime pwg:JobHoldUntilTime 0 (1)
JobMandatoryElements pwg:JobMandatoryElements 0 (1)
JobPhoneNumber pwg:JobPhoneNumber 0 (1)
JobPriority pwg:JobPriority 0 (1)
JobRecipientName pwg:JobRecipientName 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
MustHonor pwg:MustHonor (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:CopyJobProcessingCapabilitiesType, pwg:EmailInJobProcessingCapabilitiesType, pwg:EmailOutJobProcessingCapabilitiesType, pwg:FaxInJobProcessingCapabilitiesType, pwg:FaxOutJobProcessingCapabilitiesType, pwg:ImagingJobProcessingCapabilities, pwg:PrintJobProcessingCapabilitiesType, pwg:ScanJobProcessingCapabilitiesType, pwg:TransformJobProcessingCapabilitiesType