areatree:length

Simple Type Information

Used By

Attributes areatree:AbsoluteViewportArea.attlist/@background-content-width, areatree:BlockArea.attlist/@annotation-position-horizontal, areatree:BlockArea.attlist/@annotation-position-vertical, areatree:BlockArea.attlist/@line-height, areatree:BlockViewportArea.attlist/@text-line-width, areatree:BlockViewportArea.attlist/@text-underline-position, areatree:EmphasisArea.attlist/@text-width, areatree:FormFieldArea.attlist/@content-width, areatree:LeaderArea.attlist/@rule-thickness, areatree:PageRegionReferenceArea.attlist/@width, areatree:PageRegionViewportArea.attlist/@bleed-bottom, areatree:PageRegionViewportArea.attlist/@bleed-left, areatree:PageRegionViewportArea.attlist/@bleed-right, areatree:PageRegionViewportArea.attlist/@bleed-top, areatree:PageRegionViewportArea.attlist/@bottom-position, areatree:PageRegionViewportArea.attlist/@left-position, areatree:PageRegionViewportArea.attlist/@right-position, areatree:PageRegionViewportArea.attlist/@top-position, areatree:PageRegionViewportArea.attlist/@width, areatree:RegionReferenceArea.attlist/@line-height, areatree:RegionViewportArea.attlist/@background-content-width, areatree:TextArea.attlist/@text-width, areatree:background.properties.attlist/@background-content-height, areatree:background.properties.attlist/@background-content-width, areatree:border-separation.properties.attlist/@border-separation, areatree:border-separation.properties.attlist/@border-separation.block-progression-direction, areatree:border-separation.properties.attlist/@border-separation.inline-progression-direction, areatree:border.properties.attlist/@border-after-width, areatree:border.properties.attlist/@border-after-width.length, areatree:border.properties.attlist/@border-before-width, areatree:border.properties.attlist/@border-before-width.length, areatree:border.properties.attlist/@border-end-width, areatree:border.properties.attlist/@border-start-width, areatree:border.properties.attlist/@diagonal-border-width, areatree:border.properties.attlist/@reverse-diagonal-border-width, areatree:common.properties.attlist/@bottom-position, areatree:common.properties.attlist/@height, areatree:common.properties.attlist/@left-position, areatree:common.properties.attlist/@right-position, areatree:common.properties.attlist/@space-after, areatree:common.properties.attlist/@space-before, areatree:common.properties.attlist/@space-end, areatree:common.properties.attlist/@space-start, areatree:common.properties.attlist/@top-position, areatree:common.properties.attlist/@width, areatree:font.properties.attlist/@font-size, areatree:line-number.properties.attlist/@line-number-font-size, areatree:padding.properties.attlist/@padding-after, areatree:padding.properties.attlist/@padding-after.length, areatree:padding.properties.attlist/@padding-before, areatree:padding.properties.attlist/@padding-before.length, areatree:padding.properties.attlist/@padding-end, areatree:padding.properties.attlist/@padding-start, areatree:printer-marks.properties.attlist/@printer-marks-spine-width, areatree:text.properties.attlist/@text-line-width

Source

<xs:simpleType name="length">
  <xs:restriction base="xs:NMTOKEN">
    <xs:pattern value="-?[0-9]+(\.[0-9]+)?(e-?[0-9]+)?(pt|in|mm|cm)"/>
  </xs:restriction>
</xs:simpleType>