| diagram | ![]() |
||||||
| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
| type | extension of EmailInServiceBaseType | ||||||
| properties |
|
||||||
| children | EmailInServiceCapabilities EmailInServiceCapabilitiesReady EmailInServiceConfiguration EmailInServiceDefaults EmailInServiceDescription EmailInServiceStatus JobTable | ||||||
| used by |
|
||||||
| attributes |
|
||||||
| source | <xs:complexType name="EmailInServiceType"> <xs:complexContent> <xs:extension base="EmailInServiceBaseType"> <xs:sequence> <xs:element name="JobTable"> <xs:complexType> <xs:sequence> <xs:element name="ActiveJobs" type="EmailInJobsType"/> <xs:element name="JobHistory" type="EmailInJobsType" minOccurs="0"/> <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||
| namespace | http://www.pwg.org/schemas/2012/12/sm | ||
| properties |
|
||
| children | ActiveJobs JobHistory | ||
| source | <xs:element name="JobTable"> <xs:complexType> <xs:sequence> <xs:element name="ActiveJobs" type="EmailInJobsType"/> <xs:element name="JobHistory" type="EmailInJobsType" minOccurs="0"/> <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
||||||
| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
| type | EmailInJobsType | ||||||
| properties |
|
||||||
| children | EmailInJob | ||||||
| attributes |
|
||||||
| source | <xs:element name="ActiveJobs" type="EmailInJobsType"/> |
| diagram | ![]() |
||||||
| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
| type | EmailInJobsType | ||||||
| properties |
|
||||||
| children | EmailInJob | ||||||
| attributes |
|
||||||
| source | <xs:element name="JobHistory" type="EmailInJobsType" minOccurs="0"/> |