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: Version Control Commit by ysavourel


Author: ysavourel
Date: 2014-01-16 17:49:03 +0000 (Thu, 16 Jan 2014)
New Revision: 420
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/xliff/trunk/schemas/?rev=420&sc=1

Modified:
   trunk/schemas/catalog.xml
   trunk/schemas/modules/change_tracking.xsd
   trunk/schemas/modules/fs.xsd
   trunk/schemas/modules/glossary.xsd
   trunk/schemas/modules/matches.xsd
   trunk/schemas/modules/metadata.xsd
   trunk/schemas/modules/resource_data.xsd
   trunk/schemas/modules/size_restriction.xsd
   trunk/schemas/modules/validation.xsd
   trunk/schemas/xliff_core_2.0.xsd
Log:
- added the local xml.xsd to the catalog
- commented out includes that were not needed
- changed xml.xsd includes to point to the local file David added
- changed the order in <match> so it's now:
<xs:sequence>
	<xs:element minOccurs="0" maxOccurs="1" ref="mda:metadata"/>
	<xs:element minOccurs="0" maxOccurs="1" ref="xlf:originalData"/>
	<xs:element minOccurs="1" maxOccurs="1" ref="xlf:source"/>
	<xs:element minOccurs="1" maxOccurs="1" ref="xlf:target"/>
	<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
</xs:sequence>
- in change_tracking.xsd: changed version attribute from a fixed="2.0" to:
<xs:attribute name="version" use="optional" type="xs:NMTOKEN"/>
- in <data> added : <xs:attribute ref="xml:space" fixed="preserve"/>
And set default value for dir to "auto".

I'll change the order in <match> in the spec too later.


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