- From: Joseph M. Reagle Jr. <reagle@w3.org>
- Date: Thu, 07 Jun 2001 10:19:09 -0400
- To: Eddie Robertsson <eddie@allette.com.au>
- Cc: xmlschema-dev@w3.org
Ah, stupid mistake as I expected! I should've looked after the given line of the error as well as before. Thanks! At 21:30 6/6/2001, Eddie Robertsson wrote: > > I don't understand the error resulting from [1], "Invalid: 'name' must > be an > > NCName". I've been looking at it and can't figure what I've done wrong, > must > > be something stupid but obvious ...? > > > > http://www.w3.org/Encryption/2001/04/schema/enc-example.xml with > > http://www.w3.org/Encryption/2001/04/schema/20-xenc-schema.xsd > >On the line of the error you have: > ><element name="enc:CipherData" type="enc:CipherDataType"/> > ^^^ >You can't use a QName as the name of the element. Should probably be: > ><element name="CipherData" type="enc:CipherDataType"/> -- Joseph Reagle Jr. http://www.w3.org/People/Reagle/ W3C Policy Analyst mailto:reagle@w3.org IETF/W3C XML-Signature Co-Chair http://www.w3.org/Signature W3C XML Encryption Chair http://www.w3.org/Encryption/2001/
Received on Thursday, 7 June 2001 10:19:26 UTC