<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
Attributes
Contained by
gaiji: char glyph
May contain Empty element
Note

No definitive list of local names is proposed. However, the name entity is recommended as a means of naming the property identifying the recommended character entity name for this character or glyph.

Example
<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>
Content model
<content>
 <empty/>
</content>
Schema 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
}