attributeGroup "rel-atts"
Namespace:
Content:
Defined:
globally in topicMod.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:string
 = 
("parent" | "child" | "sibling" | "friend" | "next" | "previous" | "cousin" | "ancestor" | "descendant" | "sample" | "external" | "other" | "-dita-use-conref-target")
 = 
xs:string
...>
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.
Known Usage Locations
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 DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set