Les schémas sont figés depuis 2013 : on les versionne dans resources/ednotif-ws pour supprimer la dépendance réseau au boot et dispenser le consommateur de renseigner guichet_wsdl / metier_wsdl (defaults résolus dans Configuration). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> | Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [ ] TU/TI/TF OK - [ ] CHANGELOG modifié Reviewed-on: #1 Co-authored-by: tristan <tristan@yuno.malio.fr> Co-committed-by: tristan <tristan@yuno.malio.fr>
100 lines
4.6 KiB
XML
100 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--W3C XML Schema generated by XMLSpy v2014 rel. 2 (x64) (http://www.altova.com)-->
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:clm60133="urn:un:unece:uncefact:codelist:standard:6:0133:40106" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" targetNamespace="urn:un:unece:uncefact:codelist:standard:6:0133:40106" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.0">
|
|
<!-- ================================================================== -->
|
|
<!-- ===== Element Declarations ===== -->
|
|
<!-- ================================================================== -->
|
|
<!-- ===== Root element ===== -->
|
|
<!-- ================================================================== -->
|
|
<xsd:element name="CharacterSetEncodingCode" type="clm60133:CharacterSetEncodingCodeContentType"/>
|
|
<!-- ================================================================== -->
|
|
<!-- ===== Type Definitions ===== -->
|
|
<!-- ================================================================== -->
|
|
<!-- ===== Type Definition: Character Set Encoding Code Content Type ===== -->
|
|
<!-- ================================================================== -->
|
|
<xsd:simpleType name="CharacterSetEncodingCodeContentType">
|
|
<xsd:restriction base="xsd:token">
|
|
<xsd:enumeration value="1">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>ASCII 7 bit</ccts:name>
|
|
<ccts:definition>ASCII 7 bit code.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="2">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>ASCII 8 bit</ccts:name>
|
|
<ccts:definition>ASCII 8 bit code.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="3">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>Code page 500 (EBCDIC Multinational No. 5)</ccts:name>
|
|
<ccts:definition>Encoding schema for the repertoire as defined by the code
|
|
page.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="4">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>Code page 850 (IBM PC Multinational)</ccts:name>
|
|
<ccts:definition>Encoding schema for the repertoire as defined by the code
|
|
page.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="5">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>UCS-2</ccts:name>
|
|
<ccts:definition>Universal Multiple-Octet Coded Character Set (UCS)
|
|
two-octet per character encoding schema as defined in
|
|
ISO/IEC 10646-1.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="6">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>UCS-4</ccts:name>
|
|
<ccts:definition>Universal Multiple-Octet Coded Character Set (UCS)
|
|
four-octet per character encoding schema as defined in
|
|
ISO/IEC 10646-1.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="7">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>UTF-8</ccts:name>
|
|
<ccts:definition>UCS Transformation Format 8 (UTF-8) multi-octet (of
|
|
length one to six octets) per character encoding schema
|
|
as defined in ISO/IEC 10646-1, Annex R.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="8">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>UTF-16</ccts:name>
|
|
<ccts:definition>UCS Transformation Format 16 (UTF-16) two-octet per character encoding schema as defined in ISO/IEC 10646-1, Annex Q.</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="zzz">
|
|
<xsd:annotation>
|
|
<xsd:documentation xml:lang="en">
|
|
<ccts:name>Mutually agreed</ccts:name>
|
|
<ccts:definition>Mutually agreed between trading partners</ccts:definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
</xsd:schema>
|