File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
java/org/jvnet/jaxb2_commons/tests/issues Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ package org .jvnet .jaxb2_commons .tests .issues ;
2+
3+ public interface IssueGH70Interface {
4+ }
Original file line number Diff line number Diff line change 1111 <jaxb:class/>
1212 <inheritance:implements>java.lang.Cloneable</inheritance:implements>
1313 </jaxb:bindings>
14+ <jaxb:bindings node="//xsd:complexType[@name='issueGH70Type']">
15+ <inheritance:implements>org.jvnet.jaxb2_commons.tests.issues.IssueGH70Interface</inheritance:implements>
16+ </jaxb:bindings>
1417 </jaxb:bindings>
1518</jaxb:bindings>
Original file line number Diff line number Diff line change 299299 <xs : attribute name =" z" type =" xs:string" default =" z" />
300300 </xs : complexType >
301301
302+ <xs : complexType name =" issueGH70Type" >
303+ <xs : complexContent mixed =" true" >
304+ <xs : extension base =" xs:anyType" >
305+ <xs : attribute name =" id" type =" xs:anyURI" use =" required" />
306+ <xs : anyAttribute processContents =" lax" />
307+ </xs : extension >
308+ </xs : complexContent >
309+ </xs : complexType >
310+
302311</xs : schema >
You can’t perform that action at this time.
0 commit comments