<fDecl>
<fDecl> (feature declaration) declares a single feature, specifying its name, organization, range of allowed values, and optionally its default value. [19.11 Feature System Declaration] | |||||||||||||||
Modul | iso-fs — Feature Structures | ||||||||||||||
Attribute |
|
||||||||||||||
Enthalten in |
iso-fs: fsDecl
|
||||||||||||||
Kann enthalten | |||||||||||||||
Beispiel |
<fDecl name="INV">
<fDescr>inverted sentence</fDescr> <vRange> <vAlt> <binary value="true"/> <binary value="false"/> </vAlt> </vRange> <vDefault> <binary value="false"/> </vDefault> </fDecl> |
||||||||||||||
Content model |
<content> |
||||||||||||||
Schema Deklaration |
<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? ) } |