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

65 lines
2.9 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/ExtendedAddress"
targetNamespace="http://www.thales.dc/ExtendedAddress"
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 ExtendedAddress structure -->
<xs:element name="ExtendedAddress" type="ExtendedAddress"/>
<xs:complexType name="ExtendedAddress">
<xs:all>
<xs:element name="City" type="xs:string" minOccurs="0"/>
<xs:element name="Complement" type="xs:string" minOccurs="0"/>
<xs:element name="Country" type="loc:LocalizedCountry" minOccurs="0"/>
<xs:element name="PostalCode" type="xs:string" minOccurs="0"/>
<xs:element name="State" type="xs:string" minOccurs="0"/>
<xs:element name="Street" type="xs:string" minOccurs="0"/>
<xs:element name="Alias" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>Shipping address alias</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CompanyName" type="xs:string" minOccurs="0"/>
<xs:element name="EmailAddress" type="xs:string" minOccurs="0"/>
<xs:element name="FirstName" type="xs:string" minOccurs="0"/>
<xs:element name="LastName" type="xs:string" minOccurs="0"/>
<xs:element name="PhoneNumber" type="xs:string" minOccurs="0"/>
<xs:element name="Title" type="loc:LocalizedTitle" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:schema>