Hello,
i've got a problem when i try to use xjc.bat on an example from the
OpenGIS.org GML examples.
When i try to run the tool, i get this warning:
[WARNING] warning: "final" attribute of <complexType> is not supported
line 60 of temporal.xsd
In temporal.xsd it looks like this:
<!-- ================================================================== -->
<element name="TimeInstant"
type="gml:TimeInstantType"substitutionGroup="gml:TimePrimitive"/>
<!-- ===================================== -->
<complexType name="TimeInstantType" final="#all">
<complexContent>
<extension base="gml:TimePrimitiveType">
<sequence>
<element ref="gml:timePosition"/>
</sequence>
</extension>
</complexContent>
</complexType>
Is this a problem with JAXB or with the schema files?
Thanks for help,
Dirk Wilhelm
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net