Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » XML Schema Definition (XSD) » Trying to create an XSD annotation element
Trying to create an XSD annotation element [message #581380] Thu, 11 December 2003 12:57
Hayden Marchant is currently offline Hayden Marchant
Messages: 90
Registered: July 2009
Member
I am trying to build some app info for an annotation element which I'll
then add to an XSDElementDeclaration.

My code is as follows:

XSDAnnotation xsdAnnotation = fXsdFactory.createXSDAnnotation();
xsdElementDeclaration.setAnnotation(xsdAnnotation);
Element applicationInformation =
xsdAnnotation.createApplicationInformation(sourceURI);

My question is , is what do I pass as the sourceURI for the
createApplicationInformation method?

Thanks,
Hayden
Previous Topic:XML Document Validation
Next Topic:Trying to create an XSD annotation element
Goto Forum:
  


Current Time: Wed May 22 01:07:32 EDT 2013

Powered by FUDForum. Page generated in 0.16772 seconds