47 lines
2.0 KiB
XML
47 lines
2.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:loc="http://www.thales.dc/Localized"
|
|
xmlns="http://www.thales.dc/StockEntityItem"
|
|
targetNamespace="http://www.thales.dc/StockEntityItem"
|
|
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"/>
|
|
|
|
|
|
<!-- Description of the StockEntityItem structure -->
|
|
<xs:element name="StockEntityItem" type="StockEntityItem"/>
|
|
<xs:complexType name="StockEntityItem">
|
|
<xs:all>
|
|
<xs:element name="ItemType" type="loc:LocalizedItemType" minOccurs="0"/>
|
|
<xs:element name="LowStockThreshold" type="xs:long" minOccurs="0"/>
|
|
<xs:element name="StockQuantity" type="xs:long" minOccurs="0"/>
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:schema>
|