Next in thread →
Next in month →
Public Comment
Comment from: 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.
Next in thread →
Next in month →