|
@@ -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" />
|