Definition Type: ComplexType
Name: CT_Comments
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-comments.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-comments_xsd Drilldown into commentList in schema sml-comments_xsd Drilldown into authors in schema sml-comments_xsdXSD Diagram of CT_Comments in schema sml-comments_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Comments">
    <xsd:sequence>
        <xsd:element name="authors" type="CT_Authors" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Authors</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="commentList" type="CT_CommentList" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>List of Comments</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
authors nsM:authors 1 1
commentList nsM:commentList 1 1
extLst nsM:extLst 0 (1)
Collapse Derivation Tree:
Collapse References:
nsM:comments