There are numerous bug fixes and improvements included with this build, the most significant of which is described below.
There are bug fixes and improvements included with this build, some of which are described below. Where the description is for a bug reported through Bugzilla, the Bugzilla number is included after the description.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="ServiceCategory">
<xsd:simpleContent>
<xsd:extension base="xsd:boolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:element name="DialARide">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="ServiceCategory"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<?xml version = "1.0" encoding = "UTF-8"?>
<xsd:schema xmlns:xsd = "http://www.w3.org/2001/XMLSchema">
<xsd:complexType name = "ServiceCategory">
<xsd:simpleContent>
<xsd:extension base = "xsd:boolean"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:element name = "DialARide">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base = "ServiceCategory"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
</xsd:schema>
The EClass for DialARide previously had a second boolean feature named value1 that is now eliminated.
There are bug fixes and improvements included with this build, some of which are described below. Where the description is for a bug reported through Bugzilla, the Bugzilla number is included after the description.
There are bug fixes and improvements included with this build, some of which are described below. Where the description is for a bug reported through Bugzilla, the Bugzilla number is included after the description.
The xsd2ecore plugins (org.eclipse.emf.mapping.xsd2ecore and org.eclipse.emf.mapping.xsd2ecore.editor) have been added. They illustrate how to use the mapping framework, and the editor can be used to view the mapping produced during XSD to Ecore conversion. Documentation will be forthcoming soon.
There are bug fixes and improvements included with this build, some of which are described below.
There are bug fixes and improvements included with this build, some of which are described below. Where the description applies to a fix for a bug reported through Bugzilla, the Bugzilla number is included after the description. You can link directly to the Bugzilla bug using this number.
Minor bug fixes and improvements.
This build is a refresh of XSD being delivered with the corresponding build of EMF.
This build is a refresh of XSD being delivered with the corresponding build of EMF.
There are bug fixes and improvements included with this build, some of which are described below. Where the description applies to a fix for a bug reported through Bugzilla, the Bugzilla number is included after the description. You can link directly to the Bugzilla bug using this number.
There are bug fixes and improvements included with this build, some of which are described below. Where the description applies to a fix for a bug reported through Bugzilla, the Bugzilla number is included after the description. You can link directly to the Bugzilla bug using this number.
There are bug fixes and improvements included with this build, some of which are described below.
A schema can be validated to determine whether it is a fully valid instance according to the 1.0 specification; since this had been working for several months, it isn't really all that new.
There is now a documentation plugin, org.eclipse.xsd.doc, included in the download. All the XSD documentation is now available from the desktop Help menu. We've put the documentation plugin into the Runtime zip file, so its download size has increased. We're thinking about moving it into the Source zip, or maybe into its own zip file, in the future. If you have an opinion, please feel free to post it to the XSD newsgroup.