<xs:complexType name="if" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="instructions" /> </xs:choice> <xs:attribute name="test" type="xs:string" use="required" /> <xs:attribute ref="xml:space" /> </xs:complexType>