Documentation technique [ Éléments | Attributs | Groupes ]

<property/>

propriété : dans une paire clé = valeur

Cet élément est particulièrement utile pour récupérer l'information de champs n'ayant pas de correspondance avec les éléments DC.

dbk:property<1>

Exemple 1.
<property>
<!-- Nom du champ -->
<name>VUECD</name>
<!-- Valeur du champ -->
<value>0044</value>
</property>

Parents<^>

info, record, resource, summary ;

Frères<^>

%DC, %DCns ; event, info, part, property, summary, title, unqualified ;

Enfants<^>

(name, value)

Attributs<^>

  • @id="xs:ID"
  • @code="xs:string"
  • @audience="xs:string"
  • @css="xs:string"
  • @class="xs:string"
  • @remap="xs:string"
  • @uri="xs:anyURI"
  • @lang="xs:string"
  • @value="xs:string"
  • @role="xs:string"
  • @scheme="xs:string"
  • @type="xs:string"
  • Source<^>

    <xs:element name="property" type="property"/>
    <xs:complexType name="property">
    <xs:sequence>
    <xs:element ref="name"/>
    <xs:element ref="value"/>
    </xs:sequence>
    <xs:attributeGroup ref="Attributes"/>
    </xs:complexType>


    <1> http://www.docbook.org/tdg/en/html/property.html