<xs:complexType name="template" mixed="true">
<xs:sequence>
<xs:element name="param" type="param" minOccurs="0" maxOccurs="unbounded" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="instructions" />
</xs:choice>
</xs:sequence>
<xs:attribute name="match" type="xs:string" />
<xs:attribute name="mode" type="xs:NMTOKEN" />
<xs:attribute name="name" type="xs:NMTOKEN" />
<xs:attribute name="priority" type="xs:NMTOKEN" />
<xs:attribute ref="xml:space" />
</xs:complexType>
|