Definition at line 190 of file XDRSchema.cs.
191 {
195 {
196 return false;
197 }
199 {
200 if (XMLSchema.FEqualIdentity(
xmlNode,
"element",
"urn:schemas-microsoft-com:xml-data") || XMLSchema.FEqualIdentity(
xmlNode,
"attribute",
"urn:schemas-microsoft-com:xml-data"))
201 {
202 return false;
203 }
204 }
205 if (XMLSchema.FEqualIdentity(
node,
"element",
"urn:schemas-microsoft-com:xml-data"))
206 {
209 {
210 return false;
211 }
212 }
213 return true;
214 }
bool IsTextOnlyContent(XmlElement node)
void GetMinMax(XmlElement elNode, ref int minOccurs, ref int maxOccurs)
virtual ? XmlNode FirstChild
References System.Xml.Dictionary, System.Data.XMLSchema.FEqualIdentity(), System.Xml.XmlNode.FirstChild, System.Data.XDRSchema.GetMinMax(), and System.Data.XDRSchema.IsTextOnlyContent().
Referenced by System.Data.XDRSchema.HandleTable().