20 lines
693 B
XML
20 lines
693 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
Copyright (C) Revenue Collection Systems France S.A.S. - 2018-2025 ALL RIGHTS RESERVED
|
|
|
|
-->
|
|
<!-- cf https://javaee.github.io/jaxb-v2/doc/user-guide/ch03.html#Tip__get_rid_of_the_org_w3__2001_xmlschema_package -->
|
|
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
|
|
jaxb:version="2.0">
|
|
<annotation>
|
|
<appinfo>
|
|
<jaxb:schemaBindings>
|
|
<jaxb:package name="com.thalesgroup.ticketing.ifsng.audit.jaxb.adapters"/>
|
|
</jaxb:schemaBindings>
|
|
</appinfo>
|
|
</annotation>
|
|
</schema>
|