tm:AttributeID

Simple Type Information

Used By

Attribute tm:ta/@id

Source

<xs:simpleType name="AttributeID">
  <xs:restriction base="xs:string">
    <xs:pattern value="a[0-9]+"/>
  </xs:restriction>
</xs:simpleType>