/src/github.com/elastic/beats/vendor/golang.org/x/text/unicode/cldr/xml.go

https://bitbucket.org/pmadabhushi/latticehealth-elastic · Go · 1440 lines · 1414 code · 9 blank · 17 comment · 0 complexity · 608f29fe92c659905db2361d024ad991 MD5 · raw file

  1. // This file was generated by go generate; DO NOT EDIT
  2. package cldr
  3. // LDMLBCP47 holds information on allowable values for various variables in LDML.
  4. type LDMLBCP47 struct {
  5. Common
  6. Version *struct {
  7. Common
  8. Number string `xml:"number,attr"`
  9. } `xml:"version"`
  10. Generation *struct {
  11. Common
  12. Date string `xml:"date,attr"`
  13. } `xml:"generation"`
  14. Keyword []*struct {
  15. Common
  16. Key []*struct {
  17. Common
  18. Extension string `xml:"extension,attr"`
  19. Name string `xml:"name,attr"`
  20. Description string `xml:"description,attr"`
  21. Deprecated string `xml:"deprecated,attr"`
  22. Preferred string `xml:"preferred,attr"`
  23. Alias string `xml:"alias,attr"`
  24. ValueType string `xml:"valueType,attr"`
  25. Since string `xml:"since,attr"`
  26. Type []*struct {
  27. Common
  28. Name string `xml:"name,attr"`
  29. Description string `xml:"description,attr"`
  30. Deprecated string `xml:"deprecated,attr"`
  31. Preferred string `xml:"preferred,attr"`
  32. Alias string `xml:"alias,attr"`
  33. Since string `xml:"since,attr"`
  34. } `xml:"type"`
  35. } `xml:"key"`
  36. } `xml:"keyword"`
  37. Attribute []*struct {
  38. Common
  39. Name string `xml:"name,attr"`
  40. Description string `xml:"description,attr"`
  41. Deprecated string `xml:"deprecated,attr"`
  42. Preferred string `xml:"preferred,attr"`
  43. Since string `xml:"since,attr"`
  44. } `xml:"attribute"`
  45. }
  46. // SupplementalData holds information relevant for internationalization
  47. // and proper use of CLDR, but that is not contained in the locale hierarchy.
  48. type SupplementalData struct {
  49. Common
  50. Version *struct {
  51. Common
  52. Number string `xml:"number,attr"`
  53. } `xml:"version"`
  54. Generation *struct {
  55. Common
  56. Date string `xml:"date,attr"`
  57. } `xml:"generation"`
  58. CurrencyData *struct {
  59. Common
  60. Fractions []*struct {
  61. Common
  62. Info []*struct {
  63. Common
  64. Iso4217 string `xml:"iso4217,attr"`
  65. Digits string `xml:"digits,attr"`
  66. Rounding string `xml:"rounding,attr"`
  67. CashDigits string `xml:"cashDigits,attr"`
  68. CashRounding string `xml:"cashRounding,attr"`
  69. } `xml:"info"`
  70. } `xml:"fractions"`
  71. Region []*struct {
  72. Common
  73. Iso3166 string `xml:"iso3166,attr"`
  74. Currency []*struct {
  75. Common
  76. Before string `xml:"before,attr"`
  77. From string `xml:"from,attr"`
  78. To string `xml:"to,attr"`
  79. Iso4217 string `xml:"iso4217,attr"`
  80. Digits string `xml:"digits,attr"`
  81. Rounding string `xml:"rounding,attr"`
  82. CashRounding string `xml:"cashRounding,attr"`
  83. Tender string `xml:"tender,attr"`
  84. Alternate []*struct {
  85. Common
  86. Iso4217 string `xml:"iso4217,attr"`
  87. } `xml:"alternate"`
  88. } `xml:"currency"`
  89. } `xml:"region"`
  90. } `xml:"currencyData"`
  91. TerritoryContainment *struct {
  92. Common
  93. Group []*struct {
  94. Common
  95. Contains string `xml:"contains,attr"`
  96. Grouping string `xml:"grouping,attr"`
  97. Status string `xml:"status,attr"`
  98. } `xml:"group"`
  99. } `xml:"territoryContainment"`
  100. SubdivisionContainment *struct {
  101. Common
  102. Subgroup []*struct {
  103. Common
  104. Subtype string `xml:"subtype,attr"`
  105. Contains string `xml:"contains,attr"`
  106. } `xml:"subgroup"`
  107. } `xml:"subdivisionContainment"`
  108. LanguageData *struct {
  109. Common
  110. Language []*struct {
  111. Common
  112. Scripts string `xml:"scripts,attr"`
  113. Territories string `xml:"territories,attr"`
  114. Variants string `xml:"variants,attr"`
  115. } `xml:"language"`
  116. } `xml:"languageData"`
  117. TerritoryInfo *struct {
  118. Common
  119. Territory []*struct {
  120. Common
  121. Gdp string `xml:"gdp,attr"`
  122. LiteracyPercent string `xml:"literacyPercent,attr"`
  123. Population string `xml:"population,attr"`
  124. LanguagePopulation []*struct {
  125. Common
  126. WritingPercent string `xml:"writingPercent,attr"`
  127. PopulationPercent string `xml:"populationPercent,attr"`
  128. OfficialStatus string `xml:"officialStatus,attr"`
  129. } `xml:"languagePopulation"`
  130. } `xml:"territory"`
  131. } `xml:"territoryInfo"`
  132. PostalCodeData *struct {
  133. Common
  134. PostCodeRegex []*struct {
  135. Common
  136. TerritoryId string `xml:"territoryId,attr"`
  137. } `xml:"postCodeRegex"`
  138. } `xml:"postalCodeData"`
  139. CalendarData *struct {
  140. Common
  141. Calendar []*struct {
  142. Common
  143. Territories string `xml:"territories,attr"`
  144. CalendarSystem *Common `xml:"calendarSystem"`
  145. Eras *struct {
  146. Common
  147. Era []*struct {
  148. Common
  149. Start string `xml:"start,attr"`
  150. End string `xml:"end,attr"`
  151. } `xml:"era"`
  152. } `xml:"eras"`
  153. } `xml:"calendar"`
  154. } `xml:"calendarData"`
  155. CalendarPreferenceData *struct {
  156. Common
  157. CalendarPreference []*struct {
  158. Common
  159. Territories string `xml:"territories,attr"`
  160. Ordering string `xml:"ordering,attr"`
  161. } `xml:"calendarPreference"`
  162. } `xml:"calendarPreferenceData"`
  163. WeekData *struct {
  164. Common
  165. MinDays []*struct {
  166. Common
  167. Count string `xml:"count,attr"`
  168. Territories string `xml:"territories,attr"`
  169. } `xml:"minDays"`
  170. FirstDay []*struct {
  171. Common
  172. Day string `xml:"day,attr"`
  173. Territories string `xml:"territories,attr"`
  174. } `xml:"firstDay"`
  175. WeekendStart []*struct {
  176. Common
  177. Day string `xml:"day,attr"`
  178. Territories string `xml:"territories,attr"`
  179. } `xml:"weekendStart"`
  180. WeekendEnd []*struct {
  181. Common
  182. Day string `xml:"day,attr"`
  183. Territories string `xml:"territories,attr"`
  184. } `xml:"weekendEnd"`
  185. } `xml:"weekData"`
  186. TimeData *struct {
  187. Common
  188. Hours []*struct {
  189. Common
  190. Allowed string `xml:"allowed,attr"`
  191. Preferred string `xml:"preferred,attr"`
  192. Regions string `xml:"regions,attr"`
  193. } `xml:"hours"`
  194. } `xml:"timeData"`
  195. MeasurementData *struct {
  196. Common
  197. MeasurementSystem []*struct {
  198. Common
  199. Category string `xml:"category,attr"`
  200. Territories string `xml:"territories,attr"`
  201. } `xml:"measurementSystem"`
  202. PaperSize []*struct {
  203. Common
  204. Territories string `xml:"territories,attr"`
  205. } `xml:"paperSize"`
  206. } `xml:"measurementData"`
  207. UnitPreferenceData *struct {
  208. Common
  209. UnitPreferences []*struct {
  210. Common
  211. Category string `xml:"category,attr"`
  212. Usage string `xml:"usage,attr"`
  213. Scope string `xml:"scope,attr"`
  214. UnitPreference []*struct {
  215. Common
  216. Regions string `xml:"regions,attr"`
  217. } `xml:"unitPreference"`
  218. } `xml:"unitPreferences"`
  219. } `xml:"unitPreferenceData"`
  220. TimezoneData *struct {
  221. Common
  222. MapTimezones []*struct {
  223. Common
  224. OtherVersion string `xml:"otherVersion,attr"`
  225. TypeVersion string `xml:"typeVersion,attr"`
  226. MapZone []*struct {
  227. Common
  228. Other string `xml:"other,attr"`
  229. Territory string `xml:"territory,attr"`
  230. } `xml:"mapZone"`
  231. } `xml:"mapTimezones"`
  232. ZoneFormatting []*struct {
  233. Common
  234. Multizone string `xml:"multizone,attr"`
  235. TzidVersion string `xml:"tzidVersion,attr"`
  236. ZoneItem []*struct {
  237. Common
  238. Territory string `xml:"territory,attr"`
  239. Aliases string `xml:"aliases,attr"`
  240. } `xml:"zoneItem"`
  241. } `xml:"zoneFormatting"`
  242. } `xml:"timezoneData"`
  243. Characters *struct {
  244. Common
  245. CharacterFallback []*struct {
  246. Common
  247. Character []*struct {
  248. Common
  249. Value string `xml:"value,attr"`
  250. Substitute []*Common `xml:"substitute"`
  251. } `xml:"character"`
  252. } `xml:"character-fallback"`
  253. } `xml:"characters"`
  254. Transforms *struct {
  255. Common
  256. Transform []*struct {
  257. Common
  258. Source string `xml:"source,attr"`
  259. Target string `xml:"target,attr"`
  260. Variant string `xml:"variant,attr"`
  261. Direction string `xml:"direction,attr"`
  262. Alias string `xml:"alias,attr"`
  263. BackwardAlias string `xml:"backwardAlias,attr"`
  264. Visibility string `xml:"visibility,attr"`
  265. Comment []*Common `xml:"comment"`
  266. TRule []*Common `xml:"tRule"`
  267. } `xml:"transform"`
  268. } `xml:"transforms"`
  269. Metadata *struct {
  270. Common
  271. AttributeOrder *Common `xml:"attributeOrder"`
  272. ElementOrder *Common `xml:"elementOrder"`
  273. SerialElements *Common `xml:"serialElements"`
  274. Suppress *struct {
  275. Common
  276. Attributes []*struct {
  277. Common
  278. Element string `xml:"element,attr"`
  279. Attribute string `xml:"attribute,attr"`
  280. AttributeValue string `xml:"attributeValue,attr"`
  281. } `xml:"attributes"`
  282. } `xml:"suppress"`
  283. Validity *struct {
  284. Common
  285. Variable []*struct {
  286. Common
  287. Id string `xml:"id,attr"`
  288. } `xml:"variable"`
  289. AttributeValues []*struct {
  290. Common
  291. Dtds string `xml:"dtds,attr"`
  292. Elements string `xml:"elements,attr"`
  293. Attributes string `xml:"attributes,attr"`
  294. Order string `xml:"order,attr"`
  295. } `xml:"attributeValues"`
  296. } `xml:"validity"`
  297. Alias *struct {
  298. Common
  299. LanguageAlias []*struct {
  300. Common
  301. Replacement string `xml:"replacement,attr"`
  302. Reason string `xml:"reason,attr"`
  303. } `xml:"languageAlias"`
  304. ScriptAlias []*struct {
  305. Common
  306. Replacement string `xml:"replacement,attr"`
  307. Reason string `xml:"reason,attr"`
  308. } `xml:"scriptAlias"`
  309. TerritoryAlias []*struct {
  310. Common
  311. Replacement string `xml:"replacement,attr"`
  312. Reason string `xml:"reason,attr"`
  313. } `xml:"territoryAlias"`
  314. SubdivisionAlias []*struct {
  315. Common
  316. Replacement string `xml:"replacement,attr"`
  317. Reason string `xml:"reason,attr"`
  318. } `xml:"subdivisionAlias"`
  319. VariantAlias []*struct {
  320. Common
  321. Replacement string `xml:"replacement,attr"`
  322. Reason string `xml:"reason,attr"`
  323. } `xml:"variantAlias"`
  324. ZoneAlias []*struct {
  325. Common
  326. Replacement string `xml:"replacement,attr"`
  327. Reason string `xml:"reason,attr"`
  328. } `xml:"zoneAlias"`
  329. } `xml:"alias"`
  330. Deprecated *struct {
  331. Common
  332. DeprecatedItems []*struct {
  333. Common
  334. Elements string `xml:"elements,attr"`
  335. Attributes string `xml:"attributes,attr"`
  336. Values string `xml:"values,attr"`
  337. } `xml:"deprecatedItems"`
  338. } `xml:"deprecated"`
  339. Distinguishing *struct {
  340. Common
  341. DistinguishingItems []*struct {
  342. Common
  343. Exclude string `xml:"exclude,attr"`
  344. Elements string `xml:"elements,attr"`
  345. Attributes string `xml:"attributes,attr"`
  346. } `xml:"distinguishingItems"`
  347. } `xml:"distinguishing"`
  348. Blocking *struct {
  349. Common
  350. BlockingItems []*struct {
  351. Common
  352. Elements string `xml:"elements,attr"`
  353. } `xml:"blockingItems"`
  354. } `xml:"blocking"`
  355. CoverageAdditions *struct {
  356. Common
  357. LanguageCoverage []*struct {
  358. Common
  359. Values string `xml:"values,attr"`
  360. } `xml:"languageCoverage"`
  361. ScriptCoverage []*struct {
  362. Common
  363. Values string `xml:"values,attr"`
  364. } `xml:"scriptCoverage"`
  365. TerritoryCoverage []*struct {
  366. Common
  367. Values string `xml:"values,attr"`
  368. } `xml:"territoryCoverage"`
  369. CurrencyCoverage []*struct {
  370. Common
  371. Values string `xml:"values,attr"`
  372. } `xml:"currencyCoverage"`
  373. TimezoneCoverage []*struct {
  374. Common
  375. Values string `xml:"values,attr"`
  376. } `xml:"timezoneCoverage"`
  377. } `xml:"coverageAdditions"`
  378. SkipDefaultLocale *struct {
  379. Common
  380. Services string `xml:"services,attr"`
  381. } `xml:"skipDefaultLocale"`
  382. DefaultContent *struct {
  383. Common
  384. Locales string `xml:"locales,attr"`
  385. } `xml:"defaultContent"`
  386. } `xml:"metadata"`
  387. CodeMappings *struct {
  388. Common
  389. LanguageCodes []*struct {
  390. Common
  391. Alpha3 string `xml:"alpha3,attr"`
  392. } `xml:"languageCodes"`
  393. TerritoryCodes []*struct {
  394. Common
  395. Numeric string `xml:"numeric,attr"`
  396. Alpha3 string `xml:"alpha3,attr"`
  397. Fips10 string `xml:"fips10,attr"`
  398. Internet string `xml:"internet,attr"`
  399. } `xml:"territoryCodes"`
  400. CurrencyCodes []*struct {
  401. Common
  402. Numeric string `xml:"numeric,attr"`
  403. } `xml:"currencyCodes"`
  404. } `xml:"codeMappings"`
  405. ParentLocales *struct {
  406. Common
  407. ParentLocale []*struct {
  408. Common
  409. Parent string `xml:"parent,attr"`
  410. Locales string `xml:"locales,attr"`
  411. } `xml:"parentLocale"`
  412. } `xml:"parentLocales"`
  413. LikelySubtags *struct {
  414. Common
  415. LikelySubtag []*struct {
  416. Common
  417. From string `xml:"from,attr"`
  418. To string `xml:"to,attr"`
  419. } `xml:"likelySubtag"`
  420. } `xml:"likelySubtags"`
  421. MetazoneInfo *struct {
  422. Common
  423. Timezone []*struct {
  424. Common
  425. UsesMetazone []*struct {
  426. Common
  427. From string `xml:"from,attr"`
  428. To string `xml:"to,attr"`
  429. Mzone string `xml:"mzone,attr"`
  430. } `xml:"usesMetazone"`
  431. } `xml:"timezone"`
  432. } `xml:"metazoneInfo"`
  433. Plurals []*struct {
  434. Common
  435. PluralRules []*struct {
  436. Common
  437. Locales string `xml:"locales,attr"`
  438. PluralRule []*struct {
  439. Common
  440. Count string `xml:"count,attr"`
  441. } `xml:"pluralRule"`
  442. } `xml:"pluralRules"`
  443. PluralRanges []*struct {
  444. Common
  445. Locales string `xml:"locales,attr"`
  446. PluralRange []*struct {
  447. Common
  448. Start string `xml:"start,attr"`
  449. End string `xml:"end,attr"`
  450. Result string `xml:"result,attr"`
  451. } `xml:"pluralRange"`
  452. } `xml:"pluralRanges"`
  453. } `xml:"plurals"`
  454. TelephoneCodeData *struct {
  455. Common
  456. CodesByTerritory []*struct {
  457. Common
  458. Territory string `xml:"territory,attr"`
  459. TelephoneCountryCode []*struct {
  460. Common
  461. Code string `xml:"code,attr"`
  462. From string `xml:"from,attr"`
  463. To string `xml:"to,attr"`
  464. } `xml:"telephoneCountryCode"`
  465. } `xml:"codesByTerritory"`
  466. } `xml:"telephoneCodeData"`
  467. NumberingSystems *struct {
  468. Common
  469. NumberingSystem []*struct {
  470. Common
  471. Id string `xml:"id,attr"`
  472. Radix string `xml:"radix,attr"`
  473. Digits string `xml:"digits,attr"`
  474. Rules string `xml:"rules,attr"`
  475. } `xml:"numberingSystem"`
  476. } `xml:"numberingSystems"`
  477. Bcp47KeywordMappings *struct {
  478. Common
  479. MapKeys *struct {
  480. Common
  481. KeyMap []*struct {
  482. Common
  483. Bcp47 string `xml:"bcp47,attr"`
  484. } `xml:"keyMap"`
  485. } `xml:"mapKeys"`
  486. MapTypes []*struct {
  487. Common
  488. TypeMap []*struct {
  489. Common
  490. Bcp47 string `xml:"bcp47,attr"`
  491. } `xml:"typeMap"`
  492. } `xml:"mapTypes"`
  493. } `xml:"bcp47KeywordMappings"`
  494. Gender *struct {
  495. Common
  496. PersonList []*struct {
  497. Common
  498. Locales string `xml:"locales,attr"`
  499. } `xml:"personList"`
  500. } `xml:"gender"`
  501. References *struct {
  502. Common
  503. Reference []*struct {
  504. Common
  505. Uri string `xml:"uri,attr"`
  506. } `xml:"reference"`
  507. } `xml:"references"`
  508. LanguageMatching *struct {
  509. Common
  510. LanguageMatches []*struct {
  511. Common
  512. LanguageMatch []*struct {
  513. Common
  514. Desired string `xml:"desired,attr"`
  515. Oneway string `xml:"oneway,attr"`
  516. Percent string `xml:"percent,attr"`
  517. Supported string `xml:"supported,attr"`
  518. } `xml:"languageMatch"`
  519. } `xml:"languageMatches"`
  520. } `xml:"languageMatching"`
  521. DayPeriodRuleSet []*struct {
  522. Common
  523. DayPeriodRules []*struct {
  524. Common
  525. Locales string `xml:"locales,attr"`
  526. DayPeriodRule []*struct {
  527. Common
  528. At string `xml:"at,attr"`
  529. After string `xml:"after,attr"`
  530. Before string `xml:"before,attr"`
  531. From string `xml:"from,attr"`
  532. To string `xml:"to,attr"`
  533. } `xml:"dayPeriodRule"`
  534. } `xml:"dayPeriodRules"`
  535. } `xml:"dayPeriodRuleSet"`
  536. MetaZones *struct {
  537. Common
  538. MetazoneInfo *struct {
  539. Common
  540. Timezone []*struct {
  541. Common
  542. UsesMetazone []*struct {
  543. Common
  544. From string `xml:"from,attr"`
  545. To string `xml:"to,attr"`
  546. Mzone string `xml:"mzone,attr"`
  547. } `xml:"usesMetazone"`
  548. } `xml:"timezone"`
  549. } `xml:"metazoneInfo"`
  550. MapTimezones *struct {
  551. Common
  552. OtherVersion string `xml:"otherVersion,attr"`
  553. TypeVersion string `xml:"typeVersion,attr"`
  554. MapZone []*struct {
  555. Common
  556. Other string `xml:"other,attr"`
  557. Territory string `xml:"territory,attr"`
  558. } `xml:"mapZone"`
  559. } `xml:"mapTimezones"`
  560. } `xml:"metaZones"`
  561. PrimaryZones *struct {
  562. Common
  563. PrimaryZone []*struct {
  564. Common
  565. Iso3166 string `xml:"iso3166,attr"`
  566. } `xml:"primaryZone"`
  567. } `xml:"primaryZones"`
  568. WindowsZones *struct {
  569. Common
  570. MapTimezones *struct {
  571. Common
  572. OtherVersion string `xml:"otherVersion,attr"`
  573. TypeVersion string `xml:"typeVersion,attr"`
  574. MapZone []*struct {
  575. Common
  576. Other string `xml:"other,attr"`
  577. Territory string `xml:"territory,attr"`
  578. } `xml:"mapZone"`
  579. } `xml:"mapTimezones"`
  580. } `xml:"windowsZones"`
  581. CoverageLevels *struct {
  582. Common
  583. ApprovalRequirements *struct {
  584. Common
  585. ApprovalRequirement []*struct {
  586. Common
  587. Votes string `xml:"votes,attr"`
  588. Locales string `xml:"locales,attr"`
  589. Paths string `xml:"paths,attr"`
  590. } `xml:"approvalRequirement"`
  591. } `xml:"approvalRequirements"`
  592. CoverageVariable []*struct {
  593. Common
  594. Key string `xml:"key,attr"`
  595. Value string `xml:"value,attr"`
  596. } `xml:"coverageVariable"`
  597. CoverageLevel []*struct {
  598. Common
  599. InLanguage string `xml:"inLanguage,attr"`
  600. InScript string `xml:"inScript,attr"`
  601. InTerritory string `xml:"inTerritory,attr"`
  602. Value string `xml:"value,attr"`
  603. Match string `xml:"match,attr"`
  604. } `xml:"coverageLevel"`
  605. } `xml:"coverageLevels"`
  606. IdValidity *struct {
  607. Common
  608. Id []*struct {
  609. Common
  610. IdStatus string `xml:"idStatus,attr"`
  611. } `xml:"id"`
  612. } `xml:"idValidity"`
  613. RgScope *struct {
  614. Common
  615. RgPath []*struct {
  616. Common
  617. Path string `xml:"path,attr"`
  618. } `xml:"rgPath"`
  619. } `xml:"rgScope"`
  620. }
  621. // LDML is the top-level type for locale-specific data.
  622. type LDML struct {
  623. Common
  624. Version string `xml:"version,attr"`
  625. Identity *struct {
  626. Common
  627. Version *struct {
  628. Common
  629. Number string `xml:"number,attr"`
  630. } `xml:"version"`
  631. Generation *struct {
  632. Common
  633. Date string `xml:"date,attr"`
  634. } `xml:"generation"`
  635. Language *Common `xml:"language"`
  636. Script *Common `xml:"script"`
  637. Territory *Common `xml:"territory"`
  638. Variant *Common `xml:"variant"`
  639. } `xml:"identity"`
  640. LocaleDisplayNames *LocaleDisplayNames `xml:"localeDisplayNames"`
  641. Layout *struct {
  642. Common
  643. Orientation []*struct {
  644. Common
  645. Characters string `xml:"characters,attr"`
  646. Lines string `xml:"lines,attr"`
  647. CharacterOrder []*Common `xml:"characterOrder"`
  648. LineOrder []*Common `xml:"lineOrder"`
  649. } `xml:"orientation"`
  650. InList []*struct {
  651. Common
  652. Casing string `xml:"casing,attr"`
  653. } `xml:"inList"`
  654. InText []*Common `xml:"inText"`
  655. } `xml:"layout"`
  656. ContextTransforms *struct {
  657. Common
  658. ContextTransformUsage []*struct {
  659. Common
  660. ContextTransform []*Common `xml:"contextTransform"`
  661. } `xml:"contextTransformUsage"`
  662. } `xml:"contextTransforms"`
  663. Characters *struct {
  664. Common
  665. ExemplarCharacters []*Common `xml:"exemplarCharacters"`
  666. Ellipsis []*Common `xml:"ellipsis"`
  667. MoreInformation []*Common `xml:"moreInformation"`
  668. Stopwords []*struct {
  669. Common
  670. StopwordList []*Common `xml:"stopwordList"`
  671. } `xml:"stopwords"`
  672. IndexLabels []*struct {
  673. Common
  674. IndexSeparator []*Common `xml:"indexSeparator"`
  675. CompressedIndexSeparator []*Common `xml:"compressedIndexSeparator"`
  676. IndexRangePattern []*Common `xml:"indexRangePattern"`
  677. IndexLabelBefore []*Common `xml:"indexLabelBefore"`
  678. IndexLabelAfter []*Common `xml:"indexLabelAfter"`
  679. IndexLabel []*struct {
  680. Common
  681. IndexSource string `xml:"indexSource,attr"`
  682. Priority string `xml:"priority,attr"`
  683. } `xml:"indexLabel"`
  684. } `xml:"indexLabels"`
  685. Mapping []*struct {
  686. Common
  687. Registry string `xml:"registry,attr"`
  688. } `xml:"mapping"`
  689. } `xml:"characters"`
  690. Delimiters *struct {
  691. Common
  692. QuotationStart []*Common `xml:"quotationStart"`
  693. QuotationEnd []*Common `xml:"quotationEnd"`
  694. AlternateQuotationStart []*Common `xml:"alternateQuotationStart"`
  695. AlternateQuotationEnd []*Common `xml:"alternateQuotationEnd"`
  696. } `xml:"delimiters"`
  697. Measurement *struct {
  698. Common
  699. MeasurementSystem []*Common `xml:"measurementSystem"`
  700. PaperSize []*struct {
  701. Common
  702. Height []*Common `xml:"height"`
  703. Width []*Common `xml:"width"`
  704. } `xml:"paperSize"`
  705. } `xml:"measurement"`
  706. Dates *struct {
  707. Common
  708. LocalizedPatternChars []*Common `xml:"localizedPatternChars"`
  709. DateRangePattern []*Common `xml:"dateRangePattern"`
  710. Calendars *struct {
  711. Common
  712. Calendar []*Calendar `xml:"calendar"`
  713. } `xml:"calendars"`
  714. Fields *struct {
  715. Common
  716. Field []*struct {
  717. Common
  718. DisplayName []*struct {
  719. Common
  720. Count string `xml:"count,attr"`
  721. } `xml:"displayName"`
  722. Relative []*Common `xml:"relative"`
  723. RelativeTime []*struct {
  724. Common
  725. RelativeTimePattern []*struct {
  726. Common
  727. Count string `xml:"count,attr"`
  728. } `xml:"relativeTimePattern"`
  729. } `xml:"relativeTime"`
  730. } `xml:"field"`
  731. } `xml:"fields"`
  732. TimeZoneNames *TimeZoneNames `xml:"timeZoneNames"`
  733. } `xml:"dates"`
  734. Numbers *Numbers `xml:"numbers"`
  735. Units *struct {
  736. Common
  737. Unit []*struct {
  738. Common
  739. DisplayName []*struct {
  740. Common
  741. Count string `xml:"count,attr"`
  742. } `xml:"displayName"`
  743. UnitPattern []*struct {
  744. Common
  745. Count string `xml:"count,attr"`
  746. } `xml:"unitPattern"`
  747. PerUnitPattern []*Common `xml:"perUnitPattern"`
  748. } `xml:"unit"`
  749. UnitLength []*struct {
  750. Common
  751. CompoundUnit []*struct {
  752. Common
  753. CompoundUnitPattern []*Common `xml:"compoundUnitPattern"`
  754. } `xml:"compoundUnit"`
  755. Unit []*struct {
  756. Common
  757. DisplayName []*struct {
  758. Common
  759. Count string `xml:"count,attr"`
  760. } `xml:"displayName"`
  761. UnitPattern []*struct {
  762. Common
  763. Count string `xml:"count,attr"`
  764. } `xml:"unitPattern"`
  765. PerUnitPattern []*Common `xml:"perUnitPattern"`
  766. } `xml:"unit"`
  767. CoordinateUnit []*struct {
  768. Common
  769. CoordinateUnitPattern []*Common `xml:"coordinateUnitPattern"`
  770. } `xml:"coordinateUnit"`
  771. } `xml:"unitLength"`
  772. DurationUnit []*struct {
  773. Common
  774. DurationUnitPattern []*Common `xml:"durationUnitPattern"`
  775. } `xml:"durationUnit"`
  776. } `xml:"units"`
  777. ListPatterns *struct {
  778. Common
  779. ListPattern []*struct {
  780. Common
  781. ListPatternPart []*Common `xml:"listPatternPart"`
  782. } `xml:"listPattern"`
  783. } `xml:"listPatterns"`
  784. Collations *struct {
  785. Common
  786. Version string `xml:"version,attr"`
  787. DefaultCollation *Common `xml:"defaultCollation"`
  788. Collation []*Collation `xml:"collation"`
  789. } `xml:"collations"`
  790. Posix *struct {
  791. Common
  792. Messages []*struct {
  793. Common
  794. Yesstr []*Common `xml:"yesstr"`
  795. Nostr []*Common `xml:"nostr"`
  796. Yesexpr []*Common `xml:"yesexpr"`
  797. Noexpr []*Common `xml:"noexpr"`
  798. } `xml:"messages"`
  799. } `xml:"posix"`
  800. Segmentations *struct {
  801. Common
  802. Segmentation []*struct {
  803. Common
  804. Variables *struct {
  805. Common
  806. Variable []*struct {
  807. Common
  808. Id string `xml:"id,attr"`
  809. } `xml:"variable"`
  810. } `xml:"variables"`
  811. SegmentRules *struct {
  812. Common
  813. Rule []*struct {
  814. Common
  815. Id string `xml:"id,attr"`
  816. } `xml:"rule"`
  817. } `xml:"segmentRules"`
  818. Exceptions *struct {
  819. Common
  820. Exception []*Common `xml:"exception"`
  821. } `xml:"exceptions"`
  822. Suppressions *struct {
  823. Common
  824. Suppression []*Common `xml:"suppression"`
  825. } `xml:"suppressions"`
  826. } `xml:"segmentation"`
  827. } `xml:"segmentations"`
  828. Rbnf *struct {
  829. Common
  830. RulesetGrouping []*struct {
  831. Common
  832. Ruleset []*struct {
  833. Common
  834. Access string `xml:"access,attr"`
  835. AllowsParsing string `xml:"allowsParsing,attr"`
  836. Rbnfrule []*struct {
  837. Common
  838. Value string `xml:"value,attr"`
  839. Radix string `xml:"radix,attr"`
  840. Decexp string `xml:"decexp,attr"`
  841. } `xml:"rbnfrule"`
  842. } `xml:"ruleset"`
  843. } `xml:"rulesetGrouping"`
  844. } `xml:"rbnf"`
  845. Annotations *struct {
  846. Common
  847. Annotation []*struct {
  848. Common
  849. Cp string `xml:"cp,attr"`
  850. Tts string `xml:"tts,attr"`
  851. } `xml:"annotation"`
  852. } `xml:"annotations"`
  853. Metadata *struct {
  854. Common
  855. CasingData *struct {
  856. Common
  857. CasingItem []*struct {
  858. Common
  859. Override string `xml:"override,attr"`
  860. ForceError string `xml:"forceError,attr"`
  861. } `xml:"casingItem"`
  862. } `xml:"casingData"`
  863. } `xml:"metadata"`
  864. References *struct {
  865. Common
  866. Reference []*struct {
  867. Common
  868. Uri string `xml:"uri,attr"`
  869. } `xml:"reference"`
  870. } `xml:"references"`
  871. }
  872. // Collation contains rules that specify a certain sort-order,
  873. // as a tailoring of the root order.
  874. // The parsed rules are obtained by passing a RuleProcessor to Collation's
  875. // Process method.
  876. type Collation struct {
  877. Common
  878. Visibility string `xml:"visibility,attr"`
  879. Base *Common `xml:"base"`
  880. Import []*struct {
  881. Common
  882. Source string `xml:"source,attr"`
  883. } `xml:"import"`
  884. Settings *struct {
  885. Common
  886. Strength string `xml:"strength,attr"`
  887. Alternate string `xml:"alternate,attr"`
  888. Backwards string `xml:"backwards,attr"`
  889. Normalization string `xml:"normalization,attr"`
  890. CaseLevel string `xml:"caseLevel,attr"`
  891. CaseFirst string `xml:"caseFirst,attr"`
  892. HiraganaQuaternary string `xml:"hiraganaQuaternary,attr"`
  893. MaxVariable string `xml:"maxVariable,attr"`
  894. Numeric string `xml:"numeric,attr"`
  895. Private string `xml:"private,attr"`
  896. VariableTop string `xml:"variableTop,attr"`
  897. Reorder string `xml:"reorder,attr"`
  898. } `xml:"settings"`
  899. SuppressContractions *Common `xml:"suppress_contractions"`
  900. Optimize *Common `xml:"optimize"`
  901. Cr []*Common `xml:"cr"`
  902. rulesElem
  903. }
  904. // Calendar specifies the fields used for formatting and parsing dates and times.
  905. // The month and quarter names are identified numerically, starting at 1.
  906. // The day (of the week) names are identified with short strings, since there is
  907. // no universally-accepted numeric designation.
  908. type Calendar struct {
  909. Common
  910. Months *struct {
  911. Common
  912. MonthContext []*struct {
  913. Common
  914. MonthWidth []*struct {
  915. Common
  916. Month []*struct {
  917. Common
  918. Yeartype string `xml:"yeartype,attr"`
  919. } `xml:"month"`
  920. } `xml:"monthWidth"`
  921. } `xml:"monthContext"`
  922. } `xml:"months"`
  923. MonthNames *struct {
  924. Common
  925. Month []*struct {
  926. Common
  927. Yeartype string `xml:"yeartype,attr"`
  928. } `xml:"month"`
  929. } `xml:"monthNames"`
  930. MonthAbbr *struct {
  931. Common
  932. Month []*struct {
  933. Common
  934. Yeartype string `xml:"yeartype,attr"`
  935. } `xml:"month"`
  936. } `xml:"monthAbbr"`
  937. MonthPatterns *struct {
  938. Common
  939. MonthPatternContext []*struct {
  940. Common
  941. MonthPatternWidth []*struct {
  942. Common
  943. MonthPattern []*Common `xml:"monthPattern"`
  944. } `xml:"monthPatternWidth"`
  945. } `xml:"monthPatternContext"`
  946. } `xml:"monthPatterns"`
  947. Days *struct {
  948. Common
  949. DayContext []*struct {
  950. Common
  951. DayWidth []*struct {
  952. Common
  953. Day []*Common `xml:"day"`
  954. } `xml:"dayWidth"`
  955. } `xml:"dayContext"`
  956. } `xml:"days"`
  957. DayNames *struct {
  958. Common
  959. Day []*Common `xml:"day"`
  960. } `xml:"dayNames"`
  961. DayAbbr *struct {
  962. Common
  963. Day []*Common `xml:"day"`
  964. } `xml:"dayAbbr"`
  965. Quarters *struct {
  966. Common
  967. QuarterContext []*struct {
  968. Common
  969. QuarterWidth []*struct {
  970. Common
  971. Quarter []*Common `xml:"quarter"`
  972. } `xml:"quarterWidth"`
  973. } `xml:"quarterContext"`
  974. } `xml:"quarters"`
  975. Week *struct {
  976. Common
  977. MinDays []*struct {
  978. Common
  979. Count string `xml:"count,attr"`
  980. } `xml:"minDays"`
  981. FirstDay []*struct {
  982. Common
  983. Day string `xml:"day,attr"`
  984. } `xml:"firstDay"`
  985. WeekendStart []*struct {
  986. Common
  987. Day string `xml:"day,attr"`
  988. Time string `xml:"time,attr"`
  989. } `xml:"weekendStart"`
  990. WeekendEnd []*struct {
  991. Common
  992. Day string `xml:"day,attr"`
  993. Time string `xml:"time,attr"`
  994. } `xml:"weekendEnd"`
  995. } `xml:"week"`
  996. Am []*Common `xml:"am"`
  997. Pm []*Common `xml:"pm"`
  998. DayPeriods *struct {
  999. Common
  1000. DayPeriodContext []*struct {
  1001. Common
  1002. DayPeriodWidth []*struct {
  1003. Common
  1004. DayPeriod []*Common `xml:"dayPeriod"`
  1005. } `xml:"dayPeriodWidth"`
  1006. } `xml:"dayPeriodContext"`
  1007. } `xml:"dayPeriods"`
  1008. Eras *struct {
  1009. Common
  1010. EraNames *struct {
  1011. Common
  1012. Era []*Common `xml:"era"`
  1013. } `xml:"eraNames"`
  1014. EraAbbr *struct {
  1015. Common
  1016. Era []*Common `xml:"era"`
  1017. } `xml:"eraAbbr"`
  1018. EraNarrow *struct {
  1019. Common
  1020. Era []*Common `xml:"era"`
  1021. } `xml:"eraNarrow"`
  1022. } `xml:"eras"`
  1023. CyclicNameSets *struct {
  1024. Common
  1025. CyclicNameSet []*struct {
  1026. Common
  1027. CyclicNameContext []*struct {
  1028. Common
  1029. CyclicNameWidth []*struct {
  1030. Common
  1031. CyclicName []*Common `xml:"cyclicName"`
  1032. } `xml:"cyclicNameWidth"`
  1033. } `xml:"cyclicNameContext"`
  1034. } `xml:"cyclicNameSet"`
  1035. } `xml:"cyclicNameSets"`
  1036. DateFormats *struct {
  1037. Common
  1038. DateFormatLength []*struct {
  1039. Common
  1040. DateFormat []*struct {
  1041. Common
  1042. Pattern []*struct {
  1043. Common
  1044. Numbers string `xml:"numbers,attr"`
  1045. Count string `xml:"count,attr"`
  1046. } `xml:"pattern"`
  1047. DisplayName []*struct {
  1048. Common
  1049. Count string `xml:"count,attr"`
  1050. } `xml:"displayName"`
  1051. } `xml:"dateFormat"`
  1052. } `xml:"dateFormatLength"`
  1053. } `xml:"dateFormats"`
  1054. TimeFormats *struct {
  1055. Common
  1056. TimeFormatLength []*struct {
  1057. Common
  1058. TimeFormat []*struct {
  1059. Common
  1060. Pattern []*struct {
  1061. Common
  1062. Numbers string `xml:"numbers,attr"`
  1063. Count string `xml:"count,attr"`
  1064. } `xml:"pattern"`
  1065. DisplayName []*struct {
  1066. Common
  1067. Count string `xml:"count,attr"`
  1068. } `xml:"displayName"`
  1069. } `xml:"timeFormat"`
  1070. } `xml:"timeFormatLength"`
  1071. } `xml:"timeFormats"`
  1072. DateTimeFormats *struct {
  1073. Common
  1074. DateTimeFormatLength []*struct {
  1075. Common
  1076. DateTimeFormat []*struct {
  1077. Common
  1078. Pattern []*struct {
  1079. Common
  1080. Numbers string `xml:"numbers,attr"`
  1081. Count string `xml:"count,attr"`
  1082. } `xml:"pattern"`
  1083. DisplayName []*struct {
  1084. Common
  1085. Count string `xml:"count,attr"`
  1086. } `xml:"displayName"`
  1087. } `xml:"dateTimeFormat"`
  1088. } `xml:"dateTimeFormatLength"`
  1089. AvailableFormats []*struct {
  1090. Common
  1091. DateFormatItem []*struct {
  1092. Common
  1093. Id string `xml:"id,attr"`
  1094. } `xml:"dateFormatItem"`
  1095. } `xml:"availableFormats"`
  1096. AppendItems []*struct {
  1097. Common
  1098. AppendItem []*struct {
  1099. Common
  1100. Request string `xml:"request,attr"`
  1101. } `xml:"appendItem"`
  1102. } `xml:"appendItems"`
  1103. IntervalFormats []*struct {
  1104. Common
  1105. IntervalFormatFallback []*Common `xml:"intervalFormatFallback"`
  1106. IntervalFormatItem []*struct {
  1107. Common
  1108. Id string `xml:"id,attr"`
  1109. GreatestDifference []*struct {
  1110. Common
  1111. Id string `xml:"id,attr"`
  1112. } `xml:"greatestDifference"`
  1113. } `xml:"intervalFormatItem"`
  1114. } `xml:"intervalFormats"`
  1115. } `xml:"dateTimeFormats"`
  1116. Fields []*struct {
  1117. Common
  1118. Field []*struct {
  1119. Common
  1120. DisplayName []*struct {
  1121. Common
  1122. Count string `xml:"count,attr"`
  1123. } `xml:"displayName"`
  1124. Relative []*Common `xml:"relative"`
  1125. RelativeTime []*struct {
  1126. Common
  1127. RelativeTimePattern []*struct {
  1128. Common
  1129. Count string `xml:"count,attr"`
  1130. } `xml:"relativeTimePattern"`
  1131. } `xml:"relativeTime"`
  1132. } `xml:"field"`
  1133. } `xml:"fields"`
  1134. }
  1135. type TimeZoneNames struct {
  1136. Common
  1137. HourFormat []*Common `xml:"hourFormat"`
  1138. HoursFormat []*Common `xml:"hoursFormat"`
  1139. GmtFormat []*Common `xml:"gmtFormat"`
  1140. GmtZeroFormat []*Common `xml:"gmtZeroFormat"`
  1141. RegionFormat []*Common `xml:"regionFormat"`
  1142. FallbackFormat []*Common `xml:"fallbackFormat"`
  1143. FallbackRegionFormat []*Common `xml:"fallbackRegionFormat"`
  1144. AbbreviationFallback []*Common `xml:"abbreviationFallback"`
  1145. PreferenceOrdering []*Common `xml:"preferenceOrdering"`
  1146. SingleCountries []*struct {
  1147. Common
  1148. List string `xml:"list,attr"`
  1149. } `xml:"singleCountries"`
  1150. Zone []*struct {
  1151. Common
  1152. Long []*struct {
  1153. Common
  1154. Generic []*Common `xml:"generic"`
  1155. Standard []*Common `xml:"standard"`
  1156. Daylight []*Common `xml:"daylight"`
  1157. } `xml:"long"`
  1158. Short []*struct {
  1159. Common
  1160. Generic []*Common `xml:"generic"`
  1161. Standard []*Common `xml:"standard"`
  1162. Daylight []*Common `xml:"daylight"`
  1163. } `xml:"short"`
  1164. CommonlyUsed []*struct {
  1165. Common
  1166. Used string `xml:"used,attr"`
  1167. } `xml:"commonlyUsed"`
  1168. ExemplarCity []*Common `xml:"exemplarCity"`
  1169. } `xml:"zone"`
  1170. Metazone []*struct {
  1171. Common
  1172. Long []*struct {
  1173. Common
  1174. Generic []*Common `xml:"generic"`
  1175. Standard []*Common `xml:"standard"`
  1176. Daylight []*Common `xml:"daylight"`
  1177. } `xml:"long"`
  1178. Short []*struct {
  1179. Common
  1180. Generic []*Common `xml:"generic"`
  1181. Standard []*Common `xml:"standard"`
  1182. Daylight []*Common `xml:"daylight"`
  1183. } `xml:"short"`
  1184. CommonlyUsed []*struct {
  1185. Common
  1186. Used string `xml:"used,attr"`
  1187. } `xml:"commonlyUsed"`
  1188. } `xml:"metazone"`
  1189. }
  1190. // LocaleDisplayNames specifies localized display names for for scripts, languages,
  1191. // countries, currencies, and variants.
  1192. type LocaleDisplayNames struct {
  1193. Common
  1194. LocaleDisplayPattern *struct {
  1195. Common
  1196. LocalePattern []*Common `xml:"localePattern"`
  1197. LocaleSeparator []*Common `xml:"localeSeparator"`
  1198. LocaleKeyTypePattern []*Common `xml:"localeKeyTypePattern"`
  1199. } `xml:"localeDisplayPattern"`
  1200. Languages *struct {
  1201. Common
  1202. Language []*Common `xml:"language"`
  1203. } `xml:"languages"`
  1204. Scripts *struct {
  1205. Common
  1206. Script []*Common `xml:"script"`
  1207. } `xml:"scripts"`
  1208. Territories *struct {
  1209. Common
  1210. Territory []*Common `xml:"territory"`
  1211. } `xml:"territories"`
  1212. Subdivisions *struct {
  1213. Common
  1214. Subdivision []*Common `xml:"subdivision"`
  1215. } `xml:"subdivisions"`
  1216. Variants *struct {
  1217. Common
  1218. Variant []*Common `xml:"variant"`
  1219. } `xml:"variants"`
  1220. Keys *struct {
  1221. Common
  1222. Key []*Common `xml:"key"`
  1223. } `xml:"keys"`
  1224. Types *struct {
  1225. Common
  1226. Type []*struct {
  1227. Common
  1228. Key string `xml:"key,attr"`
  1229. } `xml:"type"`
  1230. } `xml:"types"`
  1231. TransformNames *struct {
  1232. Common
  1233. TransformName []*Common `xml:"transformName"`
  1234. } `xml:"transformNames"`
  1235. MeasurementSystemNames *struct {
  1236. Common
  1237. MeasurementSystemName []*Common `xml:"measurementSystemName"`
  1238. } `xml:"measurementSystemNames"`
  1239. CodePatterns *struct {
  1240. Common
  1241. CodePattern []*Common `xml:"codePattern"`
  1242. } `xml:"codePatterns"`
  1243. }
  1244. // Numbers supplies information for formatting and parsing numbers and currencies.
  1245. type Numbers struct {
  1246. Common
  1247. DefaultNumberingSystem []*Common `xml:"defaultNumberingSystem"`
  1248. OtherNumberingSystems []*struct {
  1249. Common
  1250. Native []*Common `xml:"native"`
  1251. Traditional []*Common `xml:"traditional"`
  1252. Finance []*Common `xml:"finance"`
  1253. } `xml:"otherNumberingSystems"`
  1254. MinimumGroupingDigits []*Common `xml:"minimumGroupingDigits"`
  1255. Symbols []*struct {
  1256. Common
  1257. NumberSystem string `xml:"numberSystem,attr"`
  1258. Decimal []*struct {
  1259. Common
  1260. NumberSystem string `xml:"numberSystem,attr"`
  1261. } `xml:"decimal"`
  1262. Group []*struct {
  1263. Common
  1264. NumberSystem string `xml:"numberSystem,attr"`
  1265. } `xml:"group"`
  1266. List []*struct {
  1267. Common
  1268. NumberSystem string `xml:"numberSystem,attr"`
  1269. } `xml:"list"`
  1270. PercentSign []*struct {
  1271. Common
  1272. NumberSystem string `xml:"numberSystem,attr"`
  1273. } `xml:"percentSign"`
  1274. NativeZeroDigit []*struct {
  1275. Common
  1276. NumberSystem string `xml:"numberSystem,attr"`
  1277. } `xml:"nativeZeroDigit"`
  1278. PatternDigit []*struct {
  1279. Common
  1280. NumberSystem string `xml:"numberSystem,attr"`
  1281. } `xml:"patternDigit"`
  1282. PlusSign []*struct {
  1283. Common
  1284. NumberSystem string `xml:"numberSystem,attr"`
  1285. } `xml:"plusSign"`
  1286. MinusSign []*struct {
  1287. Common
  1288. NumberSystem string `xml:"numberSystem,attr"`
  1289. } `xml:"minusSign"`
  1290. Exponential []*struct {
  1291. Common
  1292. NumberSystem string `xml:"numberSystem,attr"`
  1293. } `xml:"exponential"`
  1294. SuperscriptingExponent []*Common `xml:"superscriptingExponent"`
  1295. PerMille []*struct {
  1296. Common
  1297. NumberSystem string `xml:"numberSystem,attr"`
  1298. } `xml:"perMille"`
  1299. Infinity []*struct {
  1300. Common
  1301. NumberSystem string `xml:"numberSystem,attr"`
  1302. } `xml:"infinity"`
  1303. Nan []*struct {
  1304. Common
  1305. NumberSystem string `xml:"numberSystem,attr"`
  1306. } `xml:"nan"`
  1307. CurrencyDecimal []*struct {
  1308. Common
  1309. NumberSystem string `xml:"numberSystem,attr"`
  1310. } `xml:"currencyDecimal"`
  1311. CurrencyGroup []*struct {
  1312. Common
  1313. NumberSystem string `xml:"numberSystem,attr"`
  1314. } `xml:"currencyGroup"`
  1315. TimeSeparator []*Common `xml:"timeSeparator"`
  1316. } `xml:"symbols"`
  1317. DecimalFormats []*struct {
  1318. Common
  1319. NumberSystem string `xml:"numberSystem,attr"`
  1320. DecimalFormatLength []*struct {
  1321. Common
  1322. DecimalFormat []*struct {
  1323. Common
  1324. Pattern []*struct {
  1325. Common
  1326. Numbers string `xml:"numbers,attr"`
  1327. Count string `xml:"count,attr"`
  1328. } `xml:"pattern"`
  1329. } `xml:"decimalFormat"`
  1330. } `xml:"decimalFormatLength"`
  1331. } `xml:"decimalFormats"`
  1332. ScientificFormats []*struct {
  1333. Common
  1334. NumberSystem string `xml:"numberSystem,attr"`
  1335. ScientificFormatLength []*struct {
  1336. Common
  1337. ScientificFormat []*struct {
  1338. Common
  1339. Pattern []*struct {
  1340. Common
  1341. Numbers string `xml:"numbers,attr"`
  1342. Count string `xml:"count,attr"`
  1343. } `xml:"pattern"`
  1344. } `xml:"scientificFormat"`
  1345. } `xml:"scientificFormatLength"`
  1346. } `xml:"scientificFormats"`
  1347. PercentFormats []*struct {
  1348. Common
  1349. NumberSystem string `xml:"numberSystem,attr"`
  1350. PercentFormatLength []*struct {
  1351. Common
  1352. PercentFormat []*struct {
  1353. Common
  1354. Pattern []*struct {
  1355. Common
  1356. Numbers string `xml:"numbers,attr"`
  1357. Count string `xml:"count,attr"`
  1358. } `xml:"pattern"`
  1359. } `xml:"percentFormat"`
  1360. } `xml:"percentFormatLength"`
  1361. } `xml:"percentFormats"`
  1362. CurrencyFormats []*struct {
  1363. Common
  1364. NumberSystem string `xml:"numberSystem,attr"`
  1365. CurrencySpacing []*struct {
  1366. Common
  1367. BeforeCurrency []*struct {
  1368. Common
  1369. CurrencyMatch []*Common `xml:"currencyMatch"`
  1370. SurroundingMatch []*Common `xml:"surroundingMatch"`
  1371. InsertBetween []*Common `xml:"insertBetween"`
  1372. } `xml:"beforeCurrency"`
  1373. AfterCurrency []*struct {
  1374. Common
  1375. CurrencyMatch []*Common `xml:"currencyMatch"`
  1376. SurroundingMatch []*Common `xml:"surroundingMatch"`
  1377. InsertBetween []*Common `xml:"insertBetween"`
  1378. } `xml:"afterCurrency"`
  1379. } `xml:"currencySpacing"`
  1380. CurrencyFormatLength []*struct {
  1381. Common
  1382. CurrencyFormat []*struct {
  1383. Common
  1384. Pattern []*struct {
  1385. Common
  1386. Numbers string `xml:"numbers,attr"`
  1387. Count string `xml:"count,attr"`
  1388. } `xml:"pattern"`
  1389. } `xml:"currencyFormat"`
  1390. } `xml:"currencyFormatLength"`
  1391. UnitPattern []*struct {
  1392. Common
  1393. Count string `xml:"count,attr"`
  1394. } `xml:"unitPattern"`
  1395. } `xml:"currencyFormats"`
  1396. Currencies *struct {
  1397. Common
  1398. Currency []*struct {
  1399. Common
  1400. Pattern []*struct {
  1401. Common
  1402. Numbers string `xml:"numbers,attr"`
  1403. Count string `xml:"count,attr"`
  1404. } `xml:"pattern"`
  1405. DisplayName []*struct {
  1406. Common
  1407. Count string `xml:"count,attr"`
  1408. } `xml:"displayName"`
  1409. Symbol []*Common `xml:"symbol"`
  1410. Decimal []*struct {
  1411. Common
  1412. NumberSystem string `xml:"numberSystem,attr"`
  1413. } `xml:"decimal"`
  1414. Group []*struct {
  1415. Common
  1416. NumberSystem string `xml:"numberSystem,attr"`
  1417. } `xml:"group"`
  1418. } `xml:"currency"`
  1419. } `xml:"currencies"`
  1420. MiscPatterns []*struct {
  1421. Common
  1422. NumberSystem string `xml:"numberSystem,attr"`
  1423. Pattern []*struct {
  1424. Common
  1425. Numbers string `xml:"numbers,attr"`
  1426. Count string `xml:"count,attr"`
  1427. } `xml:"pattern"`
  1428. } `xml:"miscPatterns"`
  1429. }
  1430. // Version is the version of CLDR from which the XML definitions are generated.
  1431. const Version = "29"