Hello,
J'essaie de créer mon propre espace de noms, mais ca ne marche pas...
Je déclare:
xmlns:plox="http://www.ploxien.com/ns01"
(adresse de mon site avec un truc bidon après) dans l'en-tête de mon schéma, ce qui donne:
1 2 3 4 5 6 7 8
| <xs:schema xmlns:jxb="http://java.sun.com/xml/ns/jaxb"
xmlns:plox="http://www.ploxien.com/ns01"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:pd="http://www.arcaciel.com/profil/ns/data"
targetNamespace="http://www.arcaciel.com/profil/ns/data"
elementFormDefault="qualified" attributeFormDefault="unqualified"
jxb:version="1.0"> |
Jusque là pas d'erreur, mais si je met dans le corps: il me met: "unexpected element 'plox:tag1' in element 'xs:schema'. Expected: xs:simpletype, ...."
Vous savez ce que je fais faux?
Merci d'avance
Partager