|
Namespace |
http://www.erudit.org/xsd/id |
Diagram
|
|
Type |
restriction of xs:token |
Facets
|
length |
13 |
|
pattern |
(\d{1,5}-\d{1,7}-\d{1,6}-[\dxX])|(\d{1,5} \d{1,7} \d{1,6} [\dxX]) |
|
|
Used by
|
|
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>
|
|
Schema location |
file:/home/fabiobatalha/Work/eruditarticle/deps/id/1.2.0/eruditid.xsd |
|
|