unnamed elements ? | elements with unknown names | <xsd:element name="*"... ?

Hi.

Does anyone know if it is possible to have something like this:

		...
		<xsd:sequence>
			<xsd:element name="*" minOccurs="0"
maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element
name="info-a" type="xsd:string"/>
						<xsd:element
name="info-b" type="xsd:string"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
		...


this should allow to verify the document containes elements with UNKNOWN
names, but all these elements contain precise content (2 elements, one
named 'info-a', one named 'info-b').


thanks,
bye,

 Y.L.Bresson

---------------------------------------------------------------------

Received on Wednesday, 22 August 2001 06:47:40 UTC