Lines Matching refs:SendValidationEvent

106SendValidationEvent(Res.Sch_MismatchTargetNamespaceEx, targetNamespace, rootSchema.TargetNamespace…  in Execute()
294SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, i… in LoadExternals()
333SendValidationEvent(Res.Sch_InvalidIncludeLocation, include, XmlSeverityType.Warning); in LoadExternals()
346SendValidationEvent(Res.Sch_CannotLoadSchemaLocation, schemaLocation, e.Message, e.SourceUri, e.Li… in LoadExternals()
349SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, eInner, include.S… in LoadExternals()
357SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, i… in LoadExternals()
456 SendValidationEvent(code, new string[] { uri }, eInner, sourceSchemaObject); in ParseUri()
471 SendValidationEvent(Res.Sch_InvalidTargetNamespaceAttribute, schema); in Preprocess()
482SendValidationEvent(Res.Sch_AttributeValueDataTypeDetailed, new string[] { "version", schema.Versi… in Preprocess()
502 SendValidationEvent(Res.Sch_MissRequiredAttribute, "schemaLocation", include); in Preprocess()
511 SendValidationEvent(Res.Sch_ImportTargetNamespace, include); in Preprocess()
515SendValidationEvent(Res.Sch_MismatchTargetNamespaceImport, importNS, externalSchema.TargetNamespac… in Preprocess()
526SendValidationEvent(Res.Sch_InvalidNamespaceAttribute, importNS, include); … in Preprocess()
553SendValidationEvent(Res.Sch_MismatchTargetNamespaceInclude, externalSchema.TargetNamespace, schema… in Preprocess()
625 SendValidationEvent(Res.Sch_RedefineNoSchema, redefine); in Preprocess()
678 SendValidationEvent(Res.Sch_InvalidCollection,(XmlSchemaObject)schemaItems[i]); in Preprocess()
723 SendValidationEvent(Res.Sch_MultipleRedefine, redefine, XmlSeverityType.Warning); in PreprocessRedefine()
741 SendValidationEvent(Res.Sch_GroupDoubleRedefine, group); in PreprocessRedefine()
748SendValidationEvent(Res.Sch_ComponentRedefineNotFound, "<group>", group.QualifiedName.ToString(), … in PreprocessRedefine()
762 SendValidationEvent(Res.Sch_AttrGroupDoubleRedefine, attributeGroup); in PreprocessRedefine()
769SendValidationEvent(Res.Sch_ComponentRedefineNotFound, "<attributeGroup>", attributeGroup.Qualifie… in PreprocessRedefine()
783 SendValidationEvent(Res.Sch_ComplexTypeDoubleRedefine, complexType); in PreprocessRedefine()
790SendValidationEvent(Res.Sch_ComponentRedefineNotFound, "<complexType>", complexType.QualifiedName.… in PreprocessRedefine()
798 SendValidationEvent(Res.Sch_SimpleToComplexTypeRedefine, complexType); in PreprocessRedefine()
807 SendValidationEvent(Res.Sch_SimpleTypeDoubleRedefine, simpleType); in PreprocessRedefine()
814SendValidationEvent(Res.Sch_ComponentRedefineNotFound, "<simpleType>", simpleType.QualifiedName.To… in PreprocessRedefine()
822 SendValidationEvent(Res.Sch_ComplexToSimpleTypeRedefine, simpleType); in PreprocessRedefine()
863 SendValidationEvent(Res.Sch_InvalidBlockDefaultValue, schema); in SetSchemaDefaults()
875 SendValidationEvent(Res.Sch_InvalidFinalDefaultValue, schema); in SetSchemaDefaults()
897 SendValidationEvent(Res.Sch_MinMaxGroupRedefine, groupRef); in CountGroupSelfReference()
919 SendValidationEvent(Res.Sch_MultipleGroupSelfRef, group); in CheckRefinedGroup()
933 SendValidationEvent(Res.Sch_MultipleAttrGroupSelfRef, attributeGroup); in CheckRefinedAttributeGroup()
945 SendValidationEvent(Res.Sch_InvalidTypeRedefine, stype); in CheckRefinedSimpleType()
973 SendValidationEvent(Res.Sch_InvalidTypeRedefine, ctype); in CheckRefinedComplexType()
982 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", attribute); in PreprocessAttribute()
985 SendValidationEvent(Res.Sch_ForbiddenAttribute, "use", attribute); in PreprocessAttribute()
988 SendValidationEvent(Res.Sch_ForbiddenAttribute, "form", attribute); in PreprocessAttribute()
1003 SendValidationEvent(Res.Sch_AttributeNameRef, "???", attribute); in PreprocessLocalAttribute()
1014 SendValidationEvent(Res.Sch_InvalidAttributeRef, attribute); in PreprocessLocalAttribute()
1025 SendValidationEvent(Res.Sch_TargetNamespaceXsi, attribute); in PreprocessAttributeContent()
1029 SendValidationEvent(Res.Sch_ForbiddenAttribute, "ref", attribute); in PreprocessAttributeContent()
1032 SendValidationEvent(Res.Sch_DefaultFixedAttributes, attribute); in PreprocessAttributeContent()
1035 SendValidationEvent(Res.Sch_OptionalDefaultAttribute, attribute); in PreprocessAttributeContent()
1038 SendValidationEvent(Res.Sch_XmlNsAttribute, attribute); in PreprocessAttributeContent()
1043 SendValidationEvent(Res.Sch_TypeMutualExclusive, attribute); in PreprocessAttributeContent()
1058 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", attributeGroup); in PreprocessAttributeGroup()
1071 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", element); in PreprocessElement()
1088 SendValidationEvent(Res.Sch_InvalidElementFinalValue, element); in PreprocessElement()
1093 SendValidationEvent(Res.Sch_ForbiddenAttribute, "form", element); in PreprocessElement()
1096 SendValidationEvent(Res.Sch_ForbiddenAttribute, "minOccurs", element); in PreprocessElement()
1099 SendValidationEvent(Res.Sch_ForbiddenAttribute, "maxOccurs", element); in PreprocessElement()
1116 SendValidationEvent(Res.Sch_ElementNameRef, element); in PreprocessLocalElement()
1130 SendValidationEvent(Res.Sch_InvalidElementRef, element); in PreprocessLocalElement()
1133 SendValidationEvent(Res.Sch_DefaultFixedAttributes, element); in PreprocessLocalElement()
1139 SendValidationEvent(Res.Sch_MinGtMax, element); in PreprocessLocalElement()
1142 SendValidationEvent(Res.Sch_ForbiddenAttribute, "abstract", element); in PreprocessLocalElement()
1145 SendValidationEvent(Res.Sch_ForbiddenAttribute, "final", element); in PreprocessLocalElement()
1148 SendValidationEvent(Res.Sch_ForbiddenAttribute, "substitutionGroup", element); in PreprocessLocalElement()
1156 SendValidationEvent(Res.Sch_ForbiddenAttribute, "ref", element); in PreprocessElementContent()
1171 SendValidationEvent(Res.Sch_InvalidElementBlockValue, element); in PreprocessElementContent()
1178 SendValidationEvent(Res.Sch_TypeMutualExclusive, element); in PreprocessElementContent()
1191 SendValidationEvent(Res.Sch_DefaultFixedAttributes, element); in PreprocessElementContent()
1209 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", constraint); in PreprocessIdentityConstraint()
1214SendValidationEvent(Res.Sch_DupIdentityConstraint, constraint.QualifiedName.ToString(), constraint… in PreprocessIdentityConstraint()
1222 SendValidationEvent(Res.Sch_IdConstraintNoSelector, constraint); in PreprocessIdentityConstraint()
1226 SendValidationEvent(Res.Sch_IdConstraintNoFields, constraint); in PreprocessIdentityConstraint()
1232 SendValidationEvent(Res.Sch_IdConstraintNoRefer, constraint); in PreprocessIdentityConstraint()
1253 SendValidationEvent(Res.Sch_ForbiddenAttribute, "name", simpleType); in PreprocessSimpleType()
1262 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", simpleType); in PreprocessSimpleType()
1278 SendValidationEvent(Res.Sch_InvalidSimpleTypeFinalValue, simpleType); in PreprocessSimpleType()
1285 SendValidationEvent(Res.Sch_NoSimpleTypeContent, simpleType); in PreprocessSimpleType()
1297 SendValidationEvent(Res.Sch_SimpleTypeRestRefBase, restriction); in PreprocessSimpleType()
1303 SendValidationEvent(Res.Sch_SimpleTypeRestRefBaseNone, restriction); in PreprocessSimpleType()
1318 SendValidationEvent(Res.Sch_SimpleTypeListRefBase, list); in PreprocessSimpleType()
1325 SendValidationEvent(Res.Sch_SimpleTypeListRefBaseNone, list); in PreprocessSimpleType()
1347 SendValidationEvent(Res.Sch_SimpleTypeUnionNoBase, union1); in PreprocessSimpleType()
1363 SendValidationEvent(Res.Sch_ForbiddenAttribute, "name", complexType); in PreprocessComplexType()
1372 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", complexType); in PreprocessComplexType()
1382 SendValidationEvent(Res.Sch_InvalidComplexTypeBlockValue, complexType); in PreprocessComplexType()
1399 SendValidationEvent(Res.Sch_InvalidComplexTypeFinalValue, complexType); in PreprocessComplexType()
1417 SendValidationEvent(Res.Sch_NoRestOrExt, complexType); in PreprocessComplexType()
1420SendValidationEvent(Res.Sch_NoRestOrExtQName, complexType.QualifiedName.Name, complexType.Qualifie… in PreprocessComplexType()
1430SendValidationEvent(Res.Sch_MissAttribute, "base", contentExtension); in PreprocessComplexType()
1441SendValidationEvent(Res.Sch_MissAttribute, "base", contentRestriction); in PreprocessComplexType()
1460 SendValidationEvent(Res.Sch_NoRestOrExt, complexType); in PreprocessComplexType()
1463SendValidationEvent(Res.Sch_NoRestOrExtQName, complexType.QualifiedName.Name, complexType.Qualifie… in PreprocessComplexType()
1476SendValidationEvent(Res.Sch_MissAttribute, "base", contentExtension); in PreprocessComplexType()
1491SendValidationEvent(Res.Sch_MissAttribute, "base", contentRestriction); in PreprocessComplexType()
1523 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", group); in PreprocessGroup()
1526 SendValidationEvent(Res.Sch_NoGroupParticle, group); in PreprocessGroup()
1530 SendValidationEvent(Res.Sch_ForbiddenAttribute, "minOccurs", group.Particle); in PreprocessGroup()
1533 SendValidationEvent(Res.Sch_ForbiddenAttribute, "maxOccurs", group.Particle); in PreprocessGroup()
1548 SendValidationEvent(Res.Sch_MissRequiredAttribute, "name", notation); in PreprocessNotation()
1551 SendValidationEvent(Res.Sch_MissingPublicSystemAttribute, notation); in PreprocessNotation()
1559SendValidationEvent(Res.Sch_InvalidPublicAttribute, new string[] { notation.Public} , eInner, nota… in PreprocessNotation()
1576 SendValidationEvent(Res.Sch_InvalidAllMin, particle); in PreprocessParticle()
1580 SendValidationEvent(Res.Sch_InvalidAllMax, particle); in PreprocessParticle()
1587 SendValidationEvent(Res.Sch_InvalidAllElementMax, element); in PreprocessParticle()
1596 SendValidationEvent(Res.Sch_MinGtMax, particle); in PreprocessParticle()
1627 SendValidationEvent(Res.Sch_MissAttribute, "ref", groupRef); in PreprocessParticle()
1638SendValidationEvent(Res.Sch_InvalidAnyDetailed, new string[] {fe.Message}, fe, particle); in PreprocessParticle()
1656 SendValidationEvent(Res.Sch_MissAttribute, "ref", attributeGroupRef); in PreprocessAttributes()
1672SendValidationEvent(Res.Sch_InvalidAnyDetailed, new string[] {fe.Message}, fe, anyAttribute); in PreprocessAttributes()
1684SendValidationEvent(Res.Sch_InvalidIdAttribute, new string [] {ex.Message}, ex, xso); in ValidateIdAttribute()
1688SendValidationEvent(Res.Sch_InvalidIdAttribute, Res.GetString(Res.Sch_NullValue), xso); in ValidateIdAttribute()
1695 SendValidationEvent(Res.Sch_DupIdAttribute, xso); in ValidateIdAttribute()
1703SendValidationEvent(Res.Sch_InvalidNameAttributeEx, null, Res.GetString(Res.Sch_NullValue), xso); in ValidateNameAttribute()
1711 SendValidationEvent(Res.Sch_InvalidNameAttributeEx, name, innerStr, xso); in ValidateNameAttribute()
1726SendValidationEvent(Res.Sch_UnrefNS, value.Namespace, xso, XmlSeverityType.Warning); in ValidateQNameAttribute()
1730SendValidationEvent(Res.Sch_InvalidAttribute, new string[] {attributeName, fx.Message}, fx, xso); in ValidateQNameAttribute()
1733SendValidationEvent(Res.Sch_InvalidAttribute, new string[] {attributeName, ex.Message}, ex, xso); in ValidateQNameAttribute()