Skip to content

Commit

Permalink
Update schema.xsd
Browse files Browse the repository at this point in the history
Fix ahpla / alpha
  • Loading branch information
laurentschoelens authored Jan 15, 2025
1 parent 5903cd4 commit 163e849
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<xsd:annotation>
<xsd:appinfo>
<jaxb:class
ref="org.jvnet.jaxb.xjc.model.concrete.tests.ahpla.KnownReferencedType" />
ref="org.jvnet.jaxb.xjc.model.concrete.tests.alpha.KnownReferencedType" />
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
Expand All @@ -58,7 +58,7 @@
<xsd:annotation>
<xsd:appinfo>
<jaxb:class
ref="org.jvnet.jaxb.xjc.model.concrete.tests.ahpla.UnknownReferencedType" />
ref="org.jvnet.jaxb.xjc.model.concrete.tests.alpha.UnknownReferencedType" />
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
Expand Down

0 comments on commit 163e849

Please sign in to comment.