[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Public Comment
Comment from: ekimber@innodata-isogen.com
Name: W. Eliot Kimber
Title: Senior Consulting Engineer
Organization: Innodata Isogen
Regarding Specification: Oasis Entity Resolution TC
In the XSD schema, the specification for the pubIDchars simple type is missing space (" ") in the regular expression for the type. A corrected version of the type declaration is:
<xs:simpleType name="pubIdChars">
<!-- A string of the characters defined as pubIdChar in production 13
of the Second Edition of the XML 1.0 Recommendation. Does not include
the whitespace characters because they're normalized by XML parsing. -->
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z0-9\-'\(\)+,./:=?;!*#@$_% ]*"/>
</xs:restriction>
</xs:simpleType>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]