<xs:group name="instructions">
<xs:choice>
<xs:group ref="char-instructions" />
<xs:element name="processing-instruction" type="processing-instruction" />
<xs:element name="comment" type="comment" />
<xs:element name="element" type="element" />
<xs:element name="attribute" type="attribute" />
</xs:choice>
</xs:group>
|