Td xml soa
TD : Td xml soa. Recherche parmi 300 000+ dissertationsPar raniadouni • 25 Janvier 2017 • TD • 3 335 Mots (14 Pages) • 802 Vues
EX2 :
xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema targetNamespace="http://www.ex2.org/ex2XSD" xmlns="http://www.ex2.org/ex2XSD">
<xs:element name="Courrier" type="courrierType">xs:element>
<xs:complexType name="courrierType">
<xs:sequence>
<xs:element name="Lettre" type="lettreType">xs:element>
xs:sequence>
<xs:attribute name="code" type="codeCourrierType" use="required">xs:attribute>
xs:complexType>
<xs:simpleType name="codeCourrierType">
<xs:restriction base="xs:string">
<xs:pattern value="C[a-zA-Z]{2}[1-9]">xs:pattern>
xs:restriction>
xs:simpleType>
<xs:complexType name="lettreType">
<xs:sequence>
<xs:element name="AdresseExpedition" type="adresseExpType">xs:element>
<xs:element name="AdresseDestination" type="adresseDestType">xs:element>
<xs:element name="Ville" type="xs:string">xs:element>
<xs:element name="Date" type="dateType">xs:element>
<xs:element name="Objet" type="xs:string">xs:element>
<xs:element name="Corps" type="corpsType">xs:element>
xs:sequence>
xs:complexType>
<xs:complexType name="adresseExpType">
<xs:sequence>
<xs:element name="Nom" type="nomType">xs:element>
<xs:element name="Numero" type="xs:int">xs:element>
<xs:element name="Appartement" type="xs:string" minOccurs="0">xs:element>
<xs:element name="Rue" type="xs:string">xs:element>
<xs:element name="CodePostal" type="codePostalType">xs:element>
<xs:element name="Ville" type="xs:string">xs:element>
xs:sequence>
xs:complexType>
<xs:complexType name="adresseDestType">
...