Elements | assign, attribute, cdata, comment, doctype, param, processing-instruction, variable, with-param |
Element Group | template-content |
<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> |