Skip to content

Commit 90e2f93

Browse files
author
Sanders Kleinfeld
committed
Additional indexing attributes.
1 parent e362861 commit 90e2f93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

htmlbook.xsd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,13 @@
566566
<xs:attribute name="rel"/>
567567
<xs:attribute name="target"/>
568568
<xs:attribute name="type"/>
569+
<!-- The following attributes are for indexterms -->
570+
<xs:attribute name="data-primary" type="xs:string"/>
571+
<xs:attribute name="data-secondary" type="xs:string"/>
572+
<xs:attribute name="data-tertiary" type="xs:string"/>
573+
<xs:attribute name="data-see" type="xs:string"/>
574+
<xs:attribute name="data-seealso" type="xs:string"/>
575+
<xs:attribute name="data-sortas" type="xs:string"/>
569576
</xs:extension>
570577
</xs:complexContent>
571578
</xs:complexType>

0 commit comments

Comments
 (0)