Definition Type: ComplexType
Name: EmailOutServiceBaseType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: EmailOutService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into EmailOutServiceStatus Drilldown into EmailOutServiceConfiguration Drilldown into EmailOutServiceDescription Drilldown into EmailOutServiceDefaults Drilldown into EmailOutServiceCapabilitiesReady Drilldown into EmailOutServiceCapabilitiesXSD Diagram of EmailOutServiceBaseType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="EmailOutServiceBaseType">
    <xs:sequence>
        <xs:element ref="EmailOutServiceCapabilities" minOccurs="0" />
        <xs:element ref="EmailOutServiceCapabilitiesReady" minOccurs="0" />
        <xs:element name="EmailOutServiceDefaults" minOccurs="0">
            <xs:complexType>
                <xs:sequence>
                    <xs:element ref="DefaultEmailOutJobTicket" minOccurs="0" />
                    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:complexType>
        </xs:element>
        <xs:element ref="EmailOutServiceDescription" />
        <xs:element ref="EmailOutServiceConfiguration" minOccurs="0" />
        <xs:element ref="EmailOutServiceStatus" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
    <!-- EmailOutService - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmailOutServiceCapabilities pwg:EmailOutServiceCapabilities 0 (1)
EmailOutServiceCapabilitiesReady pwg:EmailOutServiceCapabilitiesReady 0 (1)
EmailOutServiceDefaults pwg:EmailOutServiceDefaults 0 (1)
EmailOutServiceDescription pwg:EmailOutServiceDescription (1) (1)
EmailOutServiceConfiguration pwg:EmailOutServiceConfiguration 0 (1)
EmailOutServiceStatus pwg:EmailOutServiceStatus (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:EmailOutServiceType