Attribute Group display-atts

Namespace No namespace
Diagram
Attribute display-atts / @scaleAttribute display-atts / @frameAttribute display-atts / @expanse
Used by
Attributes
QName Type Use
Attribute display-atts / @expanse restriction of xs:token optional
Attribute display-atts / @frame restriction of xs:token optional
Attribute display-atts / @scale restriction of xs:token optional
Source
<xs:attributeGroup name="display-atts">
  <xs:attribute name="scale">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="50"/>
        <xs:enumeration value="60"/>
        <xs:enumeration value="70"/>
        <xs:enumeration value="80"/>
        <xs:enumeration value="90"/>
        <xs:enumeration value="100"/>
        <xs:enumeration value="110"/>
        <xs:enumeration value="120"/>
        <xs:enumeration value="140"/>
        <xs:enumeration value="160"/>
        <xs:enumeration value="180"/>
        <xs:enumeration value="200"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="frame">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="all"/>
        <xs:enumeration value="bottom"/>
        <xs:enumeration value="none"/>
        <xs:enumeration value="sides"/>
        <xs:enumeration value="top"/>
        <xs:enumeration value="topbot"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="expanse">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="column"/>
        <xs:enumeration value="page"/>
        <xs:enumeration value="spread"/>
        <xs:enumeration value="textline"/>
        <xs:enumeration value="-dita-use-conref-target"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>

Attribute display-atts / @scale

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration 50
enumeration 60
enumeration 70
enumeration 80
enumeration 90
enumeration 100
enumeration 110
enumeration 120
enumeration 140
enumeration 160
enumeration 180
enumeration 200
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="scale">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="50"/>
      <xs:enumeration value="60"/>
      <xs:enumeration value="70"/>
      <xs:enumeration value="80"/>
      <xs:enumeration value="90"/>
      <xs:enumeration value="100"/>
      <xs:enumeration value="110"/>
      <xs:enumeration value="120"/>
      <xs:enumeration value="140"/>
      <xs:enumeration value="160"/>
      <xs:enumeration value="180"/>
      <xs:enumeration value="200"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute display-atts / @frame

Namespace No namespace
Type restriction of xs:token
Properties
content: simple
Facets
enumeration all
enumeration bottom
enumeration none
enumeration sides
enumeration top
enumeration topbot
enumeration -dita-use-conref-target
Used by
Source
<xs:attribute name="frame">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="all"/>
      <xs:enumeration value="bottom"/>
      <xs:enumeration value="none"/>
      <xs:enumeration value="sides"/>
      <xs:enumeration value="top"/>
      <xs:enumeration value="topbot"/>
      <xs:enumeration value="-dita-use-conref-target"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Attribute display-atts / @expanse

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