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

◆ IsAnyFromAny()

bool System.Xml.Schema.SchemaCollectionCompiler.IsAnyFromAny ( XmlSchemaAny derivedAny,
XmlSchemaAny baseAny )
inlineprivate

Definition at line 1299 of file SchemaCollectionCompiler.cs.

1300 {
1302 {
1303 return NamespaceList.IsSubset(derivedAny.NamespaceList, baseAny.NamespaceList);
1304 }
1305 return false;
1306 }
bool IsValidOccurrenceRangeRestriction(XmlSchemaParticle derivedParticle, XmlSchemaParticle baseParticle)

References System.Xml.Schema.NamespaceList.IsSubset(), and System.Xml.Schema.SchemaCollectionCompiler.IsValidOccurrenceRangeRestriction().

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