This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 4125 - MS dataTypes base64Binary
Summary: MS dataTypes base64Binary
Status: RESOLVED FIXED
Alias: None
Product: XML Schema Test Suite
Classification: Unclassified
Component: Microsoft tests (show other bugs)
Version: 2006-11-06
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Henry S. Thompson
QA Contact: XML Schema Test Suite mailing list
URL:
Whiteboard: Metadata updated 2010-07-05
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-02 12:20 UTC by Michael Kay
Modified: 2010-07-05 14:03 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2007-01-02 12:20:54 UTC
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.
Comment 1 Zafar Abbas 2007-01-24 19:27:39 UTC
This test should indeed be invalid. This is due a bug in the packaging process
of Microsoft schema tests.
Comment 2 David Ezell 2010-05-21 15:30:41 UTC
WG agrees to have HT mark this test as invalid.