<xs:group name="top-level">
<xs:sequence>
<xs:element name="import" type="import" minOccurs="0" maxOccurs="unbounded" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="include" type="include" />
<xs:element name="strip-space" type="strip-space" />
<xs:element name="preserve-space" type="preserve-space" />
<xs:element name="output" type="output" />
<xs:element name="key" type="key" />
<xs:element name="decimal-format" type="decimal-format" />
<xs:element name="attribute-set" type="attribute-set" />
<xs:element name="variable" type="variable" />
<xs:element name="param" type="param" />
<xs:element name="template" type="template" />
<xs:element name="namespace-alias" type="namespace-alias" />
<xs:any namespace="##other" processContents="lax" />
</xs:choice>
</xs:sequence>
</xs:group>
|