diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | extension of FaxOutServiceBaseType | ||
properties |
|
||
children | FaxOutServiceCapabilities FaxOutServiceCapabilitiesReady FaxOutServiceConfiguration FaxOutServiceDefaults FaxOutServiceDescription FaxOutServiceStatus JobTable | ||
used by |
|
||
source | <xs:complexType name="FaxOutServiceType"> <xs:complexContent> <xs:extension base="FaxOutServiceBaseType"> <xs:sequence> <xs:element name="JobTable"> <xs:complexType> <xs:sequence> <xs:element name="ActiveJobs" type="FaxOutJobsType"/> <xs:element name="JobHistory" type="FaxOutJobsType"/> <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="FaxOutJobsType"/> <xs:element name="JobHistory" type="FaxOutJobsType"/> <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 | FaxOutJobsType | ||
properties |
|
||
children | FaxOutJob | ||
source | <xs:element name="ActiveJobs" type="FaxOutJobsType"/> |
diagram | |||
namespace | http://www.pwg.org/schemas/2012/12/sm | ||
type | FaxOutJobsType | ||
properties |
|
||
children | FaxOutJob | ||
source | <xs:element name="JobHistory" type="FaxOutJobsType"/> |