Esempio: <numeric> (numeric value)

These search results reproduce every example of the use of <numeric> 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 <numeric> 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.

19 Feature Structures


19.3 Other Atomic Feature Values

<fs>
 <f name="houseNumber">
  <numeric value="3418"/>
 </f>
 <f name="streetName">
  <string>East Third Street</string>
 </f>
</fs>
⚓︎

19.3 Other Atomic Feature Values

<fs>
 <f name="houseNumber">
  <numeric value="3418max="3440"/>
 </f>
 <f name="streetName">
  <string>East Third Street</string>
 </f>
</fs>
⚓︎

19.3 Other Atomic Feature Values

<fs>
 <f name="dailyRainFall">
  <numeric value="0.0max="1.3"
   trunc="false"/>

 </f>
</fs>
bibliografia ⚓︎

19.3 Other Atomic Feature Values

<fs>
 <f name="dailyRainFall">
  <numeric value="0.0max="1.3"
   trunc="true"/>

 </f>
</fs>
bibliografia ⚓︎

19.8.1 Alternation

<f name="number.of.bathrooms">
 <numeric value="2max="3"/>
</f>
bibliografia ⚓︎

19.8.1 Alternation

<f name="number.of.bathrooms">
 <vAlt>
  <numeric value="2"/>
  <numeric value="3"/>
 </vAlt>
</f>
bibliografia ⚓︎

19.8.1 Alternation

<f name="rooms">
 <vAlt>
  <fs>
   <f name="number.of.bathrooms">
    <numeric value="2"/>
   </f>
  </fs>
  <fs>
   <f name="number.of.bedrooms">
    <numeric value="2"/>
   </f>
  </fs>
 </vAlt>
</f>
bibliografia ⚓︎

19.8.1 Alternation

<f name="rooms">
 <vAlt>
  <fs>
   <f name="number.of.bathrooms">
    <numeric value="2"/>
   </f>
  </fs>
  <fs>
   <f name="number.of.bedrooms">
    <numeric value="2"/>
   </f>
  </fs>
  <vColl>
   <fs>
    <f name="number.of.bathrooms">
     <numeric value="2"/>
    </f>
   </fs>
   <fs>
    <f name="number.of.bedrooms">
     <numeric value="2"/>
    </f>
   </fs>
  </vColl>
 </vAlt>
</f>
bibliografia ⚓︎

19.8.2 Negation

<f name="number.of.bathrooms">
 <vNot>
  <numeric value="2"/>
 </vNot>
</f>
bibliografia ⚓︎

<numeric> (en)

<numeric value="42"/>
bibliografia Mostra tutto ⚓︎

<numeric> (fr)

<numeric value="42"/>
bibliografia Mostra tutto ⚓︎

<numeric> (fr)

<numeric value="42.45max="50trunc="true"/>
bibliografia Mostra tutto ⚓︎

<numeric> (zh-TW)

<numeric value="42"/>
bibliografia Mostra tutto ⚓︎

<numeric> (zh-TW)

<numeric value="42.45max="50trunc="true"/>
bibliografia Mostra tutto ⚓︎

<numeric> (en)

<numeric value="42.45max="50trunc="true"/>
bibliografia Mostra tutto ⚓︎

9 Computer-mediated Communication


9.6.3 Circulation

<post modality="written"
 generatedBy="humantype="tweetwho="#u1"
 xml:id="cmc_post_1043796550101716993synch="#tweetsbcrn18.t004xml:lang="de">

 <ptr type="retweet"
  target="#cmc_post_1043796093786566656"/>
Ich mich auch? <ref type="hashtag"
  target="https://twitter.com/hashtag/dynamicduo?src=hash">
#dynamicduo</ref>
 <ref type="hashtag"
  target="https://twitter.com/hashtag/wirk%C3%BCmmernunsauchumIhrenEmpfang?src=hash">
#wirkümmernunsauchumIhrenEmpfang</ref>
 <ref type="hashtag"
  target="https://twitter.com/hashtag/bcrn18?src=hash">
#bcrn18</ref>
 <ref type="hashtag"
  target="https://twitter.com/hashtag/wikidach?src=hash">
#wikidach</ref>
</post>
<post modality="written"
 generatedBy="humantype="tweetwho="#u2"
 synch="#tweetsbcrn18.t003xml:lang="de"
 xml:id="cmc_post_1043796093786566656">

 <time generatedBy="system"> 14:35 </time> Immer wieder gerne. Kann ich mich schon für
nächstes Jahr als Empfangs- <ref type="hashtag"
  target="https://twitter.com/hashtag/Engel?src=hash">
#Engel</ref> für das nächste
BarCamp bewerben <w pos="EMO">🤪</w>
 <ref type="hashtag"
  target="https://twitter.com/hashtag/bcrn18?src=hash">
#bcrn18</ref>
 <trailer>
  <fs>
   <f name="favoritecount">
    <numeric value="4"/>
   </f>
  </fs>
 </trailer>
</post>
⚓︎

14 Names, Dates, People, and Places


14.4.1 Relative Dates and Times

<fs xml:id="gf50type="date-analysis">
 <f name="event">
  <string>the Fair</string>
 </f>
 <f name="place">
  <string>Glasgow</string>
 </f>
 <f name="year">
  <numeric value="1850"/>
 </f>
 <f name="from-value">
  <string>1850-08-08</string>
 </f>
 <f name="to-value">
  <string>1850-09-19</string>
 </f>
</fs>
⚓︎