Creates an XML Schema object by providing the XSD document and any referenced XSDs.

Namespace: Docentric.Documents.Reporting.TemplateManagement.Metadata.Xml
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public static Schema FromXsd( XElement xsd, XElement[] referencedXsds )

Parameters

xsd
Type: XElement

The XSD to be imported/used as the XML schema for the data source.

referencedXsds
Type: XElement[]

The array of XSD schemas referenced by the main XSD.

Return value

Type: Schema
Returns the corresponding Schema object.