Jump to content

How to define list of complexType items?


thatsme

Recommended Posts

Hi, i need help from smart web developer. I googled, but did not find any information how to define list of complexType items. I unsuccessfully tried this:

<xs:element name="myElement" type="elementsList"><xs:simpleType name="elementsList">  <xs:list itemType="xs:myComplexType"/></xs:simpleType>

myComplexType is defined. Any ideas how to solve that problem?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...