Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Is global attribute in XSD supported?
Is global attribute in XSD supported? [message #574623] Tue, 22 July 2003 22:26
user is currently offline userFriend
Messages: 296
Registered: July 2009
Senior Member
I am trying to generate an EMF model from an XML
schema which contains a global attribute using
the EMF Model Generation Wizard. It thinks the
schema is invalid.

When will global attribute be supported?

Here is a minimal XSD with a global attribute:

<?xml version="1.0"?>
<xs:schema targetNamespace="http://localhost/gattr"
xmlns:xs="http://www.w3.org/2001/XMLSchema" >
<xs:attribute name="global_attr" type="xs:NCName"/>
</xs:schema>

It couldn't be loaded.

Raymond Leung
Previous Topic:creating XPATH 2.0 expressions while navigating schema
Next Topic:creating xml according to xsd
Goto Forum:
  


Current Time: Fri Apr 26 01:00:22 GMT 2024

Powered by FUDForum. Page generated in 0.02416 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top