58 lines
2.5 KiB
XML
58 lines
2.5 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="http://www.thales.dc/MediaIdentification"
|
|
targetNamespace="http://www.thales.dc/MediaIdentification"
|
|
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>
|
|
|
|
<!-- Description of the MediaIdentification structure -->
|
|
<xs:element name="MediaIdentification" type="MediaIdentification"/>
|
|
<xs:complexType name="MediaIdentification">
|
|
<xs:all>
|
|
<xs:element name="MediaGraphicalNumber" type="xs:string" minOccurs="0"/>
|
|
<xs:element name="MediaIdentifier" type="xs:string" minOccurs="0"/>
|
|
<xs:element name="MediaOrigin" type="MediaOriginType" minOccurs="0"/>
|
|
<xs:element name="MediaSerialNumber" type="xs:string" minOccurs="0"/>
|
|
<xs:element name="MediaTypeId" type="xs:int" minOccurs="0">
|
|
<xs:annotation>
|
|
<xs:documentation>Dictionary prefix: MediaType</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:element>
|
|
</xs:all>
|
|
</xs:complexType>
|
|
<xs:simpleType name="MediaOriginType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:enumeration value="BO_CARD_CENTRIC_MEDIA"/>
|
|
<xs:enumeration value="BO_ACCOUNT_BASE_MEDIA"/>
|
|
<xs:enumeration value="REMOTE_MEDIA"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|