Uploaded image for project: 'OASIS XML Localisation Interchange File Format (XLIFF) TC'
  1. OASIS XML Localisation Interchange File Format (XLIFF) TC
  2. XLIFF-48

existence of "firstNo" at the start of non-reorderable sequences not checked

    XMLWordPrintable

    Details

    • Proposal:
      Hide

      Check for first member of a non-reorderable sequence of codes to be marked as "firstNo" (rather tha "no") in either core xsd or core schematron.
      If it's not possible in xsd move the constraint from value description to Constraints

      Show
      Check for first member of a non-reorderable sequence of codes to be marked as "firstNo" (rather tha "no") in either core xsd or core schematron. If it's not possible in xsd move the constraint from value description to Constraints
    • Resolution:
      Hide

      Implemented in prose and sch

      Show
      Implemented in prose and sch

      Description

      the xliff file

      <xliff version='2.0'
      xmlns='urn:oasis:names:tc:xliff:document:2.0' srcLang="en" trgLang="fr">
      <file id="f1">
      <unit id="u1">
      <segment>
      <source><pc id="1" canCopy="no" canDelete="no"
      canReorder="no"><ph id="2" canCopy="no" canDelete="no"/></pc></source>
      </segment>
      </unit>
      </file>
      </xliff>

      is recognized as valid by xliff_core_2.1.sch (rev. 807), event though
      in
      http://docs.oasis-open.org/xliff/xliff-core/v2.1/csprd03/xliff-core-v2.1-csprd03.html#canreorder
      says:
      "firstNo when the code is the first element of a sequence that cannot
      be re-ordered, no when it is another element of such a sequence."

      Could you please have a look?

        Attachments

          Activity

            People

            • Assignee:
              soroush.saadatfar Soroush Saadatfar [X] (Inactive)
              Reporter:
              DavidFilip David Filip [X] (Inactive)
            • Watchers:
              2 Start watching this issue

              Dates

              • Due:
                Created:
                Updated:
                Resolved: