Attribute Group linklist.attributes

Namespace No namespace
Diagram
Used by
Attributes
Source
<xs:attributeGroup name="linklist.attributes">
  <xs:attribute name="collection-type">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="choice"/>
        <xs:enumeration value="family"/>
        <xs:enumeration value="sequence"/>
        <xs:enumeration value="tree"/>
        <xs:enumeration value="unordered"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="duplicates">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="no"/>
        <xs:enumeration value="yes"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="mapkeyref"/>
  <xs:attributeGroup ref="relational-atts"/>
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="spectitle"/>
  <xs:attribute name="outputclass"/>
</xs:attributeGroup>

Attribute linklist.attributes / @collection-type

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration choice
enumeration family
enumeration sequence
enumeration tree
enumeration unordered
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="collection-type">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="choice"/>
      <xs:enumeration value="family"/>
      <xs:enumeration value="sequence"/>
      <xs:enumeration value="tree"/>
      <xs:enumeration value="unordered"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute linklist.attributes / @duplicates

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