RE: Problem with SchemaAttDef

2002-11-26 Thread Bagepalli, Kiran
/26/02 3:17 AM Subject: Re: Problem with SchemaAttDef Kiran, You got an absolutely correct namespaceUri. If you want the "Unit" (and other lcoal attributes) to belong to namespaceUri www.books.org you should also add the attributeFormDefault="qualified" like http://www.w

Re: Problem with SchemaAttDef

2002-11-26 Thread Peter A. Volchek
ssage - From: "Bagepalli, Kiran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 26, 2002 3:40 AM Subject: Problem with SchemaAttDef > I am trying to figure out the URI given the URIId. If I use SEnumVal for > attribute "Unit", I get a QN

RE: Problem with SchemaAttDef

2002-11-25 Thread Bagepalli, Kiran
nyone explain please. Thanks Kiran -Original Message- From: Bagepalli, Kiran [mailto:[EMAIL PROTECTED]] Sent: Monday, November 25, 2002 5:41 PM To: '[EMAIL PROTECTED]' Subject: Problem with SchemaAttDef I am trying to figure out the URI given the URIId. If I use SEnumVal for

Problem with SchemaAttDef

2002-11-25 Thread Bagepalli, Kiran
I am trying to figure out the URI given the URIId. If I use SEnumVal for attribute "Unit", I get a QName with uridid = 1 And when I call getURIText(uriId), it returns me a empty string saying it does not belong to any namespace. Actually this should return 6 which is the uriid for www.books.org. C