membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Question about schema version attribute #277

Open rrialq opened 3 years ago

rrialq commented 3 years ago

According to W3C schema element allows a version attribute. This attribute is only for information purposes.

Is there any way to recover its value with com.predic8.Schema or another class? It seems this attribute is ignored at parse time.

Thank you.