Skip to content

Commit

Permalink
Modify XSD to support advanced argument definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Mar 7, 2020
1 parent 851670c commit 9dc5e02
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion RFC/schema/docbook.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7538,7 +7538,16 @@
<xs:element ref="docbook:phrase"/>
<xs:element ref="docbook:replaceable"/>
</xs:choice>
<xs:attribute name="role"/>
<xs:attribute name="role" default="value">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="value"/>
<xs:enumeration value="reference"/>
<xs:enumeration value="vararglist"/>
<xs:enumeration value="reference_vararglist"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="docbook:db.common.attributes"/>
<xs:attributeGroup ref="docbook:db.common.linking.attributes"/>
<xs:attribute name="class">
Expand Down

0 comments on commit 9dc5e02

Please sign in to comment.