Definition Type: ComplexType
Name: EmailOutJobType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: EmailOutService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EmailOutJobTicket Drilldown into EmailOutJobStatus Drilldown into EmailOutJobReceiptXSD Diagram of EmailOutJobType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="EmailOutJobType">
    <xs:sequence>
        <xs:element ref="EmailOutJobReceipt" minOccurs="0" />
        <xs:element ref="EmailOutJobStatus" />
        <xs:element ref="EmailOutJobTicket" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
    <!-- EmailOutJob - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmailOutJobReceipt pwg:EmailOutJobReceipt 0 (1)
EmailOutJobStatus pwg:EmailOutJobStatus (1) (1)
EmailOutJobTicket pwg:EmailOutJobTicket 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:EmailOutJob