ssml:comments
Comments
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-comments.xsd
Type: ssml:CT_Comments
Properties: Global, Qualified
Content
- Sequence [1..1]
- ssml:authors [1..1] Authors
- ssml:commentList [1..1] List of Comments
- ssml:extLst [0..1] Future Feature Storage Area
Attributes
None
Sample instance
<ssml:comments> <ssml:authors> <ssml:author>string</ssml:author> </ssml:authors> <ssml:commentList> <ssml:comment ref="string" authorId="1"> <ssml:text>... </ssml:text> </ssml:comment> </ssml:commentList> <ssml:extLst> <ssml:ext> <!--any element--> </ssml:ext> </ssml:extLst> </ssml:comments>