Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioG70 committed Oct 22, 2024
1 parent bd46887 commit 48ad7d1
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<jaxb:bindings version="3.0"
xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<jaxb:bindings schemaLocation="../../schema/128/contextDocumentationIndex.xsd">
<jaxb:bindings node="//xsd:simpleType[@name='documentIDType']">
<jaxb:class name="documentIDTypeDoc"/>
</jaxb:bindings>
</jaxb:bindings>

<!-- Handle nonEmptyTextType -->
<jaxb:bindings schemaLocation="../../schema/128/contextDocumentationIndex.xsd">
<jaxb:bindings node="//xsd:simpleType[@name='nonEmptyTextType']">
<jaxb:class name="NonEmptyTextTypeDoc"/>
</jaxb:bindings>
</jaxb:bindings>


<!-- Handle arcDateType -->
<jaxb:bindings schemaLocation="../../schema/128/contextDocumentationIndex.xsd">
<jaxb:bindings node="//xsd:simpleType[@name='arcDateType']">
<jaxb:class name="ArcDateTypeDoc"/>
</jaxb:bindings>
</jaxb:bindings>

<!-- Handle arcgYearMonthType -->
<jaxb:bindings schemaLocation="../../schema/128/contextDocumentationIndex.xsd">
<jaxb:bindings node="//xsd:simpleType[@name='arcgYearMonthType']">
<jaxb:class name="ArcGYearMonthTypeDoc"/>
</jaxb:bindings>
</jaxb:bindings>

<!-- Handle arcgYearType -->
<jaxb:bindings schemaLocation="../../schema/128/contextDocumentationIndex.xsd">
<jaxb:bindings node="//xsd:simpleType[@name='arcgYearType']">
<jaxb:class name="ArcGYearTypeDoc"/>
</jaxb:bindings>
</jaxb:bindings>

<!-- Handle y_ym_ymdDatoType -->
<jaxb:bindings schemaLocation="../../schema/128/contextDocumentationIndex.xsd">
<jaxb:bindings node="//xsd:simpleType[@name='y_ym_ymdDatoType']">
<jaxb:class name="YymYmdDatoTypeDoc"/>
</jaxb:bindings>
</jaxb:bindings>

</jaxb:bindings>
2 changes: 1 addition & 1 deletion dbptk-bindings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<schemaIncludes>
<include>archiveIndex.xsd</include>
<include>docIndex.xsd</include>
<!-- <include>contextDocumentationIndex.xsd</include>-->
<include>contextDocumentationIndex.xsd</include>
<include>fileIndex.xsd</include>
<include>researchIndex.xsd</include>
<include>XMLSchema.xsd</include>
Expand Down

0 comments on commit 48ad7d1

Please sign in to comment.