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:]
Sent: Tuesday, August 07, 2001 10:03 AM
To: Munter, Joel D
Cc: 'Farrukh Najmi'; ; 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...