Skip to main content

 Element reference

Service API elements from <alias> to <workflow>

<title>

Summary

The title of the comment. The title cannot exceed 250 characters.

Usage context

Permitted contenttext
Permitted parent<comment>

Attributes

No attributes.

Examples

Schema

XML Schema

<xs:element name="title">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:maxLength value="250"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

Relax Schema

element title { text { maxLength = "250"} }

Compatibility

No change since initial API release.

Created on , last edited on