<fsdDecl>
<fsdDecl> (FSD (素性システム宣言) 宣言) 素性構造の定義を含む宣言を示す. 18.11 Feature System Declaration | |
モジュール | iso-fs — 18 Feature Structures |
属性 | |
当該モジュールを使用するもの | model.encodingPart model.resourceLike |
下位 | |
宣言 | element fsdDecl { att.global.attributes, ( fsDecl | fsdLink )+ } |
例 | <fsdDecl> <fsDecl type="GPSG"> <!-- ... --> </fsDecl> <fsDecl type="lex" xml:id="LX123"> <!-- ... --> </fsDecl> <fsdLink type="entry" target="#LX123"/> <fsdLink type="subentry" target="http://www.example.com/fsdLib.xml#LX123"/> </fsdDecl> |