Allow more than only text inside <Link></Link>.

This commit is contained in:
Steve Checkoway
2007-12-03 06:50:06 +00:00
parent 13fa6a7d14
commit 6393dc1cdd
+1
View File
@@ -135,6 +135,7 @@
</xs:complexType> </xs:complexType>
<xs:complexType name="Link" mixed="true"> <xs:complexType name="Link" mixed="true">
<xs:group ref="DocumentationGroup" minOccurs="0" maxOccurs="unbounded"/>
<xs:attribute name="function" type="FunctionIdentifier" use="optional" /> <xs:attribute name="function" type="FunctionIdentifier" use="optional" />
<xs:attribute name="class" type="Identifier" use="optional" /> <xs:attribute name="class" type="Identifier" use="optional" />
</xs:complexType> </xs:complexType>