diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-01-03 18:43:15 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-01-03 18:43:15 (GMT) |
commit | 2149c9cb1315b6a42457dd991171bf4fcf7d7015 (patch) | |
tree | c44fd80159115f91bacbc05dd72e77e5a6788e84 /src/compound.xsd | |
parent | 48f4fd9c2d9ba8b374e3c052f888df9bc220df92 (diff) | |
download | Doxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.zip Doxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.tar.gz Doxygen-2149c9cb1315b6a42457dd991171bf4fcf7d7015.tar.bz2 |
Release-1.7.3
Diffstat (limited to 'src/compound.xsd')
-rw-r--r-- | src/compound.xsd | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/src/compound.xsd b/src/compound.xsd index 0b2ed4d..65fc0bf 100644 --- a/src/compound.xsd +++ b/src/compound.xsd @@ -59,7 +59,7 @@ <xsd:attribute name="ambiguityscope" type="xsd:string" /> </xsd:complexType> - <xsd:complexType name="compoundRefType" mixed="true"> + <xsd:complexType name="compoundRefType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="refid" type="xsd:string" use="optional" /> @@ -69,7 +69,7 @@ </xsd:simpleContent> </xsd:complexType> - <xsd:complexType name="reimplementType" mixed="true"> + <xsd:complexType name="reimplementType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="refid" type="xsd:string" /> @@ -77,7 +77,7 @@ </xsd:simpleContent> </xsd:complexType> - <xsd:complexType name="incType" mixed="true"> + <xsd:complexType name="incType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="refid" type="xsd:string" /> @@ -86,7 +86,7 @@ </xsd:simpleContent> </xsd:complexType> - <xsd:complexType name="refType" mixed="true"> + <xsd:complexType name="refType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="refid" type="xsd:string" /> @@ -95,7 +95,7 @@ </xsd:simpleContent> </xsd:complexType> - <xsd:complexType name="refTextType" mixed="true"> + <xsd:complexType name="refTextType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="refid" type="xsd:string" /> @@ -582,6 +582,12 @@ </xsd:sequence> </xsd:complexType> + <xsd:complexType name="docParamType" mixed="true"> + <xsd:sequence> + <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" /> + </xsd:sequence> + </xsd:complexType> + <xsd:complexType name="docParamName" mixed="true"> <xsd:sequence> <xsd:element name="ref" type="refTextType" minOccurs="0" maxOccurs="1" /> |