gender

Attribute Information

Used By

Element voice

Source

<xs:attribute name="gender">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="male"/>
      <xs:enumeration value="female"/>
      <xs:enumeration value="neutral"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample