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

 


Help: OASIS Mailing Lists Help | MarkMail Help

xliff-comment message

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


Subject: Public Comment


Comment from: jpetri@apple.com

Your XMLSchema for XLIFF is badly broken.  The 'ElemType_header' complex-type has an xsd:choice grouping in it, containing 'glossary', 'reference', 'count-group', 'prop-group', and 'tool' elements.  A choice group allows exactly 1 of the contained elements to appear, but your standard clearly says that 0, 1 or more of these elements may appear.  You need to add minOccurs="0" and maxOccurs="unbounded" as attributes to the xsd:choice for XLIFF documents to validate correctly.


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