ssml:comment
Comment
Element information
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Schema document: sml-comments.xsd
Type: ssml:CT_Comment
Properties: Local, Qualified
Content
- ssml:text [1..1] Comment Text
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ref | [1..1] | ssml:ST_Ref | Cell Reference | |
authorId | [1..1] | xsd:unsignedInt | Author Id | |
guid | [0..1] | ssml:ST_Guid | Unique Identifier for Comment |
Used in
- Type ssml:CT_CommentList (Element ssml:commentList)
Sample instance
<ssml:comment ref="string" authorId="1"> <ssml:text> <ssml:t>string</ssml:t> <ssml:r> <ssml:rPr>... </ssml:rPr> <ssml:t>string</ssml:t> </ssml:r> <ssml:rPh sb="1" eb="1"> <ssml:t>string</ssml:t> </ssml:rPh> <ssml:phoneticPr fontId="1"/> </ssml:text> </ssml:comment>