Definition Type: ComplexType
Name: CopyDocumentProcessingCapabilitiesSetType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: CopyService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CopyOutput Drilldown into CopyInputXSD Diagram of CopyDocumentProcessingCapabilitiesSetType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="CopyDocumentProcessingCapabilitiesSetType">
    <xs:sequence>
        <xs:element name="CopyInput" type="CopyInputDocumentProcessingCapabilitiesType" minOccurs="0" />
        <xs:element name="CopyOutput" type="CopyOutputDocumentProcessingCapabilitiesType" minOccurs="0" />
        <xs:sequence>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CopyInput pwg:CopyInput 0 (1)
CopyOutput pwg:CopyOutput 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
pwg:CopyDocumentProcessingCapabilities