javaee:xsdIntegerType

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

Complex Type Information

Model

Attributes

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

Source

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