tei:att.entryLike.attribute.type

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
type union of(restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) main optional
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

Used By

Source

<xs:attributeGroup name="att.entryLike.attribute.type">
  <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">
            <xs:enumeration value="xref">
              <xs:annotation>
                <xs:documentation>(cross reference) a reduced entry whose only function is to point to another main entry (e.g. for forms of an irregular verb or for variant spellings: was pointing to be, or esthete to aesthete).</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="affix">
              <xs:annotation>
                <xs:documentation>an entry for a prefix, infix, or suffix.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="abbr">
              <xs:annotation>
                <xs:documentation>(abbreviation) an entry for an abbreviation.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="supplemental">
              <xs:annotation>
                <xs:documentation>a supplemental entry (for use in dictionaries which issue supplements to their main work in which they include updated information about entries).</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="foreign">
              <xs:annotation>
                <xs:documentation>an entry for a foreign word in a monolingual dictionary.</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>