cdata

Element Information

Model

Children: cdata, choose, else, if, text, value-of

Used By

Element Group text-template-content

Source

<xs:element name="cdata">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="text-template-content"/>
    </xs:choice>
    <!-- todo : stx:cdata element has an implicit xml:space attribute with
           the default value "preserve" -->
  </xs:complexType>
</xs:element>

Sample