Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsElementFromAny()

bool System.Xml.Schema.SchemaCollectionCompiler.IsElementFromAny ( XmlSchemaElement derivedElement,
XmlSchemaAny baseAny )
inlineprivate

Definition at line 1290 of file SchemaCollectionCompiler.cs.

1291 {
1292 if (baseAny.Allows(derivedElement.QualifiedName))
1293 {
1295 }
1296 return false;
1297 }
bool IsValidOccurrenceRangeRestriction(XmlSchemaParticle derivedParticle, XmlSchemaParticle baseParticle)

References System.Xml.Schema.SchemaCollectionCompiler.IsValidOccurrenceRangeRestriction().

Referenced by System.Xml.Schema.SchemaCollectionCompiler.IsValidRestriction().