diff --git a/schema/axf.rnc b/schema/axf.rnc index bbca762..6e9fb9e 100755 --- a/schema/axf.rnc +++ b/schema/axf.rnc @@ -453,7 +453,8 @@ fo_index-range-begin.attlist &= fo_inline.attlist &= xml_id, - axf.annotation.attlist + axf.annotation.attlist, + axf_indent-here fo_inline-container.attlist &= xml_id, @@ -1082,6 +1083,13 @@ axf_headers = ## Table header cells associated with this cell: attribute axf:headers { xsd:IDREFS }? +# @axf:indent-here +# +# http://www.antennahouse.com/product/ahf64/ahf-ext.html#axf.indent-here +axf_indent-here = + ## Aligns the indent position to the region position when a line break occurs: none | + attribute axf:indent-here { text }? + # @axf:number-type # # http://www.antennahouse.com/product/ahf64/ahf-ext.html#axf.number-type diff --git a/schematron/axf.sch b/schematron/axf.sch index 62f3cde..cd67043 100755 --- a/schematron/axf.sch +++ b/schematron/axf.sch @@ -266,6 +266,19 @@ + + + + + + + + axf:indent-here="" should be EnumerationToken or Length. '' is a . + axf:indent-here="" enumeration token is ''. Token should be 'none'. + axf:indent-here="" should be EnumerationToken or Length. + Syntax error: axf:indent-here="" + +