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

 


Help: OASIS Mailing Lists Help | MarkMail Help

xliff-omos message

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


Subject: Modified: Exceptional 5th Tuesday XLIFF OMOS meeting


Submitter's message
Added minutes from 30th Jan. Thanks to Steven for scribing..

-- Dr. David Filip
Event Title: Exceptional 5th Tuesday XLIFF OMOS meeting

Date: Tuesday, 30 January 2018, 05:00pm to 06:00pm WET
Location: https://www.oasis-open.org/apps/org/workgroup/xliff-omos/members/action_item.php?action_item_id=3822
Description

See the private action item for dial in details

https://www.oasis-open.org/apps/org/workgroup/xliff-omos/members/action_item.php?action_item_id=3822


This meeting counts towards voter eligibility.

Agenda

Agenda

 

 

A. Admin

1- Roll call

aprove/ammend minutes from 23rd Jan 2018

https://www.oasis-open.org/apps/org/workgroup/xliff-omos/email/archives/201801/msg00003.html

B. Material

1- XLIFF OM

In connection with finalizing the JLIFF structure with recursive subroups, dF modified the OM wiki

https://github.com/oasis-tcs/xliff-omos-om/wiki

See AI Robert to implement this in JLIFF schema

2- JLIFF

(https://github.com/oasis-tcs/xliff-omos-jliff)

Previous Consensus: restated

DON'T reference the context file [for core and module] from schema or instances. This is tied via the spec [driven by version number] but not the instances, to prevent hammering of the context file.

Extensions always need to declare or reference their context inline. [WIP, extension points?]

AI Robert [WIP]:  restated

we have a good structure now, we just need to add subgroups as per previous minutes

subgroups type is the same as subfiles, both subgroups and a subfiles are arrays of oneOf group and unit objects

see discussion of "root types"

http://markmail.org/thread/75n3r6sxrbzohgkk

AI Chase [pending]: Chase temporarily out, need to fork the context files

make context for 2.0 and 2.1

AI Robert, implement meeting consenus for extension points. Extension data needs to start with context. Each extension will be one object. Try to allow them only where they're allowed in XLIFF

- Continue discussion on extension points, look at Robert's commit to introduce extension

https://github.com/oasis-tcs/xliff-omos-jliff/commit/85e7c3e0e8d88539df5b2eb7519d6735f84256e9

 There are several places where context can be provided: root, or units, files, groups. 

  (Whether @context should be at root or only lower levels).

Should mimic XLIFF behavior as close as possible..

We also agreed that having a dedicated extension container is more validation friendly than just allowing additional properties on the root structure..

-Continue discussing pros and cons of the extensionsData approach

compare with XML and consider going back and forth between XML and JSON.

AI dF and Yves [pending, dependency in XLIFF TC meeting]: clear usage of XLIFF prefix registration mechanism for JLIFF, request that XLIFF prefixes don't use colon ":"

raised on XLIFF TC 16th Jan

DONE in principle, some minor fixes pending

http://markmail.org/thread/qmvyp4yuihx76g6r

 

3- TBX Mapping

TBX-Basic mapping is in order, almost done on TBXInfo

@James, would you share the dev page, or is it released yet?

C- Other Topics

2- Liaisons

XLIFF 2.1 had to go for COS02, 

https://www.oasis-open.org/committees/ballot.php?id=3166

Special majority ballot closes tomorrow. Then a two weeks OASIS call for Consent.

3- Promotion

Will have good coverage on GALA Boston in March, as TAPICC Track 2 will be launched, building on JLIFF

4- AOB

1- Date of next meeting

Should consider 30 Jan (5th Tue), 13th Feb and 27th Feb look good

2- Looking for a new secretary. Contact dF

 


Minutes

A. Admin
1- Roll call
aprove/amend minutes from 23rd Jan 2018
https://www.oasis-open.org/apps/org/workgroup/xliff- omos/email/archives/201801/msg00003.html
Approved
B. Material
1- XLIFF OM
In connection with finalizing the JLIFF structure with recursive subroups, dF modified the OM wiki
https://github.com/oasis-tcs/xliff- omos-om/wiki
See AI Robert to implement this in JLIFF schema
2- JLIFF
(https://github.com/oasis-tcs/xliff- omos-jliff)
Previous Consensus: restated
DON'T reference the context file [for core and module] from schema or instances. This is tied
via the spec [driven by version number] but not the instances, to prevent hammering of the context
file.
Extensions always need to declare or reference their context inline. [WIP, extension points?]
AI Robert [WIP]:  restated
we have a good structure now, we just need to add subgroups as per previous minutes
subgroups type is the same as subfiles, both subgroups and a subfiles are arrays of oneOf group
and unit objects
see discussion of "root types"
Robert created groups and subgroups (committed) – commit 6e10946
Q SRL: is the version 0.9.4 recent or long standing?
A: Robert: long standing.
Robert: subfiles renamed to subgroups, user renamed to userdata.
David: Could make 0.9.5 as a copy of this, and then make incremental changes.
(This was Agreed) AI Robert


• Discussing extension points

- Name is a uri (could be predefined or full external reference – discussing)
- Content is an object (any content)
- Prior discussion is to remove the external URI and always require any custom
context to be inline
- AI: Robert will remove external schema from 0.9.5 ( from JSON-LD- context )
-
- Q:Should the top level JLIFF object allow better extensibility with top level userData?
- Issue is that JSON does not distinguish between attribute and element – adding
‘flexible element’ or ‘flexible attribute’ is the same thing at the top.
- Could add userData at the root level of JLIFF
- Have something at the file level, but may want the top level to have a container which
has specified semantics
- “userMetaData” since it is top level? Map to primitive values.
- XLIFF inline model currently has extensibility for modules but not arbitrary extensions –
constrained to the specific module namespaces (slr and fs). but annotation markers are extensible with arbitrary attributes as weel as user defined values.
- Discussing constraint on metadata
- Constraint on declaration on URI? (formal vs. operational constraints)
- URIs are fixed in the spec, not to be resolved at runtime – using URNs (mostly, except for W3C ITS)
- Could the prefixes be fixed (enumerated- "fs" and "slr")
- …
- Could be a regex to define property.
-

http://markmail.org/thread/75n3r6sxrbzohgkk
AI Chase [pending]: Chase temporarily out, need to fork the context files
make context for 2.0 and 2.1
AI Robert, implement meeting consenus for extension points. Extension data needs to start with
context. Each extension will be one object. Try to allow them only where they're allowed in
XLIFF [done for element extensibility]
- Continue discussion on extension points, look at Robert's commit to introduce extension
https://github.com/oasis-tcs/xliff- omos-jliff/commit/85e7c3e0e8d88539df5b2eb7519d6735f84256e9
 There are several places where context can be provided: root, or units, files, groups. 
  (Whether @context should be at root or only lower levels).
Should mimic XLIFF behavior as close as possible..
We also agreed that having a dedicated extension container is more validation friendly than just
allowing additional properties on the root structure..
-Continue discussing pros and cons of the userData approach
compare with XML and consider going back and forth between XML and JSON.
AI dF and Yves [DONE]: clear usage of XLIFF prefix
registration mechanism for JLIFF, request that XLIFF prefixes don't use colon ":"

raised on XLIFF TC 16th Jan
DONE in principle, some minor fixes pending
http://markmail.org/thread/qmvyp4yuihx76g6r
 
3- TBX Mapping
TBX-Basic mapping is in order, almost done on TBXInfo

C- Other Topics
2- Liaisons
XLIFF 2.1 had to go for COS02, 
https://www.oasis-open.org/committees/ballot.php?id=3166
Special majority ballot closes tomorrow. Then a two weeks OASIS call for Consent.
3- Promotion
Will have good coverage on GALA Boston in March, as TAPICC Tracks 2 and 3 will be launched, building
on JLIFF
4- AOB
1- Date of next meeting
13th Feb and 27th Feb look good
2- Looking for a new secretary. Contact dF



Owner: Dr. David Filip
Group: OASIS XLIFF Object Model and Other Serializations (XLIFF OMOS) TC
Sharing: This event is shared with the OASIS Open (General Membership), and General Public groups. Public Event Link
Recurrence
This event is part of a series with 2 more events. The next 1 events in this series:
Tuesday, 30 October 2018, 05:00pm to 06:00pm WET
  • Learn more about subscribing here.
  • View the OASIS XLIFF Object Model and Other Serializations (XLIFF OMOS) TC calendar here.
  • You may receive future notifications with updates to this event. Update the event on your calendar by accepting the changes.

Attachment: ical_47010.ics
Description: application/ics

BEGIN:VCALENDAR
CALSCALE:GREGORIAN
METHOD:REQUEST
VERSION:2.0
PRODID:-//Kavi Corporation//NONSGML Kavi Groups//EN
X-MS-OLK-FORCEINSPECTOROPEN:TRUE
BEGIN:VTIMEZONE
TZID:Europe/Lisbon
BEGIN:STANDARD
DTSTART:20001029T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
TZNAME:WET
TZOFFSETFROM:+0100
TZOFFSETTO:+0000
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20000326T010000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
TZNAME:WEST
TZOFFSETFROM:+0000
TZOFFSETTO:+0100
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
STATUS:CONFIRMED
TRANSP:OPAQUE
DTSTAMP:20180213T152713Z
DTSTART;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180130T170000
DTEND;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180130T180000
SEQUENCE:15
SUMMARY:Exceptional 5th Tuesday XLIFF OMOS meeting
LOCATION:https://www.oasis-open.org/apps/org/workgroup/xliff-omos/mem
 bers/action_item.php?action_item_id=3822
LAST-MODIFIED:20180213T152713Z
ORGANIZER:workgroup_mailer@lists.oasis-open.org
ATTENDEE;CUTYPE=GROUP:MAILTO:xliff-omos@lists.oasis-open.org
DESCRIPTION:See the private action item for dial in details\n\nhttps://w
 ww.oasis-open.org/apps/org/workgroup/xliff-omos/members/acti
 on_item.php?action_item_id=3822\n\nAgenda: Agenda\n\n \n\n \
 n\nA. Admin\n\n1- Roll call\n\naprove/ammend minutes from 23
 rd Jan 2018\n\nhttps://www.oasis-open.org/apps/org/workgroup
 /xliff-omos/email/archives/201801/msg00003.html\n\nB. Materi
 al\n\n1- XLIFF OM\n\nIn connection with finalizing the JLIFF
  structure with recursive subroups\, dF modified the OM wiki
 \n\nhttps://github.com/oasis-tcs/xliff-omos-om/wiki\n\nSee A
 I Robert to implement this in JLIFF schema\n\n2- JLIFF\n\n(h
 ttps://github.com/oasis-tcs/xliff-omos-jliff)\n\nPrevious Co
 nsensus: restated\n\nDON&#39\;T reference the context file [
 for core and module] from schema or instances. This is tied 
 via the spec [driven by version number] but not the instance
 s\, to prevent hammering of the context file.\n\nExtensions 
 always need to declare or reference their context inline. [W
 IP\, extension points?]\n\nAI Robert [WIP]:  restated\n\nwe 
 have a good structure now\, we just need to add subgroups as
  per previous minutes\n\nsubgroups type is the same as subfi
 les\, both subgroups and a subfiles are arrays of oneOf grou
 p and unit objects\n\nsee discussion of &quot\;root types&qu
 ot\;\n\nhttp://markmail.org/thread/75n3r6sxrbzohgkk\n\nAI Ch
 ase [pending]: Chase temporarily out\, need to fork the cont
 ext files\n\nmake context for 2.0 and 2.1\n\nAI Robert\, imp
 lement meeting consenus for extension points. Extension data
  needs to start with context. Each extension will be one obj
 ect. Try to allow them only where they&#39\;re allowed in XL
 IFF\n\n- Continue discussion on extension points\, look at R
 obert&#39\;s commit to introduce extension\n\nhttps://github
 .com/oasis-tcs/xliff-omos-jliff/commit/85e7c3e0e8d88539df5b2
 eb7519d6735f84256e9\n\n There are several places where conte
 xt can be provided: root\, or units\, files\, groups. \n\n  
 (Whether @context should be at root or only lower levels).\n
 \nShould mimic XLIFF behavior as close as possible..\n\nWe a
 lso agreed that having a dedicated extension container is mo
 re validation friendly than just allowing additional propert
 ies on the root structure..\n\n-Continue discussing pros and
  cons of the extensionsData approach\n\ncompare with XML and
  consider going back and forth between XML and JSON.\n\nAI d
 F and Yves [pending\, dependency in XLIFF TC meeting]: clear
  usage of XLIFF prefix registration mechanism for JLIFF\, re
 quest that XLIFF prefixes don&#39\;t use colon &quot\;:&quot
 \;\n\nraised on XLIFF TC 16th Jan\n\nDONE in principle\, som
 e minor fixes pending\n\nhttp://markmail.org/thread/qmvyp4yu
 ihx76g6r\n\n \n\n3- TBX Mapping\n\nTBX-Basic mapping is in o
 rder\, almost done on TBXInfo\n\n@James\, would you share th
 e dev page\, or is it released yet?\n\nC- Other Topics\n\n2-
  Liaisons\n\nXLIFF 2.1 had to go for COS02\, \n\nhttps://www
 .oasis-open.org/committees/ballot.php?id=3166\n\nSpecial maj
 ority ballot closes tomorrow. Then a two weeks OASIS call fo
 r Consent.\n\n3- Promotion\n\nWill have good coverage on GAL
 A Boston in March\, as TAPICC Track 2 will be launched\, bui
 lding on JLIFF\n\n4- AOB\n\n1- Date of next meeting\n\nShoul
 d consider 30 Jan (5th Tue)\, 13th Feb and 27th Feb look goo
 d\n\n2- Looking for a new secretary. Contact dF\n\n \nGroup:
  OASIS XLIFF Object Model and Other Serializations (XLIFF OM
 OS) TC\nCreator: Dr. David Filip
URL:https://www.oasis-open.org/apps/org/workgroup/xliff-omos/event.php?event_id=47010
UID:https://www.oasis-open.org/apps/org/workgroup/xliff-omos/event.php?event_id=47010
RRULE:FREQ=WEEKLY;INTERVAL=4;COUNT=10
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180227T170000,20180327T170000,20180424T170000,20180529T170000,20180626T170000,20180731T170000,20180828T170000,20180925T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180227T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180327T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180424T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180529T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180626T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180731T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180828T170000
EXDATE;VALUE=DATE-TIME;TZID=Europe/Lisbon:20180925T170000
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT00H15M00S
END:VALARM
END:VEVENT
END:VCALENDAR


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