<title>
Summary
The title of the comment. The title cannot exceed 250 characters.
Usage context
Permitted content | text |
---|---|
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.