Definition Type: ComplexType
Name: EmailInServiceType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:EmailInServiceBaseType
Containing Schema: EmailInService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into JobTable Drilldown into EmailInServiceStatus Drilldown into EmailInServiceDescription Drilldown into EmailInServiceDefaults Drilldown into EmailInServiceConfiguration Drilldown into EmailInServiceCapabilitiesReady Drilldown into EmailInServiceCapabilities Drilldown into EmailInServiceBaseTypeXSD Diagram of EmailInServiceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmailInServiceCapabilities pwg:EmailInServiceCapabilities (1) (1)
EmailInServiceCapabilitiesReady pwg:EmailInServiceCapabilitiesReady 0 (1)
EmailInServiceConfiguration pwg:EmailInServiceConfiguration 0 (1)
EmailInServiceDefaults pwg:EmailInServiceDefaults 0 (1)
EmailInServiceDescription pwg:EmailInServiceDescription (1) (1)
EmailInServiceStatus pwg:EmailInServiceStatus (1) (1)
JobTable pwg:JobTable (1) (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:EmailInService