<fDecl>
<fDecl> (déclaration de trait) déclare un trait unique, en en précisant le nom, l'organisation, la liste de valeurs autorisées et, éventuellement, la valeur par défaut. [19.11 Feature System Declaration] | |||||||||||||||||
Module | iso-fs — Feature Structures | ||||||||||||||||
Attributs |
|
||||||||||||||||
Contenu dans |
iso-fs: fsDecl
|
||||||||||||||||
Peut contenir | |||||||||||||||||
Exemple |
<fDecl name="INV">
<fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault> </fDecl> |
||||||||||||||||
Modèle de contenu |
<content> |
||||||||||||||||
Schéma Declaration |
<rng:element name="fDecl"> element fDecl { att.datcat.attributes, att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, attribute name { teidata.name }, attribute optional { teidata.truthValue }?, ( fDescr?, vRange, vDefault? ) } |