]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CC-966: Add supportsOutputMIMEList to reports_common schema.
authorRichard Millet <remillet@gmail.com>
Wed, 18 Dec 2019 22:37:06 +0000 (14:37 -0800)
committercesarvh <cesarv.h@berkeley.edu>
Fri, 28 Feb 2020 00:57:57 +0000 (16:57 -0800)
services/report/jaxb/src/main/resources/reports-common.xsd

index 8c46bfd1b145eaa69e1f23aab2d4e5233720594b..c3ee01df5b3312d95fb521a2c4ba60d9962e87bf 100644 (file)
                         </xs:sequence>
                     </xs:complexType>
                 </xs:element>
+                <xs:element name="supportsOutputMIMEList">
+                               <xs:complexType>
+                                       <xs:sequence>
+                                       <xs:element name="outputMIME" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
+                                       </xs:sequence>
+                               </xs:complexType>
+                       </xs:element>
                 <xs:element name="resourceActionGroupList" type="resourceActionGroupList" minOccurs="0" maxOccurs="1"/>
                                <xs:element name="supportsNoContext" type="xs:boolean" />
                                <xs:element name="supportsSingleDoc" type="xs:boolean" />