type

indicates type of entry, in dictionaries with multiple types. Suggested
values include: 1] main; 2] hom(homograph) ; 3] xref(cross reference) ; 4] affix; 5]
abbr(abbreviation) ; 6] supplemental; 7] foreign

Attribute Information

Used By

Source

<xs:attribute name="type" default="main">
  <xs:annotation>
    <xs:documentation>indicates type of entry, in dictionaries with multiple types. Suggested values include: 1] main; 2] hom(homograph) ; 3] xref(cross reference) ; 4] affix; 5] abbr(abbreviation) ; 6] supplemental; 7] foreign</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="main">
            <xs:annotation>
              <xs:documentation>a main entry (default).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="hom">
            <xs:annotation>
              <xs:documentation>(homograph) groups information relating to one homograph within an entry.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <