Selaa lähdekoodia

修复对Table-Column描述错误

Kevin 4 vuotta sitten
vanhempi
commit
94147acc0f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      printer-schema.xsd

+ 2 - 2
printer-schema.xsd

@@ -483,7 +483,7 @@
           <xs:documentation>表格组件, 支持纵向合并, 边框线 子组件的x和y无效 子组件只支持table-column</xs:documentation>
         </xs:annotation>
         <xs:complexType>
-          <xs:all>
+          <xs:sequence minOccurs="0" maxOccurs="unbounded">
             <xs:element name="table-column">
               <xs:complexType>
                 <xs:simpleContent>
@@ -502,7 +502,7 @@
                 </xs:simpleContent>
               </xs:complexType>
             </xs:element>
-          </xs:all>
+          </xs:sequence>
           <xs:attributeGroup ref="directive" />
           <xs:attributeGroup ref="sizeRHeight" />
           <xs:attributeGroup ref="offsetGroup" />