Attribute Group relational-atts

Namespace No namespace
Diagram
Attribute relational-atts / @typeAttribute relational-atts / @formatAttribute relational-atts / @scopeAttribute relational-atts / @roleAttribute relational-atts / @otherrole
Used by
Attributes
Source
<xs:attributeGroup name="relational-atts">
  <xs:attribute name="type"/>
  <xs:attribute name="format"/>
  <xs:attribute name="scope">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="external"/>
        <xs:enumeration value="local"/>
        <xs:enumeration value="peer"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="role">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="ancestor"/>
        <xs:enumeration value="child"/>
        <xs:enumeration value="cousin"/>
        <xs:enumeration value="descendant"/>
        <xs:enumeration value="external"/>
        <xs:enumeration value="friend"/>
        <xs:enumeration value="next"/>
        <xs:enumeration value="other"/>
        <xs:enumeration value="parent"/>
        <xs:enumeration value="previous"/>
        <xs:enumeration value="sample"/>
        <xs:enumeration value="sibling"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="otherrole"/>
</xs:attributeGroup>

Attribute relational-atts / @scope

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration external
enumeration local
enumeration peer
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="scope">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="external"/>
      <xs:enumeration value="local"/>
      <xs:enumeration value="peer"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute relational-atts / @role

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration ancestor
enumeration child
enumeration cousin
enumeration descendant
enumeration external
enumeration friend
enumeration next
enumeration other
enumeration parent
enumeration previous
enumeration sample
enumeration sibling
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="role">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ancestor"/>
      <xs:enumeration value="child"/>
      <xs:enumeration value="cousin"/>
      <xs:enumeration value="descendant"/>
      <xs:enumeration value="external"/>
      <xs:enumeration value="friend"/>
      <xs:enumeration value="next"/>
      <xs:enumeration value="other"/>
      <xs:enumeration value="parent"/>
      <xs:enumeration value="previous"/>
      <xs:enumeration value="sample"/>
      <xs:enumeration value="sibling"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute relational-atts / @otherrole

Namespace No namespace
Used by
Source
<xs:attribute name="otherrole"/>