Skip to content

Commit 7244d86

Browse files
Update schema with new 'noindex' document attribute (#200)
1 parent 4faf72c commit 7244d86

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

client/static/xsd/cnxml.xsd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141
</xs:simpleType>
4242
</xs:attribute>
4343
<xs:attribute name="module-id"/>
44+
<xs:attribute name="noindex">
45+
<xs:simpleType>
46+
<xs:restriction base="xs:token">
47+
<xs:enumeration value="true"/>
48+
<xs:enumeration value="false"/>
49+
</xs:restriction>
50+
</xs:simpleType>
51+
</xs:attribute>
4452
</xs:complexType>
4553
</xs:element>
4654
<xs:group name="title">

0 commit comments

Comments
 (0)