Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Imported schema reliure.xsd
Namespace http://bibnum.bnf.fr/ns/reliure
Properties
attribute form default unqualified
element form default qualified
Element reliure:bookDescription
Namespace http://bibnum.bnf.fr/ns/reliure
Annotations
(description du livre) contient la description complète du livre (contenu et reliure), de son historique et de la documentation qui lui est liée. Cette balise a été créée afin de spécifier la nature du document décrit, imprimé ou manuscrit.
Diagram
Diagram reliure_xsd.tmp#bookDescription_type reliure_xsd.tmp#bookIdentifier bnf_reliure_tei_not_schema_xsd.tmp#head bnf_reliure_tei_not_schema_xsd.tmp#model.headLike bnf_reliure_tei_not_schema_xsd.tmp#p bnf_reliure_tei_not_schema_xsd.tmp#model.pLike reliure_xsd.tmp#bookContents bnf_reliure_tei_not_schema_xsd.tmp#physDesc bnf_reliure_tei_not_schema_xsd.tmp#history bnf_reliure_tei_not_schema_xsd.tmp#additional
Properties
content complex
Used by
Model
Children reliure:bookContents, reliure:bookIdentifier, tei:additional, tei:head, tei:history, tei:p, tei:physDesc
Instance
<reliure:bookDescription type="" xmlns:reliure="http://bibnum.bnf.fr/ns/reliure" xmlns:tei="http://www.tei-c.org/ns/1.0">
  <reliure:bookIdentifier>{1,1}</reliure:bookIdentifier>
  <tei:head hand="">{1,1}</tei:head>
  <tei:p hand="">{1,1}</tei:p>
  <reliure:bookContents defective="false">{0,1}</reliure:bookContents>
  <tei:physDesc>{0,1}</tei:physDesc>
  <tei:history>{0,1}</tei:history>
  <tei:additional>{0,1}</tei:additional>
</reliure:bookDescription>
Attributes
QName Type Use Annotation
type restriction of xs:token required
Source
<xs:element name="bookDescription">
  <xs:annotation>
    <xs:documentation>(description du livre) contient la description complète du livre (contenu et reliure), de son historique et de la documentation qui lui est liée. Cette balise a été créée afin de spécifier la nature du document décrit, imprimé ou manuscrit.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="reliure:bookIdentifier"/>
      <xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:model.headLike"/>
      <xs:choice>
        <xs:group maxOccurs="unbounded" ref="tei:model.pLike"/>
        <xs:sequence>
          <xs:element minOccurs="0" ref="reliure:bookContents"/>
          <xs:element minOccurs="0" ref="tei:physDesc"/>
          <xs:element minOccurs="0" ref="tei:history"/>
          <xs:element minOccurs="0" ref="tei:additional"/>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="type" use="required">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ms">
            <xs:annotation>
              <xs:documentation>Manuscrit</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="printed">
            <xs:annotation>
              <xs:documentation>Imprimé</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element reliure:bookIdentifier
Namespace http://bibnum.bnf.fr/ns/reliure
Annotations
(identifiant du livre) contient les informations nécessaires à la localisation du livre dont la reliure est décrite.
Diagram
Diagram bnf_reliure_tei_not_schema_xsd.tmp#country bnf_reliure_tei_not_schema_xsd.tmp#settlement bnf_reliure_tei_not_schema_xsd.tmp#model.placeNamePart_sequenceOptional bnf_reliure_tei_not_schema_xsd.tmp#repository bnf_reliure_tei_not_schema_xsd.tmp#collection bnf_reliure_tei_not_schema_xsd.tmp#idno bnf_reliure_tei_not_schema_xsd.tmp#altIdentifier
Properties
content complex
Used by
Model
Children tei:altIdentifier, tei:collection, tei:country, tei:idno, tei:repository, tei:settlement
Instance
<reliure:bookIdentifier xmlns:reliure="http://bibnum.bnf.fr/ns/reliure" xmlns:tei="http://www.tei-c.org/ns/1.0">
  <tei:country>{0,1}</tei:country>
  <tei:settlement>{0,1}</tei:settlement>
  <tei:repository>{0,1}</tei:repository>
  <tei:collection>{0,unbounded}</tei:collection>
  <tei:idno type="">{0,1}</tei:idno>
  <tei:altIdentifier>{0,unbounded}</tei:altIdentifier>
</reliure:bookIdentifier>
Source
<xs:element name="bookIdentifier">
  <xs:annotation>
    <xs:documentation>(identifiant du livre) contient les informations nécessaires à la localisation du livre dont la reliure est décrite.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="tei:model.placeNamePart_sequenceOptional"/>
      <xs:element minOccurs="0" ref="tei:repository"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:collection"/>
      <xs:element minOccurs="0" ref="tei:idno"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:altIdentifier"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element reliure:bookContents
Namespace http://bibnum.bnf.fr/ns/reliure
Annotations
(contenu du livre) décrit le contenu intellectuel du livre dont la reliure est décrite, développé dans un élément bookItem structuré. Dans le cas de recueils, l'élément bookItem peut être répété autant de fois qu'il est nécessaire.
Diagram
Diagram bnf_reliure_tei_not_schema_xsd.tmp#att.msExcerpt.attributes bnf_reliure_tei_not_schema_xsd.tmp#p bnf_reliure_tei_not_schema_xsd.tmp#model.pLike bnf_reliure_tei_not_schema_xsd.tmp#summary bnf_reliure_tei_not_schema_xsd.tmp#textLang reliure_xsd.tmp#bookItem
Properties
content complex
Used by
Model
Children reliure:bookItem, tei:p, tei:summary, tei:textLang
Instance
<reliure:bookContents defective="false" xmlns:reliure="http://bibnum.bnf.fr/ns/reliure" xmlns:tei="http://www.tei-c.org/ns/1.0">
  <tei:p hand="">{1,1}</tei:p>
  <tei:summary>{0,1}</tei:summary>
  <tei:textLang mainLang="" otherLangs="">{0,1}</tei:textLang>
  <reliure:bookItem defective="false">{0,unbounded}</reliure:bookItem>
</reliure:bookContents>
Attributes
QName Type Default Use Annotation
defective union of(xs:boolean, restriction of xs:token) false optional
indique si le passage décrit est fautif, i.e. incomplet en raison
d'une lacune ou d'une détérioration.
Source
<xs:element name="bookContents">
  <xs:annotation>
    <xs:documentation>(contenu du livre) décrit le contenu intellectuel du livre dont la reliure est décrite, développé dans un élément bookItem structuré. Dans le cas de recueils, l'élément bookItem peut être répété autant de fois qu'il est nécessaire.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:group maxOccurs="unbounded" ref="tei:model.pLike"/>
      <xs:sequence>
        <xs:element minOccurs="0" ref="tei:summary"/>
        <xs:element minOccurs="0" ref="tei:textLang"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="reliure:bookItem"/>
      </xs:sequence>
    </xs:choice>
    <xs:attributeGroup ref="tei:att.msExcerpt.attributes"/>
  </xs:complexType>
</xs:element>
Element reliure:bookItem
Namespace http://bibnum.bnf.fr/ns/reliure
Annotations
(contenu du livre imprimé) décrit le contenu intellectuel du livre (ou de la partie d'un livre dans le cas des recueils) dont la reliure est décrite.
Diagram
Diagram bnf_reliure_tei_not_schema_xsd.tmp#att.msExcerpt.attributes bnf_reliure_tei_not_schema_xsd.tmp#textLang bnf_reliure_tei_not_schema_xsd.tmp#biblFull bnf_reliure_tei_not_schema_xsd.tmp#title bnf_reliure_tei_not_schema_xsd.tmp#author bnf_reliure_tei_not_schema_xsd.tmp#date bnf_reliure_tei_not_schema_xsd.tmp#idno
Properties
content complex
Used by
Model
Children tei:author, tei:biblFull, tei:date, tei:idno, tei:textLang, tei:title
Instance
<reliure:bookItem defective="false" xmlns:reliure="http://bibnum.bnf.fr/ns/reliure" xmlns:tei="http://www.tei-c.org/ns/1.0">
  <tei:textLang mainLang="" otherLangs="">{1,unbounded}</tei:textLang>
  <tei:biblFull>{1,1}</tei:biblFull>
  <tei:title type="">{1,unbounded}</tei:title>
  <tei:author>{0,unbounded}</tei:author>
  <tei:date cert="" from="" notAfter="" notBefore="" to="" when="">{0,1}</tei:date>
  <tei:idno type="">{0,1}</tei:idno>
</reliure:bookItem>
Attributes
QName Type Default Use Annotation
defective union of(xs:boolean, restriction of xs:token) false optional
indique si le passage décrit est fautif, i.e. incomplet en raison
d'une lacune ou d'une détérioration.
Source
<xs:element name="bookItem">
  <xs:annotation>
    <xs:documentation>(contenu du livre imprimé) décrit le contenu intellectuel du livre (ou de la partie d'un livre dans le cas des recueils) dont la reliure est décrite.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="tei:textLang"/>
      <xs:choice>
        <xs:element ref="tei:biblFull"/>
        <xs:sequence>
          <xs:element maxOccurs="unbounded" ref="tei:title"/>
          <xs:element minOccurs="0" maxOccurs="unbounded" ref="tei:author"/>
          <xs:element minOccurs="0" ref="tei:date"/>
          <xs:element minOccurs="0" ref="tei:idno"/>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="tei:att.msExcerpt.attributes"/>
  </xs:complexType>
</xs:element>
Element reliure:globalDescription
Namespace http://bibnum.bnf.fr/ns/reliure
Annotations
(description globale) Description sommaire des éléments d'identification de la reliure décrite (matériau, décor, commanditaire, lieu, atelier et date).
Diagram
Diagram bnf_reliure_tei_not_schema_xsd.tmp#hi bnf_reliure_tei_not_schema_xsd.tmp#model.hiLike bnf_reliure_tei_not_schema_xsd.tmp#term bnf_reliure_tei_not_schema_xsd.tmp#title bnf_reliure_tei_not_schema_xsd.tmp#model.emphLike bnf_reliure_tei_not_schema_xsd.tmp#model.highlighted bnf_reliure_tei_not_schema_xsd.tmp#model.graphicLike bnf_reliure_tei_not_schema_xsd.tmp#model.pPart.msdesc bnf_reliure_tei_not_schema_xsd.tmp#model.ptrLike bnf_reliure_tei_not_schema_xsd.tmp#date bnf_reliure_tei_not_schema_xsd.tmp#model.dateLike bnf_reliure_tei_not_schema_xsd.tmp#height bnf_reliure_tei_not_schema_xsd.tmp#depth bnf_reliure_tei_not_schema_xsd.tmp#width bnf_reliure_tei_not_schema_xsd.tmp#model.measureLike bnf_reliure_tei_not_schema_xsd.tmp#address bnf_reliure_tei_not_schema_xsd.tmp#affiliation bnf_reliure_tei_not_schema_xsd.tmp#model.addressLike bnf_reliure_tei_not_schema_xsd.tmp#orgName bnf_reliure_tei_not_schema_xsd.tmp#persName bnf_reliure_tei_not_schema_xsd.tmp#model.nameLike.agent bnf_reliure_tei_not_schema_xsd.tmp#country bnf_reliure_tei_not_schema_xsd.tmp#settlement bnf_reliure_tei_not_schema_xsd.tmp#model.placeNamePart bnf_reliure_tei_not_schema_xsd.tmp#model.placeStateLike bnf_reliure_tei_not_schema_xsd.tmp#idno bnf_reliure_tei_not_schema_xsd.tmp#surname bnf_reliure_tei_not_schema_xsd.tmp#forename bnf_reliure_tei_not_schema_xsd.tmp#roleName bnf_reliure_tei_not_schema_xsd.tmp#model.persNamePart bnf_reliure_tei_not_schema_xsd.tmp#model.nameLike bnf_reliure_tei_not_schema_xsd.tmp#model.pPart.data bnf_reliure_tei_not_schema_xsd.tmp#model.phrase bnf_reliure_tei_not_schema_xsd.tmp#bibl bnf_reliure_tei_not_schema_xsd.tmp#listBibl bnf_reliure_tei_not_schema_xsd.tmp#biblFull reliure_xsd.tmp#bookDescription bnf_reliure_tei_not_schema_xsd.tmp#model.biblLike bnf_reliure_tei_not_schema_xsd.tmp#desc bnf_reliure_tei_not_schema_xsd.tmp#model.labelLike bnf_reliure_tei_not_schema_xsd.tmp#quote bnf_reliure_tei_not_schema_xsd.tmp#model.quoteLike bnf_reliure_tei_not_schema_xsd.tmp#model.qLike bnf_reliure_tei_not_schema_xsd.tmp#model.inter bnf_reliure_tei_not_schema_xsd.tmp#p bnf_reliure_tei_not_schema_xsd.tmp#model.pLike bnf_reliure_tei_not_schema_xsd.tmp#model.divPart bnf_reliure_tei_not_schema_xsd.tmp#model.global bnf_reliure_tei_not_schema_xsd.tmp#macro.specialPara bnf_reliure_tei_not_schema_xsd.tmp#att.global.attributes bnf_reliure_tei_not_schema_xsd.tmp#att.typed.attributes
Type extension of tei:macro.specialPara
Type hierarchy
Properties
content complex
Used by
Element tei:binding
Model
Children reliure:bookDescription, tei:address, tei:affiliation, tei:bibl, tei:biblFull, tei:country, tei:date, tei:depth, tei:desc, tei:forename, tei:height, tei:hi, tei:idno, tei:listBibl, tei:model.global, tei:model.graphicLike, tei:model.pPart.msdesc, tei:model.ptrLike, tei:orgName, tei:p, tei:persName, tei:quote, tei:roleName, tei:settlement, tei:surname, tei:term, tei:title, tei:width
Instance
<reliure:globalDescription xml:base="" cert="" change="" copyOf="" corresp="" exclude="" facs="" xml:id="" xml:lang="" n="" next="" prev="" rend="" rendition="" resp="" sameAs="" select="" xml:space="" style="" subtype="" synch="" type="" xmlns:reliure="http://bibnum.bnf.fr/ns/reliure" xmlns:tei="http://www.tei-c.org/ns/1.0">
  <tei:hi rend="">{1,1}</tei:hi>
  <tei:term>{1,1}</tei:term>
  <tei:title type="">{1,1}</tei:title>
  <tei:model.graphicLike url="">{1,1}</tei:model.graphicLike>
  <tei:model.pPart.msdesc>{1,1}</tei:model.pPart.msdesc>
  <tei:model.ptrLike target="">{1,1}</tei:model.ptrLike>
  <tei:date cert="" from="" notAfter="" notBefore="" to="" when="">{1,1}</tei:date>
  <tei:height unit="">{1,1}</tei:height>
  <tei:depth unit="">{1,1}</tei:depth>
  <tei:width unit="">{1,1}</tei:width>
  <tei:address>{1,1}</tei:address>
  <tei:affiliation>{1,1}</tei:affiliation>
  <tei:orgName xml:id="" ref="" role="">{1,1}</tei:orgName>
  <tei:persName xml:id="" key="" ref="" role="">{1,1}</tei:persName>
  <tei:country>{1,1}</tei:country>
  <tei:settlement>{1,1}</tei:settlement>
  <tei:idno type="">{1,1}</tei:idno>
  <tei:surname>{1,1}</tei:surname>
  <tei:forename>{1,1}</tei:forename>
  <tei:roleName>{1,1}</tei:roleName>
  <tei:bibl>{1,1}</tei:bibl>
  <tei:listBibl>{1,1}</tei:listBibl>
  <tei:biblFull>{1,1}</tei:biblFull>
  <reliure:bookDescription type="">{1,1}</reliure:bookDescription>
  <tei:desc>{1,1}</tei:desc>
  <tei:quote rend="" subtype="" type="">{1,1}</tei:quote>
  <tei:p hand="">{1,1}</tei:p>
  <tei:model.global indexName="">{1,1}</tei:model.global>
</reliure:globalDescription>
Attributes
QName Type Use Annotation
cert union of(xs:double, restriction of xs:token) optional
(certitude) donne le degré de certitude associée à l'intervention
ou à l'interprétation.
change restriction of list of xs:anyURI optional
points to one or more change elements documenting a state or
revision campaign to which the element bearing this attribute and its children
have been assigned by the encoder.
copyOf xs:anyURI optional
pointe vers un élément dont l'élément en question est une
copie.
corresp restriction of list of xs:anyURI optional
(correspond) pointe vers des éléments qui ont une correspondance
avec l'élément en question.
exclude restriction of list of xs:anyURI optional
pointe vers des éléments qui sont une alternative exclusive à
l'élément en question.
facs restriction of list of xs:anyURI optional
(fac-similé) pointe directement vers une image ou vers une partie
d'une image correspondant au contenu de l'élément.
n xs:string optional
(nombre) donne un nombre (ou une autre étiquette) pour un élément,
qui n'est pas nécessairement unique dans le document TEI.
next xs:anyURI optional
pointe vers l'élément suivant d'un ensemble virtuel dont l'élément
en question est une partie.
prev xs:anyURI optional
( précédent) pointe vers l'élément précédent d'un ensemble virtuel
auquel appartient l'élément en question.
rend restriction of list of restriction of xs:token optional
(interprétation) indique comment l'élément en question a été rendu
ou présenté dans le texte source
rendition restriction of list of xs:anyURI optional
pointe vers une description du rendu ou de la présentation
utilisés pour cet élément dans le texte source
resp restriction of list of xs:anyURI optional
(responsable) indique l'agent responsable de l'intervention ou de
l'interprétation, par exemple un éditeur ou un transcripteur.
sameAs xs:anyURI optional
pointe vers un élément identique à l'élément en
question.
select restriction of list of xs:anyURI optional
sélectionne une ou plusieurs valeurs alternatives ; si une seule
valeur est sélectionnée, l'ambiguïté ou l'incertitude est marquée comme résolue.
Si plus d'une valeur alternative est sélectionnée, le degré d'ambiguïté ou
d'incertitude est marqué comme réduit par le nombre de valeurs alternatives non
sélectionnées.
style xs:string optional
contains an expression in some formal style definition language
which defines the rendering or presentation used for this element in the source
text
subtype restriction of xs:token optional
(sous-type) fournit une sous-catégorisation de l'élément, si c'est
nécessaire.
synch restriction of list of xs:anyURI optional
(synchrone) pointe vers des éléments qui sont synchrones avec
l'élément en question.
type restriction of xs:token optional
caractérise l'élément en utilisant n'importe quel système ou
typologie de classification approprié.
xml:base xs:anyURI optional
donne une référence URI de base au moyen de laquelle les applications peuvent résoudre des références d'URI relatives en références d'URI absolues
xml:id xs:ID optional
(identifiant) fournit un identifiant unique pour l'élément qui porte l'attribut
xml:lang union of(xs:language, restriction of xs:token) optional
(langue) indique la langue du contenu de l'élément en utilisant les codes du RFC 3066
xml:space restriction of xs:token optional
signale que les applications doivent préserver l'espace blanc
Source
<xs:element name="globalDescription">
  <xs:annotation>
    <xs:documentation>(description globale) Description sommaire des éléments d'identification de la reliure décrite (matériau, décor, commanditaire, lieu, atelier et date).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tei:macro.specialPara">
        <xs:attributeGroup ref="tei:att.global.attributes"/>
        <xs:attributeGroup ref="tei:att.typed.attributes"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element reliure:structure
Namespace http://bibnum.bnf.fr/ns/reliure
Annotations
(structure) Description des éléments structurels liés à la fabrication de la reliure (matériau des plats, techniques de couture, particularités de fabrication).
Diagram
Diagram bnf_reliure_tei_not_schema_xsd.tmp#hi bnf_reliure_tei_not_schema_xsd.tmp#model.hiLike bnf_reliure_tei_not_schema_xsd.tmp#term bnf_reliure_tei_not_schema_xsd.tmp#title bnf_reliure_tei_not_schema_xsd.tmp#model.emphLike bnf_reliure_tei_not_schema_xsd.tmp#model.highlighted bnf_reliure_tei_not_schema_xsd.tmp#model.graphicLike bnf_reliure_tei_not_schema_xsd.tmp#model.pPart.msdesc bnf_reliure_tei_not_schema_xsd.tmp#model.ptrLike bnf_reliure_tei_not_schema_xsd.tmp#date bnf_reliure_tei_not_schema_xsd.tmp#model.dateLike bnf_reliure_tei_not_schema_xsd.tmp#height bnf_reliure_tei_not_schema_xsd.tmp#depth bnf_reliure_tei_not_schema_xsd.tmp#width bnf_reliure_tei_not_schema_xsd.tmp#model.measureLike bnf_reliure_tei_not_schema_xsd.tmp#address bnf_reliure_tei_not_schema_xsd.tmp#affiliation bnf_reliure_tei_not_schema_xsd.tmp#model.addressLike bnf_reliure_tei_not_schema_xsd.tmp#orgName bnf_reliure_tei_not_schema_xsd.tmp#persName bnf_reliure_tei_not_schema_xsd.tmp#model.nameLike.agent bnf_reliure_tei_not_schema_xsd.tmp#country bnf_reliure_tei_not_schema_xsd.tmp#settlement bnf_reliure_tei_not_schema_xsd.tmp#model.placeNamePart bnf_reliure_tei_not_schema_xsd.tmp#model.placeStateLike bnf_reliure_tei_not_schema_xsd.tmp#idno bnf_reliure_tei_not_schema_xsd.tmp#surname bnf_reliure_tei_not_schema_xsd.tmp#forename bnf_reliure_tei_not_schema_xsd.tmp#roleName bnf_reliure_tei_not_schema_xsd.tmp#model.persNamePart bnf_reliure_tei_not_schema_xsd.tmp#model.nameLike bnf_reliure_tei_not_schema_xsd.tmp#model.pPart.data bnf_reliure_tei_not_schema_xsd.tmp#model.phrase bnf_reliure_tei_not_schema_xsd.tmp#bibl bnf_reliure_tei_not_schema_xsd.tmp#listBibl bnf_reliure_tei_not_schema_xsd.tmp#biblFull reliure_xsd.tmp#bookDescription bnf_reliure_tei_not_schema_xsd.tmp#model.biblLike bnf_reliure_tei_not_schema_xsd.tmp#desc bnf_reliure_tei_not_schema_xsd.tmp#model.labelLike bnf_reliure_tei_not_schema_xsd.tmp#quote bnf_reliure_tei_not_schema_xsd.tmp#model.quoteLike bnf_reliure_tei_not_schema_xsd.tmp#model.qLike bnf_reliure_tei_not_schema_xsd.tmp#model.inter bnf_reliure_tei_not_schema_xsd.tmp#p bnf_reliure_tei_not_schema_xsd.tmp#model.pLike bnf_reliure_tei_not_schema_xsd.tmp#model.divPart bnf_reliure_tei_not_schema_xsd.tmp#model.global bnf_reliure_tei_not_schema_xsd.tmp#macro.specialPara bnf_reliure_tei_not_schema_xsd.tmp#att.global.attributes bnf_reliure_tei_not_schema_xsd.tmp#att.typed.attributes
Type extension of tei:macro.specialPara
Type hierarchy
Properties
content complex
Used by
Element tei:binding
Model
Children reliure:bookDescription, tei:address, tei:affiliation, tei:bibl, tei:biblFull, tei:country, tei:date, tei:depth, tei:desc, tei:forename, tei:height, tei:hi, tei:idno, tei:listBibl, tei:model.global, tei:model.graphicLike, tei:model.pPart.msdesc, tei:model.ptrLike, tei:orgName, tei:p, tei:persName, tei:quote, tei:roleName, tei:settlement, tei:surname, tei:term, tei:title, tei:width
Instance
<reliure:structure xml:base="" cert="" change="" copyOf="" corresp="" exclude="" facs="" xml:id="" xml:lang="" n="" next="" prev="" rend="" rendition="" resp="" sameAs="" select="" xml:space="" style="" subtype="" synch="" type="" xmlns:reliure="http://bibnum.bnf.fr/ns/reliure" xmlns:tei="http://www.tei-c.org/ns/1.0">
  <tei:hi rend="">{1,1}</tei:hi>
  <tei:term>{1,1}</tei:term>
  <tei:title type="">{1,1}</tei:title>
  <tei:model.graphicLike url="">{1,1}</tei:model.graphicLike>
  <tei:model.pPart.msdesc>{1,1}</tei:model.pPart.msdesc>
  <tei:model.ptrLike target="">{1,1}</tei:model.ptrLike>
  <tei:date cert="" from="" notAfter="" notBefore="" to="" when="">{1,1}</tei:date>
  <tei:height unit="">{1,1}</tei:height>
  <tei:depth unit="">{1,1}</tei:depth>
  <tei:width unit="">{1,1}</tei:width>
  <tei:address>{1,1}</tei:address>
  <tei:affiliation>{1,1}</tei:affiliation>
  <tei:orgName xml:id="" ref="" role="">{1,1}</tei:orgName>
  <tei:persName xml:id="" key="" ref="" role="">{1,1}</tei:persName>
  <tei:country>{1,1}</tei:country>
  <tei:settlement>{1,1}</tei:settlement>
  <tei:idno type="">{1,1}</tei:idno>
  <tei:surname>{1,1}</tei:surname>
  <tei:forename>{1,1}</tei:forename>
  <tei:roleName>{1,1}</tei:roleName>
  <tei:bibl>{1,1}</tei:bibl>
  <tei:listBibl>{1,1}</tei:listBibl>
  <tei:biblFull>{1,1}</tei:biblFull>
  <reliure:bookDescription type="">{1,1}</reliure:bookDescription>
  <tei:desc>{1,1}</tei:desc>
  <tei:quote rend="" subtype="" type="">{1,1}</tei:quote>
  <tei:p hand="">{1,1}</tei:p>
  <tei:model.global indexName="">{1,1}</tei:model.global>
</reliure:structure>
Attributes
QName Type Use Annotation
cert union of(xs:double, restriction of xs:token) optional
(certitude) donne le degré de certitude associée à l'intervention
ou à l'interprétation.
change restriction of list of xs:anyURI optional
points to one or more change elements documenting a state or
revision campaign to which the element bearing this attribute and its children
have been assigned by the encoder.
copyOf xs:anyURI optional
pointe vers un élément dont l'élément en question est une
copie.
corresp restriction of list of xs:anyURI optional
(correspond) pointe vers des éléments qui ont une correspondance
avec l'élément en question.
exclude restriction of list of xs:anyURI optional
pointe vers des éléments qui sont une alternative exclusive à
l'élément en question.
facs restriction of list of xs:anyURI optional
(fac-similé) pointe directement vers une image ou vers une partie
d'une image correspondant au contenu de l'élément.
n xs:string optional
(nombre) donne un nombre (ou une autre étiquette) pour un élément,
qui n'est pas nécessairement unique dans le document TEI.
next xs:anyURI optional
pointe vers l'élément suivant d'un ensemble virtuel dont l'élément
en question est une partie.
prev xs:anyURI optional
( précédent) pointe vers l'élément précédent d'un ensemble virtuel
auquel appartient l'élément en question.
rend restriction of list of restriction of xs:token optional
(interprétation) indique comment l'élément en question a été rendu
ou présenté dans le texte source
rendition restriction of list of xs:anyURI optional
pointe vers une description du rendu ou de la présentation
utilisés pour cet élément dans le texte source
resp restriction of list of xs:anyURI optional
(responsable) indique l'agent responsable de l'intervention ou de
l'interprétation, par exemple un éditeur ou un transcripteur.
sameAs xs:anyURI optional
pointe vers un élément identique à l'élément en
question.
select restriction of list of xs:anyURI optional
sélectionne une ou plusieurs valeurs alternatives ; si une seule
valeur est sélectionnée, l'ambiguïté ou l'incertitude est marquée comme résolue.
Si plus d'une valeur alternative est sélectionnée, le degré d'ambiguïté ou
d'incertitude est marqué comme réduit par le nombre de valeurs alternatives non
sélectionnées.
style xs:string optional
contains an expression in some formal style definition language
which defines the rendering or presentation used for this element in the source
text
subtype restriction of xs:token optional
(sous-type) fournit une sous-catégorisation de l'élément, si c'est
nécessaire.
synch restriction of list of xs:anyURI optional
(synchrone) pointe vers des éléments qui sont synchrones avec
l'élément en question.
type restriction of xs:token optional
caractérise l'élément en utilisant n'importe quel système ou
typologie de classification approprié.
xml:base xs:anyURI optional
donne une référence URI de base au moyen de laquelle les applications peuvent résoudre des références d'URI relatives en références d'URI absolues
xml:id xs:ID optional
(identifiant) fournit un identifiant unique pour l'élément qui porte l'attribut
xml:lang union of(xs:language, restriction of xs:token) optional
(langue) indique la langue du contenu de l'élément en utilisant les codes du RFC 3066
xml:space restriction of xs:token optional
signale que les applications doivent préserver l'espace blanc
Source
<xs:element name="structure">
  <xs:annotation>
    <xs:documentation>(structure) Description des éléments structurels liés à la fabrication de la reliure (matériau des plats, techniques de couture, particularités de fabrication).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tei:macro.specialPara">
        <xs:attributeGroup ref="tei:att.global.attributes"/>
        <xs:attributeGroup ref="tei:att.typed.attributes"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element reliure:relatedBindings
Namespace http://bibnum.bnf.fr/ns/reliure
Annotations
(reliures apparentées) fournit des informations sur les reliures apparentées à la reliure décrite conservée dans la même institution : reliures à décor analogue (même typologie ou éléments d'identification caractéristiques) ou identique (reliure de série).
Diagram
Diagram bnf_reliure_tei_not_schema_xsd.tmp#hi bnf_reliure_tei_not_schema_xsd.tmp#model.hiLike bnf_reliure_tei_not_schema_xsd.tmp#term bnf_reliure_tei_not_schema_xsd.tmp#title bnf_reliure_tei_not_schema_xsd.tmp#model.emphLike bnf_reliure_tei_not_schema_xsd.tmp#model.highlighted bnf_reliure_tei_not_schema_xsd.tmp#model.graphicLike bnf_reliure_tei_not_schema_xsd.tmp#model.pPart.msdesc bnf_reliure_tei_not_schema_xsd.tmp#model.ptrLike bnf_reliure_tei_not_schema_xsd.tmp#date bnf_reliure_tei_not_schema_xsd.tmp#model.dateLike bnf_reliure_tei_not_schema_xsd.tmp#height bnf_reliure_tei_not_schema_xsd.tmp#depth bnf_reliure_tei_not_schema_xsd.tmp#width bnf_reliure_tei_not_schema_xsd.tmp#model.measureLike bnf_reliure_tei_not_schema_xsd.tmp#address bnf_reliure_tei_not_schema_xsd.tmp#affiliation bnf_reliure_tei_not_schema_xsd.tmp#model.addressLike bnf_reliure_tei_not_schema_xsd.tmp#orgName bnf_reliure_tei_not_schema_xsd.tmp#persName bnf_reliure_tei_not_schema_xsd.tmp#model.nameLike.agent bnf_reliure_tei_not_schema_xsd.tmp#country bnf_reliure_tei_not_schema_xsd.tmp#settlement bnf_reliure_tei_not_schema_xsd.tmp#model.placeNamePart bnf_reliure_tei_not_schema_xsd.tmp#model.placeStateLike bnf_reliure_tei_not_schema_xsd.tmp#idno bnf_reliure_tei_not_schema_xsd.tmp#surname bnf_reliure_tei_not_schema_xsd.tmp#forename bnf_reliure_tei_not_schema_xsd.tmp#roleName bnf_reliure_tei_not_schema_xsd.tmp#model.persNamePart bnf_reliure_tei_not_schema_xsd.tmp#model.nameLike bnf_reliure_tei_not_schema_xsd.tmp#model.pPart.data bnf_reliure_tei_not_schema_xsd.tmp#model.phrase bnf_reliure_tei_not_schema_xsd.tmp#bibl bnf_reliure_tei_not_schema_xsd.tmp#listBibl bnf_reliure_tei_not_schema_xsd.tmp#biblFull reliure_xsd.tmp#bookDescription bnf_reliure_tei_not_schema_xsd.tmp#model.biblLike bnf_reliure_tei_not_schema_xsd.tmp#desc bnf_reliure_tei_not_schema_xsd.tmp#model.labelLike bnf_reliure_tei_not_schema_xsd.tmp#quote bnf_reliure_tei_not_schema_xsd.tmp#model.quoteLike bnf_reliure_tei_not_schema_xsd.tmp#model.qLike bnf_reliure_tei_not_schema_xsd.tmp#model.inter bnf_reliure_tei_not_schema_xsd.tmp#model.global bnf_reliure_tei_not_schema_xsd.tmp#macro.paraContent bnf_reliure_tei_not_schema_xsd.tmp#att.declaring.attributes
Type extension of tei:macro.paraContent
Type hierarchy
Properties
content complex
Used by
Element tei:bindingDesc
Model
Children reliure:bookDescription, tei:address, tei:affiliation, tei:bibl, tei:biblFull, tei:country, tei:date, tei:depth, tei:desc, tei:forename, tei:height, tei:hi, tei:idno, tei:listBibl, tei:model.global, tei:model.graphicLike, tei:model.pPart.msdesc, tei:model.ptrLike, tei:orgName, tei:persName, tei:quote, tei:roleName, tei:settlement, tei:surname, tei:term, tei:title, tei:width
Instance
<reliure:relatedBindings decls="" xmlns:reliure="http://bibnum.bnf.fr/ns/reliure" xmlns:tei="http://www.tei-c.org/ns/1.0">
  <tei:hi rend="">{1,1}</tei:hi>
  <tei:term>{1,1}</tei:term>
  <tei:title type="">{1,1}</tei:title>
  <tei:model.graphicLike url="">{1,1}</tei:model.graphicLike>
  <tei:model.pPart.msdesc>{1,1}</tei:model.pPart.msdesc>
  <tei:model.ptrLike target="">{1,1}</tei:model.ptrLike>
  <tei:date cert="" from="" notAfter="" notBefore="" to="" when="">{1,1}</tei:date>
  <tei:height unit="">{1,1}</tei:height>
  <tei:depth unit="">{1,1}</tei:depth>
  <tei:width unit="">{1,1}</tei:width>
  <tei:address>{1,1}</tei:address>
  <tei:affiliation>{1,1}</tei:affiliation>
  <tei:orgName xml:id="" ref="" role="">{1,1}</tei:orgName>
  <tei:persName xml:id="" key="" ref="" role="">{1,1}</tei:persName>
  <tei:country>{1,1}</tei:country>
  <tei:settlement>{1,1}</tei:settlement>
  <tei:idno type="">{1,1}</tei:idno>
  <tei:surname>{1,1}</tei:surname>
  <tei:forename>{1,1}</tei:forename>
  <tei:roleName>{1,1}</tei:roleName>
  <tei:bibl>{1,1}</tei:bibl>
  <tei:listBibl>{1,1}</tei:listBibl>
  <tei:biblFull>{1,1}</tei:biblFull>
  <reliure:bookDescription type="">{1,1}</reliure:bookDescription>
  <tei:desc>{1,1}</tei:desc>
  <tei:quote rend="" subtype="" type="">{1,1}</tei:quote>
  <tei:model.global indexName="">{1,1}</tei:model.global>
</reliure:relatedBindings>
Attributes
QName Type Use Annotation
decls restriction of list of xs:anyURI optional
identifie un ou plusieurséléments déclarables dans l'en-tête TEI,
qui sont destinés à s'appliquer à l'élément portant cet attribut et à son
contenu.
Source
<xs:element name="relatedBindings">
  <xs:annotation>
    <xs:documentation>(reliures apparentées) fournit des informations sur les reliures apparentées à la reliure décrite conservée dans la même institution : reliures à décor analogue (même typologie ou éléments d'identification caractéristiques) ou identique (reliure de série).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tei:macro.paraContent">
        <xs:attributeGroup ref="tei:att.declaring.attributes"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Attribute reliure:bookDescription / @type
Namespace No namespace
Annotations
Type restriction of xs:token
Properties
use required
Facets
enumeration ms
Manuscrit
enumeration printed
Imprimé
Used by
Source
<xs:attribute name="type" use="required">
  <xs:annotation>
    <xs:documentation/>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ms">
        <xs:annotation>
          <xs:documentation>Manuscrit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="printed">
        <xs:annotation>
          <xs:documentation>Imprimé</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>