[Bug 4125] MS dataTypes base64Binary

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4125

           Summary: MS dataTypes base64Binary
           Product: XML Schema Test Suite
           Version: 2006-11-06
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Microsoft tests
        AssignedTo: ht@inf.ed.ac.uk
        ReportedBy: mike@saxonica.com
         QAContact: public-xml-schema-testsuite@w3.org


In the Microsoft DataTypes test set, test 

   <test group="base64Binary_enumeration003_1321"
         name="base64Binary_enumeration003_1321"/>

the schema has

          <xsd:restriction base="xsd:base64Binary">
            <xsd:enumeration value="MS0yLTM="/>
            <xsd:enumeration value="M0SyLMT="/>
            <xsd:enumeration value="MyS0LTM="/>
          </xsd:restriction>

The second value is not a valid lexical representation of base64Binary: In
base64, if the value ends with '=' then the last character must be one of
[AEIMQUYcgkosw048]. But the metadata describes the schema as valid.

Received on Tuesday, 2 January 2007 12:21:06 UTC