Код: Выделить всё
List of all message types
See SMT type for annotation.
...
< /code>
Запуск этого кода: < /p>
XmlSchemaSet schemas = new XmlSchemaSet
{
XmlResolver = new XmlUrlResolver()
};
schemas.Add("https://www.something.something.com/something", "example.xsd")
The 'http://www.w3.org/2001/XMLSchema:override' element is not supported in this context
Does anyone know if a xs:override directive is supported and Что нужно сделать, чтобы включить эту поддержку? Просматривая документацию, я ничего не нашел.
Подробнее здесь: https://stackoverflow.com/questions/796 ... de-element
Мобильная версия