You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

xlThreadedComments2.xsd 1.3KB

12345678910111213141516171819202122
  1. <xsd:schema xmlns="http://schemas.microsoft.com/office/spreadsheetml/2020/threadedcomments2"
  2. targetNamespace="http://schemas.microsoft.com/office/spreadsheetml/2020/threadedcomments2"
  3. elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. xmlns:od06st="http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes"
  5. xmlns:x="http://schemas.openxmlformats.org/spreadsheetml/2006/main">
  6. <xsd:complexType name="CT_ThreadedComments2Ext">
  7. <xsd:sequence>
  8. <xsd:element name="checksum" type="xsd:unsignedInt" minOccurs="1" maxOccurs="1"/>
  9. <xsd:sequence>
  10. <xsd:element name="hyperlink" type="CT_CommentHyperlink" minOccurs="0" maxOccurs="unbounded"/>
  11. </xsd:sequence>
  12. </xsd:sequence>
  13. </xsd:complexType>
  14. <xsd:complexType name="CT_CommentHyperlink">
  15. <xsd:sequence>
  16. <xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
  17. </xsd:sequence>
  18. <xsd:attribute name="startIndex" type="xsd:unsignedInt" use="required"/>
  19. <xsd:attribute name="length" type="xsd:unsignedInt" use="required"/>
  20. <xsd:attribute name="url" type="od06st:ST_Xstring" use="required"/>
  21. </xsd:complexType>
  22. </xsd:schema>