- From: Martin Gudgin <marting@develop.com>
- Date: Fri, 12 Apr 2002 17:56:45 +0100
- To: "Jean-Jacques Moreau" <moreau@crf.canon.fr>, "Henrik Frystyk Nielsen" <henrikn@microsoft.com>
- Cc: "XML Protocol Discussion" <xml-dist-app@w3.org>
XML Parser Error Report: Well-formedness error. <JJ/> unexpected. Only one top-level element is allowed. ;-) Gudge ----- Original Message ----- From: "Jean-Jacques Moreau" <moreau@crf.canon.fr> To: "Henrik Frystyk Nielsen" <henrikn@microsoft.com> Cc: "Martin Gudgin" <marting@develop.com>; "XML Protocol Discussion" <xml-dist-app@w3.org> Sent: Friday, April 12, 2002 4:40 PM Subject: Re: Proposal for allowing xml:lang on faultstring > <Comment> > <Value>LOL</Value> > </Comment> > > <JJ/> > > Henrik Frystyk Nielsen wrote: > > > <ProposalReview> > > <Increment>1</Increment> > > </ProposalReview> > > > > Henrik > > > > >The proposal: > > > > > >1. Add the following to the top of the envelope schema[1]; > > > > > > <xs:import namespace='http://www.w3.org/XML/1998/namespace' /> > > > > > >2. Add a type definition as follows; > > > > > > <xs:complexType name='faultstring' > > > > <xs:simpleContent> > > > <xsd:extension base='xs:string' > > > > <xs:attribute ref='xml:lang' /> > > > </xs:extension> > > > </xs:simpleContent> > > > </xs:complexType> > > > > > >3. Amend the Fault type as follows; > > > > > > <xs:complexType name="Fault" final="extension" > > > > <xs:annotation> > > > <xs:documentation> > > > Fault reporting structure > > > </xs:documentation> > > > </xs:annotation> > > > <xs:sequence> > > > <xs:element name="faultcode" type="tns:faultcode" /> > > > <xs:element name="faultstring" type="tns:faultstring" /> > > > <xs:element name="faultactor" type="xs:anyURI" minOccurs="0" /> > > > <xs:element name="faultrole" type="xs:anyURI" minOccurs="0" /> > > > <xs:element name="detail" type="tns:detail" minOccurs="0" /> > > > </xs:sequence> > > > </xs:complexType> > > > > > > > > >4. Amend the description of faultstring as follows; > > > > > >The faultstring element information item has: > > > > > > A [local name] of faultstring . > > > A [namespace name] which has no value. > > > An optional attribute information item with a local name of lang and > > >namespace name of http://www.w3.org/XML/1998/namespace ( see [ref to > > >http://www.w3.org/TR/REC-xml.html#sec-lang-tag] ) >
Received on Friday, 12 April 2002 12:55:04 UTC