<xs:complexType name="element" mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="instructions" /> </xs:choice> <xs:attribute name="name" type="xs:string" use="required" /> <xs:attribute name="namespace" type="xs:string" /> <xs:attribute name="use-attribute-sets" type="xs:NMTOKENS" /> <xs:attribute ref="xml:space" /> </xs:complexType>