Showing:

Diagrams
Facets
Properties
Source
Used by
Imported schema eruditid.xsd
Namespace http://www.erudit.org/xsd/id
Properties
attribute form default qualified
element form default qualified
version 1.2.0
Schema location file:/home/fabiobatalha/Work/eruditarticle/deps/id/1.2.0/eruditid.xsd
Simple Type id:issntype
Namespace http://www.erudit.org/xsd/id
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
length 9
pattern (\c+) & (\d{4}-\d{3}[\dxX])
Used by
Elements idissn, idissnnum
Source
<xs:simpleType name="issntype">
  <xs:restriction base="xs:NMTOKEN">
    <xs:length value="9"/>
    <xs:pattern value="\d{4}-\d{3}[\dxX]"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/home/fabiobatalha/Work/eruditarticle/deps/id/1.2.0/eruditid.xsd
Simple Type id:isbntype
Namespace http://www.erudit.org/xsd/id
Diagram
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
Elements idisbn, idisbnnum
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
Simple Type id:isbn13type
Namespace http://www.erudit.org/xsd/id
Diagram
Diagram
Type restriction of xs:token
Facets
length 17
pattern (\d{3}-\d{1,5}-\d{1,7}-\d{1,6}-[\dxX])|(\d{3} \d{1,5} \d{1,7} \d{1,6} [\dxX])
Used by
Elements idisbn13, idisbnnum13
Source
<xs:simpleType name="isbn13type">
  <xs:restriction base="xs:token">
    <xs:length value="17"/>
    <xs:pattern value="(\d{3}-\d{1,5}-\d{1,7}-\d{1,6}-[\dxX])|(\d{3} \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