КЧ
Size: a a a
КЧ
ГИ
МП
МП
МП
ГИ
МП
ГИ
МП
NG
МП
ГИ
NG
NG
ГИ
NG
МП
ГИ
<xs:schema xmlns:tns="http://localhost/Object" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://localhost/Object" attributeFormDefault="unqualified" elementFormDefault="qualified">
<xs:element name="Root" type="tns:Root"/>
<xs:complexType name="Root">
<xs:sequence>
<xs:element name="Контрагент" type="tns:ТипКонтрагент" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ТипКонтрагент">
<xs:sequence>
<xs:element name="Код" type="xs:string"/>
<xs:element name="ИНН" type="xs:string"/>
<xs:element name="Наименование" type="xs:string"/>
<xs:element name="Ссылка" type="tns:ТипСсылки" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
То есть такую схему получится создать через Фабрику XDTO ?