2.5.3.8 CT_SdtRepeatedSection
Target namespace: http://schemas.microsoft.com/office/word/2012/wordml
Referenced by: repeatingSection
The CT_SdtRepeatedSection complex type<39> specifies the properties of a structured document tag (as specified in [ISO/IEC29500-1:2016] section 17.5.2) in the form of a repeated section.
Child Elements:
sectionTitle: An optional CT_String (as specified in [ISO/IEC29500-1:2016] section A.1) element that specifies the display name of the repeated section.
doNotAllowInsertDeleteSection: A CT_OnOff (as specified in [ISO/IEC29500-1:2016] section A.1) element that specifies whether to allow the insertion of new or deletion of old repeatingSectionItems (section 2.5.1.11) contained within the structured document tag except when needed to maintain the numerical relation between the number of elements matched through data binding and the number of repeatingSectionItems (section 2.5.1.11) contained.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_SdtRepeatedSection"> <xsd:sequence> <xsd:element name="sectionTitle" type="w12:CT_String" minOccurs="0"/> <xsd:element name="doNotAllowInsertDeleteSection" type="w12:CT_OnOff" minOccurs="0"/> </xsd:sequence> </xsd:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).