Home
last modified time | relevance | path

Searched refs:Sch_ElementCannotHaveValue (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs550 …public const string Sch_ElementCannotHaveValue = "Element's type does not allow fixed or default v… field in System.Xml.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DSchemaCollectionCompiler.cs1895 throw new XmlSchemaException(Res.Sch_ElementCannotHaveValue, xe); in CompileElement()
H A DSchemaSetCompiler.cs2250 throw new XmlSchemaException(Res.Sch_ElementCannotHaveValue, xe); in CompileElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DSchemaCollectionCompiler.cs2392 throw new XmlSchemaException(SR.Sch_ElementCannotHaveValue, xe); in CompileElement()
H A DSchemaSetCompiler.cs2829 throw new XmlSchemaException(SR.Sch_ElementCannotHaveValue, xe); in CompileElement()