Definition Type: Element
Name: ShutdownPrintService
Namespace: http://www.pwg.org/schemas/2014/08/sm
Containing Schema: ServicesOperations.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ShutdownPrintServiceResponse Drilldown into ShutdownPrintServiceRequestXSD Diagram of ShutdownPrintService
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ShutdownPrintService">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ShutdownPrintServiceRequest" />
            <xs:element ref="ShutdownPrintServiceResponse" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShutdownPrintServiceRequest pwg:ShutdownPrintServiceRequest (1) (1)
ShutdownPrintServiceResponse pwg:ShutdownPrintServiceResponse (1) (1)