OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

regrep-raws message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: RE: Action item folloup / team meeting


farrukh,

then please tell me what this XML schema is attempting to do...  I do not
think that you can define an attribute within a "complexType".  don't
attributes get defined for entities?  are you missing an entity definition
within complexType?  or if you are simply attempting to define an xml:lang
attribute for the entity "RequestAcceptedReponse," then you may just need to
remove the complexType element from outside of the attribute definition.

<xsd:element name="RequestAcceptedResponse">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
			Mapping of the same named interface in ebRS.
		</xsd:documentation>
	</xsd:annotation>
	<xsd:complexType>
		<xsd:attribute name="xml:lang" use="required"
type="xsd:NMTOKEN"/>
	</xsd:complexType>
</xsd:element

joel

-----Original Message-----
From: Farrukh Najmi [mailto:Farrukh.Najmi@sun.com]
Sent: Tuesday, August 07, 2001 10:03 AM
To: Munter, Joel D
Cc: 'Farrukh Najmi'; regrep-raws@lists.oasis-open.org; Damodaran,
Suresh; John Evdemon; Chaemee Kim; Dan Chang
Subject: Re: Action item folloup / team meeting


This sounds like a bug in XML Spy. I do not use it but am confident that
syntax is correct.

...old text deleted...



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC