text-template-content

Element Group Information

Model

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

Used By

Source

<xs:group name="text-template-content">
  <xs:choice>
    <xs:element ref="text"/>
    <xs:element ref="cdata"/>
    <xs:element ref="value-of"/>
    <xs:element ref="if"/>
    <xs:element ref="else"/>
    <xs:element ref="choose"/>
    <!-- plus _text ??? -->
  </xs:choice>
</xs:group>