- From: Hanna <lhnhanna@hotmail.com>
- Date: Wed, 08 Jan 2003 06:29:57 -0700
- To: W3C XML Schema Comments list <www-xml-schema-comments@w3.org>
Received on Wednesday, 8 January 2003 08:31:40 UTC
i would like to ask the syntax of xml schema for the following case: <A> <B D="abc"> b_value</B> </A> for B element, i use complexType : <complexType name="Btype"> <attribute name="D" type="string"/> </complexType> however, Element 'B' must have no character or element information item [children], because the types content type is empty. How can I solve it? Please help. Thanks a lot.
Received on Wednesday, 8 January 2003 08:31:40 UTC