Element | areatree:TableAndCaptionArea |
<xs:complexType name="TableAndCaptionArea.model"> <xs:choice> <xs:sequence> <xs:element ref="areatree:TableCaptionViewportArea"/> <xs:element ref="areatree:TableViewportArea"/> </xs:sequence> <xs:sequence> <xs:element ref="areatree:TableViewportArea"/> <xs:element minOccurs="0" ref="areatree:TableCaptionViewportArea"/> </xs:sequence> </xs:choice> </xs:complexType> |