areatree:true-or-false

Simple Type Information

Used By

Attributes areatree:AbsoluteViewportArea.attlist/@absolute-or-fixed, areatree:AbsoluteViewportArea.attlist/@is-link-destination, areatree:AreaRoot.attlist/@document-info.fitwindow, areatree:AreaRoot.attlist/@is-CSS, areatree:BlockAnchorArea.attlist/@is-link-destination, areatree:BlockArea.attlist/@annotation-open, areatree:BlockArea.attlist/@is-link, areatree:BlockArea.attlist/@is-link-destination, areatree:BlockViewportArea.attlist/@is-link-destination, areatree:FixedViewportArea.attlist/@absolute-or-fixed, areatree:FlowReferenceArea.attlist/@is-link, areatree:FlowReferenceArea.attlist/@is-link-destination, areatree:FormArea.attlist/@field-submit-coordinates, areatree:FormFieldArea.attlist/@field-apply-signature, areatree:FormFieldArea.attlist/@field-checked, areatree:FormFieldArea.attlist/@field-editable, areatree:FormFieldArea.attlist/@field-multiline, areatree:FormFieldArea.attlist/@field-multiple, areatree:FormFieldArea.attlist/@field-password, areatree:FormFieldArea.attlist/@field-required, areatree:FormFieldArea.attlist/@field-scroll, areatree:FormFieldArea.attlist/@is-link, areatree:GraphicArea.attlist/@image-smoothing, areatree:GraphicViewportArea.attlist/@is-link-destination, areatree:GraphicViewportArea.attlist/@show-controls, areatree:InlineArea.attlist/@annotation-open, areatree:InlineArea.attlist/@indicate-destination, areatree:InlineArea.attlist/@is-link, areatree:InlineArea.attlist/@is-link-destination, areatree:InlineViewportArea.attlist/@is-link-destination, areatree:ListBlockArea.attlist/@is-link, areatree:ListBlockArea.attlist/@is-link-destination, areatree:ListItemArea.attlist/@is-link-destination, areatree:ListItemBodyArea.attlist/@is-link-destination, areatree:PageReferenceArea.attlist/@is-link-destination, areatree:PageRegionReferenceArea.attlist/@is-first, areatree:PageRegionReferenceArea.attlist/@is-last, areatree:PageRegionViewportArea.attlist/@is-first, areatree:PageRegionViewportArea.attlist/@is-last, areatree:PageViewportArea.attlist/@is-link-destination, areatree:PageViewportArea.attlist/@output-volume-break, areatree:RelativeFloatArea.attlist/@is-link-destination, areatree:RubyArea.attlist/@is-link-destination, areatree:TableAndCaptionArea.attlist/@is-link-destination, areatree:TableCellArea.attlist/@is-link-destination, areatree:TableCellArea.attlist/@repeat-cell-content-at-break, areatree:TableRowArea.attlist/@is-link-destination, areatree:TableRowGroupArea.attlist/@is-link-destination, areatree:TableViewportArea.attlist/@is-link, areatree:TableViewportArea.attlist/@is-link-destination, areatree:TextArea.attlist/@is-link-destination, areatree:TextArea.attlist/@overline-score, areatree:TextArea.attlist/@through-score, areatree:TextArea.attlist/@underline-score, areatree:common.properties.attlist/@is-first, areatree:common.properties.attlist/@is-last, areatree:common.properties.attlist/@reverse-page-number, areatree:outline.properties.attlist/@outline-expand

Source

<xs:simpleType name="true-or-false">
  <xs:restriction base="xs:token">
    <xs:enumeration value="true"/>
    <xs:enumeration value="false"/>
  </xs:restriction>
</xs:simpleType>