Answer the question
In order to leave comments, you need to log in
How to generate type list of lists?
I want to generate a field with type List<List<String>>
Tried like this
<xs:element name="splitContours" type="ns1:contourGroup" maxOccurs="unbounded"/>
<xs:complexType name="contourGroup">
<xs:annotation>
<xs:documentation>Группа контуров</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="contours" type="xs:string" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Контуры</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question