### Kanji Dictionary Reference Types Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Defines the types of dictionaries and reference books used for kanji. The `dr_type` attribute specifies the source, with examples including Nelson's dictionaries, Halpern's works, Heisig's method, and various other specialized kanji guides. ```XML ``` -------------------------------- ### KANJIDIC2 DTD Structure Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Defines the root element 'kanjidic2' and its main child elements 'header' and 'character'. The header contains file and database version information, while each character element holds detailed Kanji data. ```XML ``` -------------------------------- ### KANJIDIC XML: Reading and Meaning Structure Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Outlines the structure for 'reading_meaning' elements in KANJIDIC XML, which group readings and meanings. It includes 'rmgroup' to associate readings with meanings and 'nanori' for name-specific readings. ```XML ``` -------------------------------- ### Codepoint Element and Attributes Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Details the 'codepoint' element, which contains 'cp_value' elements for character codepoints. The 'cp_value' element has a 'cp_type' attribute to specify the coding standard (e.g., JIS, Unicode). ```XML ``` -------------------------------- ### Kanji Query Code Types Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Specifies the types of query codes used for finding kanji, based on their glyphs. Supported types include Halpern's SKIP system, Spahn and Hadamitzky's descriptor codes, and the Four Corner code. ```XML ``` -------------------------------- ### Frequency of Use Ranking Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Describes the 'freq' element, which provides a frequency-of-use ranking for Kanji. Only the 2,500 most-used characters have a ranking, indicated by a number from 1 to 2,500. ```XML ``` -------------------------------- ### Miscellaneous Kanji Information Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Details the 'misc' element, which can contain various pieces of information about a Kanji, including grade, stroke count, variants, frequency, radical names, and JLPT level. ```XML ``` -------------------------------- ### KANJIDIC XML: Meaning Element Attributes Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Details the 'meaning' element in KANJIDIC XML, highlighting the 'm_lang' attribute used to specify the language of the meaning, defaulting to English if not provided. ```XML ``` -------------------------------- ### KANJIDIC XML: Reading Element Attributes Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Defines the 'reading' element in KANJIDIC XML, specifying its attributes like 'r_type' to denote the type of reading (e.g., pinyin, Korean, Japanese On/Kun) and 'on_type'/'r_status' for further classification. ```XML ``` -------------------------------- ### Radical Element and Attributes Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Describes the 'radical' element, which includes 'rad_value' elements for radical numbers. The 'rad_value' element has a 'rad_type' attribute specifying the classification system (e.g., classical, Nelson). ```XML ``` -------------------------------- ### KANJIDIC XML: Misclassification Attribute Source: https://www.edrdg.org/kanjidic/kanjidic2_dtdh Describes the 'skip_misclass' attribute for the 'q_code' element in KANJIDIC XML, which indicates the type of misclassification for a kanji, such as positional or stroke count errors. ```XML ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.