mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
11 lines
349 B
XML
11 lines
349 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="http://exemple.com/A"
|
|
xmlns:a="http://exemple.com/A"
|
|
elementFormDefault="qualified">
|
|
|
|
<!-- Élément global déclaré dans le namespace A -->
|
|
<xs:element name="client" type="xs:string"/>
|
|
|
|
</xs:schema>
|