poc-reports/es_elt/xsd/common/StockEntityExchange.xsd
2026-01-27 14:48:39 +01:00

79 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) Revenue Collection Systems France S.A.S. - 2018-2025 ALL RIGHTS RESERVED
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:stkEntity="http://www.thales.dc/StockEntityItem"
xmlns:stkEE="http://www.thales.dc/ExternalIdentifierExchange"
xmlns:loc="http://www.thales.dc/Localized"
xmlns="http://www.thales.dc/StockEntityExchange"
targetNamespace="http://www.thales.dc/StockEntityExchange"
version="1.0.1">
<!-- Annotate all modification of the xsd file according to version -->
<xs:annotation>
<xs:documentation>-----------------------------------------------------------------------------------------------------------------------</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>Version List</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>-----------------------------------------------------------------------------------------------------------------------</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>sprint 186 - 23/08/2023 - Version 1.0.1</xs:documentation>
<xs:documentation>
change versioning and add documentation to respect XSD versioning format
</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>-----------------------------------------------------------------------------------------------------------------------</xs:documentation>
</xs:annotation>
<!-- Import of xsd file -->
<xs:import namespace="http://www.thales.dc/Localized" schemaLocation="Localized.xsd"/>
<xs:import namespace="http://www.thales.dc/StockEntityItem" schemaLocation="StockEntityItem.xsd"/>
<xs:import namespace="http://www.thales.dc/ExternalIdentifierExchange" schemaLocation="ExternalIdentifierExchange.xsd"/>
<!-- Description of the StockEntityExchange structure -->
<xs:element name="StockEntityExchange" type="StockEntityExchange"/>
<xs:complexType name="StockEntityExchange">
<xs:all>
<xs:element name="CreationDate" type="xs:dateTime" minOccurs="0"/>
<xs:element name="DeletionDate" type="xs:dateTime" minOccurs="0"/>
<xs:element name="StockEntityId" type="xs:string" minOccurs="0"/>
<xs:element name="BusinessEntity" type="loc:LocalizedBusinessEntityInt" minOccurs="0">
<xs:annotation>
<xs:documentation>Dictionary prefix: BusinessEntity</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EntityIdentifier" type="xs:string" minOccurs="0"/>
<xs:element name="EntityName" type="xs:string" minOccurs="0"/>
<xs:element name="EntityType" type="loc:LocalizedEntityType" minOccurs="0">
<xs:annotation>
<xs:documentation>Dictionary prefix: EntityType</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ExtendedField" type="xs:string" minOccurs="0"/>
<xs:element name="ProviderStatus" type="loc:LocalizedProviderStatus" minOccurs="0"/>
<xs:element minOccurs="0" name="EntityItemList">
<xs:complexType>
<xs:sequence>
<xs:element name="EntityItemList" type="stkEntity:StockEntityItem" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="ExternalIdentifierList">
<xs:complexType>
<xs:sequence>
<xs:element name="ExternalIdentifierList" type="stkEE:ExternalIdentifierExchange" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:schema>