Первый xsd ссылается и использует две другие схемы следующим образом:
Код: Выделить всё
Код: Выделить всё
namespace site2.Schema.drone namespace site1.subsite.year.schema namespace www.w3.org.year1999.xlink
Код: Выделить всё
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.IO;
using System.Linq;
using System.Diagnostics;
using System.Xml;
using System.Xml.Schema;
using System.Xml.Linq;
using Xml.Schema.Linq;
Код: Выделить всё
xsd site2.schema.drone.xsd site1.xsd xlink.xsd /c /l:CS
Код: Выделить всё
xsd /c /n:site2.schema.drone /n:site1.subsite.year.schemas /n:www.w3.org.year1999.xlink site2.schema.drone.xsd site1.subsite.year.xsd xlink.xsd
Подробнее здесь: https://stackoverflow.com/questions/787 ... namespaces