Attribute Group param.attributes

Namespace No namespace
Diagram
Attribute Group id-attsAttribute Group select-attsAttribute Group localization-attsAttribute Group univ-attsAttribute param.attributes / @nameAttribute param.attributes / @valueAttribute param.attributes / @valuetypeAttribute param.attributes / @type
Used by
Attributes
Source
<xs:attributeGroup name="param.attributes">
  <xs:attributeGroup ref="univ-atts"/>
  <xs:attribute name="name" use="required"/>
  <xs:attribute name="value"/>
  <xs:attribute name="valuetype">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="data"/>
        <xs:enumeration value="object"/>
        <xs:enumeration value="ref"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="type"/>
</xs:attributeGroup>

Attribute param.attributes / @name

Namespace No namespace
Properties
use: required
Used by
Source
<xs:attribute name="name" use="required"/>

Attribute param.attributes / @valuetype

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