14.1.4.3 GetXsdType

This method returns the XML Schema definition language (XSD) of the specified XmlSchemaSet.

Declaration

// C#
public static XmlQualifiedName GetXsdType(XmlSchemaSet schemaSet);

Parameters

  • schemaSet

    An XmlSchemaSet.

Return Value

Returns a string that indicates the XSD of the specified XmlSchemaSet.