<complexType name="foreignObjectType" mixed="true">
<sequence minOccurs="0" maxOccurs="unbounded"/>
<attributeGroup ref="svg:stdAttrs"/>
<attributeGroup ref="svg:testAttrs"/>
<attributeGroup ref="svg:langSpaceAttrs"/>
<attribute name="externalResourcesRequired" type="boolean" use="optional"/>
<attribute name="class" type="svg:ClassListType" use="optional"/>
<attribute name="style" type="svg:StyleSheetType" use="optional"/>
<attributeGroup ref="svg:PresentationAttributes-All"/>
<attribute name="transform" type="svg:TransformListType" use="optional"/>
<attributeGroup ref="svg:graphicsElementEvents"/>
<attribute name="x" type="svg:CoordinateType" use="optional"/>
<attribute name="y" type="svg:CoordinateType" use="optional"/>
<attribute name="width" type="svg:LengthType" use="required"/>
<attribute name="height" type="svg:LengthType" use="required"/>
<attribute name="content" type="string" fixed="structured text"/>
</complexType> |