72 packages tagged with “Xsd”
NLog Schema XSD-file for enabling Intellisense, when editing NLog.config XML file in Visual Studio. The nuget-package will try to copy the XSD-file into the project-folder, so one can reference NLog.xsd from NLog.config: <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd"> </nlog> If this nuget-package fails to place the XSD-file into the project-folder then one can download latest here: https://nlog-project.org/schemas/NLog.xsd Alternative enable the Visual Studio option "Automatically download DTDs and schemas" and specify the complete URL: <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd http://www.nlog-project.org/schemas/NLog.xsd"> </nlog>
Generate XmlSerializer compatible C# classes from XML Schema files.
A .NET Core CLI tool to generate XmlSerializer compatible C# classes from XML Schema files.
Package Description
This XObjectsCore library provides an API for generated code and projects that use said generated code. Use this library in shipping apps + libraries; use LinqToXsdCore to generate code. Original Authors: Microsoft Corporation.
A .NET CLI tool to generate XmlSerializer compatible C# classes from XML Schema files.
Microsoft developed open source tool for generating strongly typed libraries for accessing XML documents.
XML Serialization library for XSD 1.0 compliance (Runtime Library). Download the Liquid XML Data Binder code generator from the project page.
This library provides a way to generate sample XML documents that conform to a given XML schema.
Liquid XML Data Binder
Enables Intellisense™ for Syslog target settings in NLog.config
XSD file to enables Intellisense(TM) when editing SmartSql configuration files, for example in Visual Studio. Note: extensions to SmartSql will report XSD errors. Those can be ignored safely.
Here you can find all Dynamics CRM/365 schema validation Xsd
The LINQ to XSD technology provides .NET developers with support for typed XML programming. LINQ to XSD contributes to the LINQ project (.NET Language Integrated Query); in particular, LINQ to XSD enhances the existing LINQ to XML technology.
A T4 template to generate XmlSerializer classes that represent the XML Schemas (XSD) in the project.
A command line tool that facilitates generating code from an XSD; also generates configuration files to control code generation. Do not include this nuget package as a dependency in shipping applications or libraries; use the code it generates in a shipping library or app and include a dependency on the XObjectsCore nuget package. Can be installed via 'dotnet tool install LinqToXsdCore --global', and then invoked via 'linqtoxsd'. Original Authors: Microsoft Corporation.
F# Xml Type Provider based on Xml Schema
XmlTools - www.dangl-it.com
Library containing the XSDs related to protocols.
XSD library to convert complex XSD to JSON
XML Schema documentation plug-in for Sandcastle Help File Builder (SHFB)
xml random generator based on xsd schema
Source generator for XmlSchemaClassGenerator (https://github.com/mganss/XmlSchemaClassGenerator/tree/master)
This package contains XSD files that enables IntelliSense and validation when editing `.dna` files, for example, in Visual Studio.
CFDI Xml Schemas
Viewer for XML Serialization library. Download the Liquid XML Data Binder code generator from the project page.
A command line tool to convert an xsd schema to CodeMirror's schemaInfo.
A "wheel" that allows you to validate an xml document against a schema.
Move quickly from data in your programs to data on your harddrive and vice versa. Validate XML files against a schema before deserialising them. Get detailed validation errors to let you know exactly what's wrong with your XML format. Full source code and example data available on GitHub: https://github.com/lifebeyondfife/XmlSerialisation