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

◆ PreprocessAttributeGroup()

void System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessAttributeGroup ( XmlSchemaAttributeGroup attributeGroup)
inlineprivate

Definition at line 849 of file SchemaCollectionPreprocessor.cs.

850 {
851 if (attributeGroup.Name != null)
852 {
854 attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, _targetNamespace));
855 }
856 else
857 {
859 }
863 }
static string Sch_MissRequiredAttribute
Definition SR.cs:490
Definition SR.cs:7
void SendValidationEvent(string code, XmlSchemaObject source)
void PreprocessAttributes(XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlSchemaObject parent)

References System.Xml.Schema.SchemaCollectionPreprocessor._targetNamespace, System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessAnnotation(), System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessAttributes(), System.SR.Sch_MissRequiredAttribute, System.Xml.Schema.BaseProcessor.SendValidationEvent(), System.Xml.Schema.SchemaCollectionPreprocessor.ValidateIdAttribute(), and System.Xml.Schema.SchemaCollectionPreprocessor.ValidateNameAttribute().

Referenced by System.Xml.Schema.SchemaCollectionPreprocessor.Preprocess(), and System.Xml.Schema.SchemaCollectionPreprocessor.PreprocessRedefine().