Example: <localProp> (locally defined property)

These search results reproduce every example of the use of <localProp> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <localProp> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

5 Characters, Glyphs, and Writing Modes


5.2 Markup Constructs for Representation of Characters and Glyphs

<charDecl>
 <char xml:id="aenl">
  <localProp name="name"
   value="LATIN LETTER ENLARGED SMALL A"/>

  <localProp name="entityvalue="aenl"/>
  <mapping type="standard">a</mapping>
 </char>
</charDecl>
bibliography ⚓︎

5.2 Markup Constructs for Representation of Characters and Glyphs

<charDecl>
 <glyph xml:id="z103">
  <localProp name="name"
   value="LATIN LETTER Z WITH TWO STROKES"/>

  <mapping type="standard">Z</mapping>
  <mapping type="PUA">U+E304</mapping>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="r1">
  <localProp name="name"
   value="LATIN SMALL LETTER R WITH ONE FUNNY STROKE"/>

  <localProp name="entityvalue="r1"/>
  <figure>
   <graphic url="r1img.png"/>
  </figure>
 </glyph>
 <glyph xml:id="r2">
  <localProp name="name"
   value="LATIN SMALL LETTER R WITH TWO FUNNY STROKES"/>

  <localProp name="entityvalue="r2"/>
  <figure>
   <graphic url="r2img.png"/>
  </figure>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<p> ... <g ref="#Filig">Fi</g>lthy riches...</p>
<!-- in the charDecl -->
<glyph xml:id="Filig">
 <localProp name="Name"
  value="LATIN UPPER F AND LATIN LOWER I LIGATURE"/>

 <figure>
  <graphic url="Filig.png"/>
 </figure>
</glyph>
bibliography ⚓︎

5.3 Annotating Characters

<p> ... <abbr>
  <g ref="#per">per</g>
 </abbr> ardua</p>
<!-- in the charDecl -->
<glyph xml:id="per">
 <localProp name="Name"
  value="LATIN ABBREVIATION PER"/>

 <figure>
  <graphic url="per.png"/>
 </figure>
</glyph>
bibliography ⚓︎

5.4 Adding New Characters

<char xml:id="ydotacute">
 <localProp name="Name"
  value="LATIN SMALL LETTER Y WITH DOT ABOVE AND ACUTE"/>

 <localProp name="entityvalue="ydotacute"/>
 <mapping type="composed">&#x0079;&#x0307;&#x0301;</mapping>
 <mapping type="PUA">U+E0A4</mapping>
</char>
bibliography ⚓︎

5.4 Adding New Characters

<char xml:id="U4EBA-circled">
 <unicodeProp name="Decomposition_Mapping"
  value="cicle"/>

 <localProp name="Name"
  value="CIRCLED IDEOGRAPH 36"/>

 <localProp name="daikanwavalue="36"/>
 <mapping type="standard"> &#x4EBA;
 </mapping>
 <mapping type="PUA"> &#xE000;
 </mapping>
</char>
bibliography ⚓︎

<char>

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

 <localProp name="daikanwavalue="36"/>
 <unicodeProp name="Decomposition_Mapping"
  value="circle"/>

 <mapping type="standard"></mapping>
</char>
Show all ⚓︎

<char> (fr)

<char xml:id="fr_circledU4EBA">
 <localProp name="nom"
  value="IDEOGRAMME ENCADRE 4EBA"/>

 <localProp name="daikanwavalue="36"/>
 <unicodeProp name="Decomposition_Mapping"
  value="circle"/>

 <mapping type="standard"></mapping>
</char>
Show all ⚓︎

<glyph>

<glyph xml:id="rstroke">
 <localProp name="Name"
  value="LATIN SMALL LETTER R WITH A FUNNY STROKE"/>

 <localProp name="entityvalue="rstroke"/>
 <figure>
  <graphic url="glyph-rstroke.png"/>
 </figure>
</glyph>
Show all ⚓︎

<glyph> (fr)

<glyph xml:id="fr_napos">
 <localProp name="nom"
  value="N latin minuscule précédé d'une apostrophe"/>

 <localProp name="entityvalue="napos"/>
 <graphic url="glyph-napos.png"/>
</glyph>
Show all ⚓︎

<localProp>

<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>
Show all ⚓︎

<unicodeProp>

<char xml:id="U4EBA_circled">
 <unicodeProp name="Decomposition_Mapping"
  value="circleversion="12.1"/>

 <localProp name="Name"
  value="CIRCLED IDEOGRAPH 4EBA"/>

 <localProp name="daikanwavalue="36"/>
 <mapping type="standard"></mapping>
</char>
Show all ⚓︎