-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd46887
commit 48ad7d1
Showing
2 changed files
with
48 additions
and
1 deletion.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
dbptk-bindings/dbptk-bindings-siarddk-128/src/main/resources/config/jaxb/jodatime.xjb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters