diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
children | EmailInServiceCapabilities EmailInServiceCapabilitiesReady EmailInServiceConfiguration EmailInServiceDefaults EmailInServiceDescription EmailInServiceStatus | ||||||
used by |
|
||||||
attributes |
|
||||||
source | <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> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | EmailInServiceCapabilitiesType | ||
properties |
|
||
children | EmailInDocumentTicketCapabilities EmailInJobTicketCapabilities | ||
source | <xs:element name="EmailInServiceCapabilities" type="EmailInServiceCapabilitiesType"/> |
diagram | |||||||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
properties |
|
||||||
children | DefaultEmailInJobTicket | ||||||
source | <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> |