index

Attribute Information

Used By

Source

<xs:attribute name="index">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="1"/>
      <xs:pattern value="\d+|\d+,\d+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample

"

< that index = "1,1" />

"? Good at

< that index = "1,1" />

.