Skip to content

Commit 72481ad

Browse files
TianqiZhangjoelmartinez
authored andcommitted
fix schema
1 parent 64a43ac commit 72481ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mdoc/Resources/monodoc-ecma.xsd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,11 @@ add masterdoc support?
423423

424424
<xs:element name="InterfaceMember">
425425
<xs:complexType>
426-
<xs:attribute name="FrameworkAlternate" use="optional" />
426+
<xs:simpleContent>
427+
<xs:extension base="xs:string">
428+
<xs:attribute name="FrameworkAlternate" use="optional" />
429+
</xs:extension>
430+
</xs:simpleContent>
427431
</xs:complexType>
428432
</xs:element>
429433

0 commit comments

Comments
 (0)