Search found 5 matches

by mikemille
Thu Jul 27, 2006 3:57 pm
Forum: XML Schemas
Topic: multiple schemas and intellisense
Replies: 7
Views: 13383

That would be great. Since we're talking about a future version, maybe your code gurus can make it so end users can specify more then one schema for the annotations. In my example, it would be nice to add both the jaxb and hyperjaxb xsd files so oxygen can present me with multiple options once I ent...
by mikemille
Thu Jul 27, 2006 3:25 pm
Forum: XML Schemas
Topic: multiple schemas and intellisense
Replies: 7
Views: 13383

I'm trying to use hyperjaxb2 to map my schema to existing database tables. Here's an example: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:hj="http://hyperjaxb2.jvnet.org/customizations" xmlns:jaxb="http://java.sun.com...
by mikemille
Wed Jul 26, 2006 11:26 pm
Forum: XML Schemas
Topic: multiple schemas and intellisense
Replies: 7
Views: 13383

multiple schemas and intellisense

I'm wondering if it's possible to have the intellisense work with a document linked against multiple schemas. For example, I have the following schema defined: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:hj="customizations/cust...
by mikemille
Tue Jul 11, 2006 8:58 pm
Forum: XML Schemas
Topic: xml schema annotations and tag sense
Replies: 2
Views: 9055

Thank you...it works now. At first it wasn't showing up after your suggested changes, but I linked the schema to another xml file and the comments started popping up. I needed to close and reopen the original xml file to start seeing the comments. Must be cached or something. Thanks again for the he...
by mikemille
Tue Jul 11, 2006 6:44 pm
Forum: XML Schemas
Topic: xml schema annotations and tag sense
Replies: 2
Views: 9055

xml schema annotations and tag sense

I'm using the oxygen eclipse plugin and I'm trying to figure out how to create an xml schema with annotations that show up in the tag sense of an xml document linked to the schema. For example, here's part of the xml schema: <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns...