Definition Type: Element
Name: ScanServiceElements
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgScanOpMsg.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ScanServiceDescription Drilldown into ScanServiceCapabilitiesReady Drilldown into ScanServiceCapabilities Drilldown into DefaultScanJobTicketXSD Diagram of ScanServiceElements
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ScanServiceElements">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DefaultScanJobTicket" minOccurs="0" />
            <xs:element ref="ScanServiceCapabilities" minOccurs="0" />
            <xs:element ref="ScanServiceCapabilitiesReady" minOccurs="0" />
            <xs:element ref="ScanServiceDescription" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DefaultScanJobTicket pwg:DefaultScanJobTicket 0 (1)
ScanServiceCapabilities pwg:ScanServiceCapabilities 0 (1)
ScanServiceCapabilitiesReady pwg:ScanServiceCapabilitiesReady 0 (1)
ScanServiceDescription pwg:ScanServiceDescription 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded