num

Number in the range 0-65535.

Attribute Information

Used By

Element mei:seqNum

Source

<xs:attribute name="num" use="required">
  <xs:annotation>
    <xs:documentation>Number in the range 0-65535.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:nonNegativeInteger">
      <xs:maxInclusive value="65535"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample