oasis-tcs / xliff-xliff-22

OASIS XLIFF TC: A repository designed for use in development of TC chartered work products and test suites
https://github.com/oasis-tcs/xliff-xliff-22
Other
10 stars 2 forks source link

[Erratum] Investigate definitions of srgLang and trgLang attributes #17

Closed rmraya closed 1 year ago

rmraya commented 2 years ago

Specification Type

XLIFF core specification

Revision

No response

Detailed Description

Investigate a possible error in the definition of srclang and trgLang in core schema. They are currently defined as:

      <xs:attribute name="srcLang" use="required" type="xs:language"/>
      <xs:attribute name="trgLang" use="optional" type="xs:language"/>

but xs:language is defined as an enumeration containing only the empty string to undeclare the standard xml:lang attribute in xml.xsd

rmraya commented 1 year ago

Nothing to do

rmraya commented 1 year ago

Current definitions for source and target language are consistent with the historical definitions used in previous versions of XLIFF