OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xliff message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Change to xliff schema for optional context-group name


All,

 

The xsd:key tag requires that the identifier by defined (in this case, the ‘name’ attribute of the context-group). The xsd:unique tag is the same as xsd:key, except that the identifier may be undefined. I checked the other xsd:key elements in the schema and each of those identifiers are required and therefore xsd:key is appropriate.

 

The corrected schemas are attached.

 

Changed

 

    <xsd:key name="K_context-group_name">

      <xsd:selector xpath=".//xlf:context-group"/>

      <xsd:field xpath="@name"/>

</xsd:key>

 

To

 

    <xsd:unique name="U_context-group_name">

      <xsd:selector xpath=".//xlf:context-group"/>

      <xsd:field xpath="@name"/>

    </xsd:unique>

 

Regards,

Doug Domeny
ektron, inc.
http://www.ektron.com

 

xliffSchemas20070320.zip



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]