attributeGroup "rel-atts"
Namespace:
Content:
Defined:
globally in topicMod.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:string
 = 
("parent" | "child" | "sibling" | "friend" | "next" | "previous" | "cousin" | "ancestor" | "descendant" | "sample" | "external" | "other" | "-dita-use-conref-target")
 = 
xs:string
...>
Known Usage Locations
Annotation
Relational attributes (<%rel-atts;>) is a parameter entity declaration in the topic DTD that includes attributes whose values may be used for representing navigational relationships. These attributes occur only on elements that represent relationships between topics.
XML Source (w/o annotations (1); see within schema source)
<xs:attributeGroup name="rel-atts">
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="role" type="role-att.class"/>
<xs:attribute name="otherrole" type="xs:string"/>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 3/3)
otherrole
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="otherrole" type="xs:string"/>

role
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"parent", "child", "sibling", "friend", "next", "previous", "cousin", "ancestor", "descendant", "sample", "external", "other", "-dita-use-conref-target"
XML Source (see within schema source)
<xs:attribute name="role" type="role-att.class"/>

type
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="type" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.