Definition Type: ComplexType
Name: ListOutPutputDocumentFormatsResponseType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgTransformOpMsg.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OutputDocumentFormatSupportedXSD Diagram of ListOutPutputDocumentFormatsResponseType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="ListOutPutputDocumentFormatsResponseType">
    <xs:sequence>
        <xs:element name="OutputDocumentFormatSupported" minOccurs="0">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="OutputDocumentFormatEntry" maxOccurs="unbounded">
                        <xs:complexType>
                            <xs:choice>
                                <xs:annotation>
                                    <xs:documentation>Choice because DocumentFormatDetails has mandatory DocumentFormatVersion</xs:documentation>
                                </xs:annotation>
                                <xs:element ref="DocumentFormatDetails" />
                                <xs:sequence>
                                    <xs:element ref="DocumentFormat" />
                                    <xs:element ref="DocumentFormatVersion" minOccurs="0" />
                                </xs:sequence>
                            </xs:choice>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OutputDocumentFormatSupported pwg:OutputDocumentFormatSupported 0 (1)
Collapse Derivation Tree:
Collapse References:
pwg:ListOutPutputDocumentFormatsResponse