xces:a.spoken

Attributes common to non-lexical or semi-lexical spoken phenomena

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
desc xs:string optional
iterated restriction of xs:NMTOKEN n optional
who xs:string optional

Used By

Source

<xs:attributeGroup name="a.spoken">
  <xs:annotation>
    <xs:documentation xml:lang="en">Attributes common to non-lexical or semi-lexical spoken phenomena</xs:documentation>
  </xs:annotation>
  <xs:attribute name="who" type="xs:string"/>
  <xs:attribute name="iterated" default="n">
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="y"/>
        <xs:enumeration value="n"/>
        <xs:enumeration value="u"/>
        <xs:enumeration value="Y"/>
        <xs:enumeration value="N"/>
        <xs:enumeration value="U"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="desc" type="xs:string"/>
</xs:attributeGroup>