this is Jane Doe,the element had to have a type of 'a list of strings' and there can be 0 or more occurrence of that type of information.. so what I did was:\[code\]<xs:element name="xxx" type="ooo" /><xs:simpleType name="ooo"> <xs:list itemType="xs:string" /></xs:simpleType>\[/code\]I belive this is correct butwhere do I put minOccur and maxOccur here?