Add sm:Link to the schema. It allows adding links to functions, classes, and enums.

This commit is contained in:
Steve Checkoway
2007-08-06 00:03:35 +00:00
parent b5e276e2f3
commit 33634ffcae
2 changed files with 64 additions and 15 deletions
+7
View File
@@ -66,11 +66,18 @@
<xs:complexType name="Function" mixed="true">
<xs:sequence>
<xs:element name="Link" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="return" type="xs:string" use="optional" />
<xs:attribute name="arguments" type="xs:string" use="optional" />
</xs:complexType>
<xs:complexType name="Link" mixed="true">
<xs:attribute name="function" type="xs:string" use="optional" />
<xs:attribute name="class" type="xs:string" use="optional" />
</xs:complexType>
<xs:complexType name="Enums">
<xs:sequence>