javaee:xsdNMTOKENType

This type adds an "id" attribute to xsd:NMTOKEN.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Source

<xsd:complexType name="xsdNMTOKENType">
  <xsd:annotation>
    <xsd:documentation>This type adds an "id" attribute to xsd:NMTOKEN.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="xsd:NMTOKEN">
      <xsd:attribute name="id" type="xsd:ID"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>