Example: <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.

18 Feature Structures


18.3 Other Atomic Feature Values

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

18.3 Other Atomic Feature Values

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

18.3 Other Atomic Feature Values

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

 </f>
</fs>

18.3 Other Atomic Feature Values

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

 </f>
</fs>

18.8.1 Alternation

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

18.8.1 Alternation

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

18.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>

18.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>

18.8.2 Negation

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

<numeric>

<numeric value="42"/>

<numeric>

<numeric value="42"/>

<numeric>

<numeric value="42.45max="50trunc="true"/>

<numeric>

<numeric value="42"/>

<numeric>

<numeric value="42.45max="50trunc="true"/>

<numeric>

<numeric value="42.45max="50trunc="true"/>

13 Names, Dates, People, and Places


13.3.6.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>