Re: BUG #3734: Invalid XML schema output.

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Ben Leslie <benno(at)benno(dot)id(dot)au>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3734: Invalid XML schema output.
Date: 2007-11-09 19:13:13
Message-ID: 4734B149.2000809@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ben Leslie wrote:

> The specific problem is that the following is malformed; the xsd:restriction
> tag is never closed.
>
> <xsd:simpleType name="Domain.test.public.isoweek">
> <xsd:restriction base="DATE">
> </xsd:simpleType>
>
Exact. Per 9.11 (6, b, iv) or 9.15 (8, m, vi), it's a simple element.
The attached patch should fix it.
I'm attaching another small patch to strip some space and be consistent
with other xml tags.

--
Euler Taveira de Oliveira
http://www.timbira.com/

Attachment Content-Type Size
fix.diff text/x-patch 660 bytes
cosmetic.diff text/x-patch 1.2 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Linda O 2007-11-09 19:36:55 Re: Postgresql Domain Names
Previous Message Alvaro Herrera 2007-11-09 19:12:57 Re: BUG #3730: Creating a swedish dictionary fails