/// <summary> /// Returns the schema for the current dictionary. /// </summary> /// <returns>The XSD schema for the current dictionary.</returns> public override XmlSchema GetSchema() { return(this.schema ?? (this.schema = DictionaryBase <object> .GetSchema(AssemblyProperties.Resources.XsdParameterSchemaFile))); }
/// <summary> /// Returns the schema for the current dictionary. /// </summary> /// <returns>The XSD schema for the current dictionary.</returns> public override XmlSchema GetSchema() { return(this.schema ?? (this.schema = DictionaryBase <Directive.BtsProperty> .GetSchema(AssemblyProperties.Resources.XsdDirectiveSchemaFile))); }