|
| Espace de nommage |
http://www.erudit.org/xsd/id |
|
Diagramme
|
|
| Type |
restriction of xs:token |
|
Facettes
|
| length |
13 |
|
| pattern |
(\d{1,5}-\d{1,7}-\d{1,6}-[\dxX])|(\d{1,5} \d{1,7} \d{1,6} [\dxX]) |
|
|
|
Utilisé par
|
|
|
Source
|
<xs:simpleType name="isbntype">
<xs:restriction base="xs:token">
<xs:length value="13"/>
<xs:pattern value="(\d{1,5}-\d{1,7}-\d{1,6}-[\dxX])|(\d{1,5} \d{1,7} \d{1,6} [\dxX])"/>
</xs:restriction>
</xs:simpleType> |
|
| Localisation du schéma |
http://www.erudit.org/xsd/id/1.2.0/eruditid.xsd |
|
|