feat : embarquer les WSDL/XSD EDNOTIF dans le bundle
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>
This commit is contained in:
58
resources/ednotif-ws/ICAR_ExchangedDocumentCode_1p0.XSD
Normal file
58
resources/ednotif-ws/ICAR_ExchangedDocumentCode_1p0.XSD
Normal file
@@ -0,0 +1,58 @@
|
||||
<?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:clmICARExchangedDocumentCode="urn:it:icar:ade:codelist:ExchangedDocumentCode:1.0" targetNamespace="urn:it:icar:ade:codelist:ExchangedDocumentCode:1.0" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
|
||||
<!-- ====================================================================== -->
|
||||
<!-- ===== Element Declarations ===== -->
|
||||
<!-- ====================================================================== -->
|
||||
<!-- ===== Root Element Declaration ===== -->
|
||||
<!-- ====================================================================== -->
|
||||
<xsd:element name="ExchangedDocumentCode" type="clmICARExchangedDocumentCode:ExchangedDocumentCodeType"/>
|
||||
<!-- ====================================================================== -->
|
||||
<!-- ===== Type Definitions ===== -->
|
||||
<!-- ====================================================================== -->
|
||||
<!-- ===== Type Definition: Exchanged Document Type ===== -->
|
||||
<!-- ====================================================================== -->
|
||||
<xsd:simpleType name="ExchangedDocumentCodeType">
|
||||
<xsd:restriction base="xsd:string">
|
||||
<xsd:enumeration value="I">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Name>I</ccts:Name>
|
||||
<ccts:Definition>New Message (Insert)</ccts:Definition>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="U">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Name>U</ccts:Name>
|
||||
<ccts:Definition>Update of Message (Update)</ccts:Definition>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="D">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Name>D</ccts:Name>
|
||||
<ccts:Definition>Deletion of a Message (Delete)</ccts:Definition>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="C">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Name>C</ccts:Name>
|
||||
<ccts:Definition>Cancellation of not yet processed Message (asynchronous mode only)</ccts:Definition>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
<xsd:enumeration value="R">
|
||||
<xsd:annotation>
|
||||
<xsd:documentation>
|
||||
<ccts:Name>R</ccts:Name>
|
||||
<ccts:Definition>Replacement of not yet processed Message (asynchronous mode only)</ccts:Definition>
|
||||
</xsd:documentation>
|
||||
</xsd:annotation>
|
||||
</xsd:enumeration>
|
||||
</xsd:restriction>
|
||||
</xsd:simpleType>
|
||||
</xsd:schema>
|
||||
Reference in New Issue
Block a user