<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="EmailInServiceBaseType">
<xs:sequence>
<xs:element name="EmailInServiceCapabilities" type="EmailInServiceCapabilitiesType" />
<xs:element ref="EmailInServiceCapabilitiesReady" minOccurs="0" />
<xs:element ref="EmailInServiceConfiguration" minOccurs="0" />
<xs:element name="EmailInServiceDefaults" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element ref="DefaultEmailInJobTicket" minOccurs="0" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="EmailInServiceDescription" />
<xs:element ref="EmailInServiceStatus" />
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
<!-- EmailInService - object -->
</xs:complexType>
|