← Prev in month ← Prev in thread

Change to xliff schema for optional context-group name

From
Doug Domeny <>
Date
2007-03-20T17:03:38+00:00
ID
Thread
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
← Prev in month ← Prev in thread