mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
12 lines
327 B
XML
12 lines
327 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="http://exemple.com/C"
|
|
xmlns:c="http://exemple.com/C"
|
|
elementFormDefault="qualified">
|
|
|
|
<xs:simpleType name="go">
|
|
<xs:restriction base="xs:int"/>
|
|
</xs:simpleType>
|
|
|
|
</xs:schema>
|