<localProp>

<localProp> (locally defined property) provides a locally defined character (or glyph) property. [5.2.1 Character Properties]
Module gaiji — Characters, Glyphs, and Writing Modes
Attributs
Contenu dans
gaiji: char glyph
Peut contenir Elément vide
Note

Il n'est pas proposé de liste fermée de noms locaux de propriétés. Cependant, la dénomination entity (entité) est recommandée pour la propriété donnant le nom de l'entité caractère conseillée pour le caractère ou le glyphe en cours de description.

Exemple
<char xml:id="daikanwaU4EBA">
 <localProp name="name"
  value="CIRCLED IDEOGRAPH 4EBA"/>

 <localProp name="entityvalue="daikanwa"/>
 <unicodeProp name="Decomposition_Mapping"
  value="circle"/>

 <mapping type="standard"></mapping>
</char>
Modèle de contenu
<content>
 <empty/>
</content>
Schéma Declaration
<rng:element name="localProp">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.gaijiProp.attributes"/>
 <rng:empty/>
</rng:element>
element localProp
{
   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,
   att.gaijiProp.attributes,
   empty
}