<xs:complexType name="LineArea.model">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="areatree:TextArea"/>
<xs:element ref="areatree:LeaderArea"/>
<xs:element ref="areatree:InlineArea"/>
<xs:element ref="areatree:InlineAnchorArea"/>
<xs:element ref="areatree:InlineViewportArea"/>
<xs:element ref="areatree:GraphicViewportArea"/>
<xs:element ref="areatree:BidiOverrideArea"/>
<xs:element ref="areatree:RubyArea"/>
<xs:element ref="areatree:FormFieldArea"/>
</xs:choice>
</xs:complexType> |