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>
51 lines
2.2 KiB
XML
51 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ccts="urn:un:unece:uncefact:documentation:standard:CoreComponentsTechnicalSpecification:2" xmlns:clmICARQuarterCode="urn:it:icar:ade:codelist:QuarterCode:1.0" targetNamespace="urn:it:icar:ade:codelist:QuarterCode:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
|
|
<!-- ====================================================================== -->
|
|
<!-- ===== Element Declarations ===== -->
|
|
<!-- ====================================================================== -->
|
|
<!-- ===== Root Element Declaration ===== -->
|
|
<!-- ====================================================================== -->
|
|
<xsd:element name="QuarterCode" type="clmICARQuarterCode:QuarterCodeType"/>
|
|
<!-- ====================================================================== -->
|
|
<!-- ===== Type Definitions ===== -->
|
|
<!-- ====================================================================== -->
|
|
<!-- ===== Type Definition: Quarter Identifier Type ===== -->
|
|
<!-- ====================================================================== -->
|
|
<xsd:simpleType name="QuarterCodeType">
|
|
<xsd:restriction base="xsd:string">
|
|
<xsd:enumeration value="LF">
|
|
<xsd:annotation>
|
|
<xsd:documentation>
|
|
<ccts:Name>LF</ccts:Name>
|
|
<ccts:Definition>Left front</ccts:Definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="RF">
|
|
<xsd:annotation>
|
|
<xsd:documentation>
|
|
<ccts:Name>RF</ccts:Name>
|
|
<ccts:Definition>Right front</ccts:Definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="LR">
|
|
<xsd:annotation>
|
|
<xsd:documentation>
|
|
<ccts:Name>LR</ccts:Name>
|
|
<ccts:Definition>Left rear</ccts:Definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
<xsd:enumeration value="RR">
|
|
<xsd:annotation>
|
|
<xsd:documentation>
|
|
<ccts:Name>RR</ccts:Name>
|
|
<ccts:Definition>Right rear</ccts:Definition>
|
|
</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:enumeration>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
</xsd:schema>
|