FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (10)
121internal static XmlQualifiedName QnAnySimpleType = new XmlQualifiedName("anySimpleType", XmlReservedNs.NsXs);
122internal static XmlQualifiedName QnAnyType = new XmlQualifiedName("anyType", XmlReservedNs.NsXs);
235qname = new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs);
251qname = new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs);
271XmlSchemaSimpleType derivedType = (XmlSchemaSimpleType)s_builtinTypes[new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs)];
280baseType = (XmlSchemaSimpleType)s_builtinTypes[new XmlQualifiedName(((SchemaDatatypeMap)(s_xsdTypes[sdm.ParentIndex])).Name, XmlReservedNs.NsXs)];
286qname = new XmlQualifiedName("anyAtomicType", XmlReservedNs.NsXQueryDataType);
294qname = new XmlQualifiedName("untypedAtomic", XmlReservedNs.NsXQueryDataType);
302qname = new XmlQualifiedName("yearMonthDuration", XmlReservedNs.NsXQueryDataType);
310qname = new XmlQualifiedName("dayTimeDuration", XmlReservedNs.NsXQueryDataType);
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (24)
27internal static XmlQualifiedName ST_boolean = new XmlQualifiedName("boolean", XmlSchema.Namespace);
28internal static XmlQualifiedName ST_byte = new XmlQualifiedName("byte", XmlSchema.Namespace);
29internal static XmlQualifiedName ST_unsignedByte = new XmlQualifiedName("unsignedByte", XmlSchema.Namespace);
30internal static XmlQualifiedName ST_short = new XmlQualifiedName("short", XmlSchema.Namespace);
31internal static XmlQualifiedName ST_unsignedShort = new XmlQualifiedName("unsignedShort", XmlSchema.Namespace);
32internal static XmlQualifiedName ST_int = new XmlQualifiedName("int", XmlSchema.Namespace);
33internal static XmlQualifiedName ST_unsignedInt = new XmlQualifiedName("unsignedInt", XmlSchema.Namespace);
34internal static XmlQualifiedName ST_long = new XmlQualifiedName("long", XmlSchema.Namespace);
35internal static XmlQualifiedName ST_unsignedLong = new XmlQualifiedName("unsignedLong", XmlSchema.Namespace);
36internal static XmlQualifiedName ST_integer = new XmlQualifiedName("integer", XmlSchema.Namespace);
37internal static XmlQualifiedName ST_decimal = new XmlQualifiedName("decimal", XmlSchema.Namespace);
38internal static XmlQualifiedName ST_float = new XmlQualifiedName("float", XmlSchema.Namespace);
39internal static XmlQualifiedName ST_double = new XmlQualifiedName("double", XmlSchema.Namespace);
40internal static XmlQualifiedName ST_duration = new XmlQualifiedName("duration", XmlSchema.Namespace);
41internal static XmlQualifiedName ST_dateTime = new XmlQualifiedName("dateTime", XmlSchema.Namespace);
42internal static XmlQualifiedName ST_time = new XmlQualifiedName("time", XmlSchema.Namespace);
43internal static XmlQualifiedName ST_date = new XmlQualifiedName("date", XmlSchema.Namespace);
44internal static XmlQualifiedName ST_gYearMonth = new XmlQualifiedName("gYearMonth", XmlSchema.Namespace);
45internal static XmlQualifiedName ST_string = new XmlQualifiedName("string", XmlSchema.Namespace);
46internal static XmlQualifiedName ST_anySimpleType = new XmlQualifiedName("anySimpleType", XmlSchema.Namespace);
330attributeReference.RefName = new XmlQualifiedName(localName, childURI);
389attributeReference.RefName = new XmlQualifiedName(localName, childURI);
616elementReference.RefName = new XmlQualifiedName(localName, childURI);
909XmlQualifiedName qname = new XmlQualifiedName(_xtr.LocalName, _xtr.NamespaceURI);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (16)
449lang.SchemaTypeName = new XmlQualifiedName("language", XmlReservedNs.NsXs);
454xmlbase.SchemaTypeName = new XmlQualifiedName("anyURI", XmlReservedNs.NsXs);
461r.BaseTypeName = new XmlQualifiedName("NCName", XmlReservedNs.NsXs);
476langRef.RefName = new XmlQualifiedName("lang", XmlReservedNs.NsXml);
479spaceRef.RefName = new XmlQualifiedName("space", XmlReservedNs.NsXml);
482baseRef.RefName = new XmlQualifiedName("base", XmlReservedNs.NsXml);
1185attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, _targetNamespace));
1209attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1281attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, _targetNamespace));
1297element.SetQualifiedName(new XmlQualifiedName(element.Name, _targetNamespace));
1353element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && _elementFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1474constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, _targetNamespace));
1542simpleType.SetQualifiedName(new XmlQualifiedName(simpleType.Name, _targetNamespace));
1683complexType.SetQualifiedName(new XmlQualifiedName(complexType.Name, _targetNamespace));
1876group.SetQualifiedName(new XmlQualifiedName(group.Name, _targetNamespace));
1906notation.QualifiedName = new XmlQualifiedName(notation.Name, _targetNamespace);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (10)
834attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, _targetNamespace));
858attribute.SetQualifiedName(new XmlQualifiedName(attribute.Name, (attribute.Form == XmlSchemaForm.Qualified || (attribute.Form == XmlSchemaForm.None && _attributeFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
928attributeGroup.SetQualifiedName(new XmlQualifiedName(attributeGroup.Name, _targetNamespace));
944element.SetQualifiedName(new XmlQualifiedName(element.Name, _targetNamespace));
1000element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && _elementFormDefault == XmlSchemaForm.Qualified)) ? _targetNamespace : null));
1119constraint.SetQualifiedName(new XmlQualifiedName(constraint.Name, _targetNamespace));
1187simpleType.SetQualifiedName(new XmlQualifiedName(simpleType.Name, _targetNamespace));
1326complexType.SetQualifiedName(new XmlQualifiedName(complexType.Name, _targetNamespace));
1519group.SetQualifiedName(new XmlQualifiedName(group.Name, _targetNamespace));
1549notation.QualifiedName = new XmlQualifiedName(notation.Name, _targetNamespace);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaNames.cs (124)
188QnPCData = new XmlQualifiedName(nameTable.Add("#PCDATA"));
189QnXml = new XmlQualifiedName(nameTable.Add("xml"));
190QnXmlNs = new XmlQualifiedName(nameTable.Add("xmlns"), NsXmlNs);
191QnDtDt = new XmlQualifiedName(nameTable.Add("dt"), NsDataType);
192QnXmlLang = new XmlQualifiedName(nameTable.Add("lang"), NsXml);
195QnName = new XmlQualifiedName(nameTable.Add("name"));
196QnType = new XmlQualifiedName(nameTable.Add("type"));
197QnMaxOccurs = new XmlQualifiedName(nameTable.Add("maxOccurs"));
198QnMinOccurs = new XmlQualifiedName(nameTable.Add("minOccurs"));
199QnInfinite = new XmlQualifiedName(nameTable.Add("*"));
200QnModel = new XmlQualifiedName(nameTable.Add("model"));
201QnOpen = new XmlQualifiedName(nameTable.Add("open"));
202QnClosed = new XmlQualifiedName(nameTable.Add("closed"));
203QnContent = new XmlQualifiedName(nameTable.Add("content"));
204QnMixed = new XmlQualifiedName(nameTable.Add("mixed"));
205QnEmpty = new XmlQualifiedName(nameTable.Add("empty"));
206QnEltOnly = new XmlQualifiedName(nameTable.Add("eltOnly"));
207QnTextOnly = new XmlQualifiedName(nameTable.Add("textOnly"));
208QnOrder = new XmlQualifiedName(nameTable.Add("order"));
209QnSeq = new XmlQualifiedName(nameTable.Add("seq"));
210QnOne = new XmlQualifiedName(nameTable.Add("one"));
211QnMany = new XmlQualifiedName(nameTable.Add("many"));
212QnRequired = new XmlQualifiedName(nameTable.Add("required"));
213QnYes = new XmlQualifiedName(nameTable.Add("yes"));
214QnNo = new XmlQualifiedName(nameTable.Add("no"));
215QnString = new XmlQualifiedName(nameTable.Add("string"));
216QnID = new XmlQualifiedName(nameTable.Add("id"));
217QnIDRef = new XmlQualifiedName(nameTable.Add("idref"));
218QnIDRefs = new XmlQualifiedName(nameTable.Add("idrefs"));
219QnEntity = new XmlQualifiedName(nameTable.Add("entity"));
220QnEntities = new XmlQualifiedName(nameTable.Add("entities"));
221QnNmToken = new XmlQualifiedName(nameTable.Add("nmtoken"));
222QnNmTokens = new XmlQualifiedName(nameTable.Add("nmtokens"));
223QnEnumeration = new XmlQualifiedName(nameTable.Add("enumeration"));
224QnDefault = new XmlQualifiedName(nameTable.Add("default"));
227QnTargetNamespace = new XmlQualifiedName(nameTable.Add("targetNamespace"));
228QnVersion = new XmlQualifiedName(nameTable.Add("version"));
229QnFinalDefault = new XmlQualifiedName(nameTable.Add("finalDefault"));
230QnBlockDefault = new XmlQualifiedName(nameTable.Add("blockDefault"));
231QnFixed = new XmlQualifiedName(nameTable.Add("fixed"));
232QnAbstract = new XmlQualifiedName(nameTable.Add("abstract"));
233QnBlock = new XmlQualifiedName(nameTable.Add("block"));
234QnSubstitutionGroup = new XmlQualifiedName(nameTable.Add("substitutionGroup"));
235QnFinal = new XmlQualifiedName(nameTable.Add("final"));
236QnNillable = new XmlQualifiedName(nameTable.Add("nillable"));
237QnRef = new XmlQualifiedName(nameTable.Add("ref"));
238QnBase = new XmlQualifiedName(nameTable.Add("base"));
239QnDerivedBy = new XmlQualifiedName(nameTable.Add("derivedBy"));
240QnNamespace = new XmlQualifiedName(nameTable.Add("namespace"));
241QnProcessContents = new XmlQualifiedName(nameTable.Add("processContents"));
242QnRefer = new XmlQualifiedName(nameTable.Add("refer"));
243QnPublic = new XmlQualifiedName(nameTable.Add("public"));
244QnSystem = new XmlQualifiedName(nameTable.Add("system"));
245QnSchemaLocation = new XmlQualifiedName(nameTable.Add("schemaLocation"));
246QnValue = new XmlQualifiedName(nameTable.Add("value"));
247QnUse = new XmlQualifiedName(nameTable.Add("use"));
248QnForm = new XmlQualifiedName(nameTable.Add("form"));
249QnAttributeFormDefault = new XmlQualifiedName(nameTable.Add("attributeFormDefault"));
250QnElementFormDefault = new XmlQualifiedName(nameTable.Add("elementFormDefault"));
251QnSource = new XmlQualifiedName(nameTable.Add("source"));
252QnMemberTypes = new XmlQualifiedName(nameTable.Add("memberTypes"));
253QnItemType = new XmlQualifiedName(nameTable.Add("itemType"));
254QnXPath = new XmlQualifiedName(nameTable.Add("xpath"));
257QnXdrSchema = new XmlQualifiedName(XdrSchema, NsXdr);
258QnXdrElementType = new XmlQualifiedName(nameTable.Add("ElementType"), NsXdr);
259QnXdrElement = new XmlQualifiedName(nameTable.Add("element"), NsXdr);
260QnXdrGroup = new XmlQualifiedName(nameTable.Add("group"), NsXdr);
261QnXdrAttributeType = new XmlQualifiedName(nameTable.Add("AttributeType"), NsXdr);
262QnXdrAttribute = new XmlQualifiedName(nameTable.Add("attribute"), NsXdr);
263QnXdrDataType = new XmlQualifiedName(nameTable.Add("datatype"), NsXdr);
264QnXdrDescription = new XmlQualifiedName(nameTable.Add("description"), NsXdr);
265QnXdrExtends = new XmlQualifiedName(nameTable.Add("extends"), NsXdr);
268QnXdrAliasSchema = new XmlQualifiedName(nameTable.Add("Schema"), NsDataTypeAlias);
271QnDtType = new XmlQualifiedName(nameTable.Add("type"), NsDataType);
272QnDtValues = new XmlQualifiedName(nameTable.Add("values"), NsDataType);
273QnDtMaxLength = new XmlQualifiedName(nameTable.Add("maxLength"), NsDataType);
274QnDtMinLength = new XmlQualifiedName(nameTable.Add("minLength"), NsDataType);
275QnDtMax = new XmlQualifiedName(nameTable.Add("max"), NsDataType);
276QnDtMin = new XmlQualifiedName(nameTable.Add("min"), NsDataType);
277QnDtMinExclusive = new XmlQualifiedName(nameTable.Add("minExclusive"), NsDataType);
278QnDtMaxExclusive = new XmlQualifiedName(nameTable.Add("maxExclusive"), NsDataType);
281QnXsdSchema = new XmlQualifiedName(XsdSchema, NsXs);
282QnXsdAnnotation = new XmlQualifiedName(nameTable.Add("annotation"), NsXs);
283QnXsdInclude = new XmlQualifiedName(nameTable.Add("include"), NsXs);
284QnXsdImport = new XmlQualifiedName(nameTable.Add("import"), NsXs);
285QnXsdElement = new XmlQualifiedName(nameTable.Add("element"), NsXs);
286QnXsdAttribute = new XmlQualifiedName(nameTable.Add("attribute"), NsXs);
287QnXsdAttributeGroup = new XmlQualifiedName(nameTable.Add("attributeGroup"), NsXs);
288QnXsdAnyAttribute = new XmlQualifiedName(nameTable.Add("anyAttribute"), NsXs);
289QnXsdGroup = new XmlQualifiedName(nameTable.Add("group"), NsXs);
290QnXsdAll = new XmlQualifiedName(nameTable.Add("all"), NsXs);
291QnXsdChoice = new XmlQualifiedName(nameTable.Add("choice"), NsXs);
292QnXsdSequence = new XmlQualifiedName(nameTable.Add("sequence"), NsXs);
293QnXsdAny = new XmlQualifiedName(nameTable.Add("any"), NsXs);
294QnXsdNotation = new XmlQualifiedName(nameTable.Add("notation"), NsXs);
295QnXsdSimpleType = new XmlQualifiedName(nameTable.Add("simpleType"), NsXs);
296QnXsdComplexType = new XmlQualifiedName(nameTable.Add("complexType"), NsXs);
297QnXsdUnique = new XmlQualifiedName(nameTable.Add("unique"), NsXs);
298QnXsdKey = new XmlQualifiedName(nameTable.Add("key"), NsXs);
299QnXsdKeyRef = new XmlQualifiedName(nameTable.Add("keyref"), NsXs);
300QnXsdSelector = new XmlQualifiedName(nameTable.Add("selector"), NsXs);
301QnXsdField = new XmlQualifiedName(nameTable.Add("field"), NsXs);
302QnXsdMinExclusive = new XmlQualifiedName(nameTable.Add("minExclusive"), NsXs);
303QnXsdMinInclusive = new XmlQualifiedName(nameTable.Add("minInclusive"), NsXs);
304QnXsdMaxInclusive = new XmlQualifiedName(nameTable.Add("maxInclusive"), NsXs);
305QnXsdMaxExclusive = new XmlQualifiedName(nameTable.Add("maxExclusive"), NsXs);
306QnXsdTotalDigits = new XmlQualifiedName(nameTable.Add("totalDigits"), NsXs);
307QnXsdFractionDigits = new XmlQualifiedName(nameTable.Add("fractionDigits"), NsXs);
308QnXsdLength = new XmlQualifiedName(nameTable.Add("length"), NsXs);
309QnXsdMinLength = new XmlQualifiedName(nameTable.Add("minLength"), NsXs);
310QnXsdMaxLength = new XmlQualifiedName(nameTable.Add("maxLength"), NsXs);
311QnXsdEnumeration = new XmlQualifiedName(nameTable.Add("enumeration"), NsXs);
312QnXsdPattern = new XmlQualifiedName(nameTable.Add("pattern"), NsXs);
313QnXsdDocumentation = new XmlQualifiedName(nameTable.Add("documentation"), NsXs);
314QnXsdAppinfo = new XmlQualifiedName(nameTable.Add("appinfo"), NsXs);
315QnXsdComplexContent = new XmlQualifiedName(nameTable.Add("complexContent"), NsXs);
316QnXsdSimpleContent = new XmlQualifiedName(nameTable.Add("simpleContent"), NsXs);
317QnXsdRestriction = new XmlQualifiedName(nameTable.Add("restriction"), NsXs);
318QnXsdExtension = new XmlQualifiedName(nameTable.Add("extension"), NsXs);
319QnXsdUnion = new XmlQualifiedName(nameTable.Add("union"), NsXs);
320QnXsdList = new XmlQualifiedName(nameTable.Add("list"), NsXs);
321QnXsdWhiteSpace = new XmlQualifiedName(nameTable.Add("whiteSpace"), NsXs);
322QnXsdRedefine = new XmlQualifiedName(nameTable.Add("redefine"), NsXs);
323QnXsdAnyType = new XmlQualifiedName(nameTable.Add("anyType"), NsXs);
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (7)
427XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames));
453XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames));
474qnameValue = new XmlQualifiedName(qnameValue.Name, _TargetNamespace);
478qnameValue = new XmlQualifiedName(qnameValue.Name);
689gname = new XmlQualifiedName(gname.Name, builder._TargetNamespace);
1058qname = new XmlQualifiedName(qname.Name, builder._TargetNamespace);
1299gname = new XmlQualifiedName(qname.Name, builder._TargetNamespace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (11)
24private static XmlQualifiedName s_arrayQName = new XmlQualifiedName(Soap.Array, Soap.Encoding);
25private static XmlQualifiedName s_arrayTypeQName = new XmlQualifiedName(Soap.ArrayType, Soap.Encoding);
212return new XmlQualifiedName(mapping.TypeDesc.DataType.Name, UrtTypes.Namespace);
217return new XmlQualifiedName(mapping.TypeDesc.DataType.Name, XmlSchema.Namespace);
250qname = new XmlQualifiedName(Soap.UrType, XmlSchema.Namespace);
271return new XmlQualifiedName(mapping.TypeName, mapping.Namespace);
314return new XmlQualifiedName(Soap.UrType, XmlSchema.Namespace);
346return new XmlQualifiedName(type.Name, mapping.Namespace);
365return new XmlQualifiedName(type.Name, mapping.Namespace);
418restriction.BaseTypeName = new XmlQualifiedName("string", XmlSchema.Namespace);
444return new XmlQualifiedName(mapping.TypeName, mapping.Namespace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (30)
559AddNonXsdPrimitive(typeof(Guid), "guid", UrtTypes.Namespace, "Guid", new XmlQualifiedName("string", XmlSchema.Namespace), new XmlSchemaFacet[] { guidPattern }, TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.IgnoreDefault);
560AddNonXsdPrimitive(typeof(char), "char", UrtTypes.Namespace, "Char", new XmlQualifiedName("unsignedShort", XmlSchema.Namespace), new XmlSchemaFacet[0], TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.IgnoreDefault);
615AddSoapEncodedPrimitive(typeof(string), "normalizedString", ns, "String", new XmlQualifiedName("normalizedString", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.HasDefaultConstructor);
618AddSoapEncodedPrimitive(typeof(string), s_unsupportedTypes[i], ns, "String", new XmlQualifiedName(s_unsupportedTypes[i], XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.CollapseWhitespace);
621AddSoapEncodedPrimitive(typeof(string), "string", ns, "String", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.Reference);
622AddSoapEncodedPrimitive(typeof(int), "int", ns, "Int32", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
623AddSoapEncodedPrimitive(typeof(bool), "boolean", ns, "Boolean", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
624AddSoapEncodedPrimitive(typeof(short), "short", ns, "Int16", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
625AddSoapEncodedPrimitive(typeof(long), "long", ns, "Int64", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
626AddSoapEncodedPrimitive(typeof(float), "float", ns, "Single", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
627AddSoapEncodedPrimitive(typeof(double), "double", ns, "Double", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
628AddSoapEncodedPrimitive(typeof(decimal), "decimal", ns, "Decimal", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
629AddSoapEncodedPrimitive(typeof(DateTime), "dateTime", ns, "DateTime", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
630AddSoapEncodedPrimitive(typeof(XmlQualifiedName), "QName", ns, "XmlQualifiedName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference);
631AddSoapEncodedPrimitive(typeof(byte), "unsignedByte", ns, "Byte", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
632AddSoapEncodedPrimitive(typeof(SByte), "byte", ns, "SByte", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
633AddSoapEncodedPrimitive(typeof(UInt16), "unsignedShort", ns, "UInt16", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
634AddSoapEncodedPrimitive(typeof(UInt32), "unsignedInt", ns, "UInt32", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
635AddSoapEncodedPrimitive(typeof(UInt64), "unsignedLong", ns, "UInt64", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
638AddSoapEncodedPrimitive(typeof(DateTime), "date", ns, "Date", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
639AddSoapEncodedPrimitive(typeof(DateTime), "time", ns, "Time", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
641AddSoapEncodedPrimitive(typeof(string), "Name", ns, "XmlName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
642AddSoapEncodedPrimitive(typeof(string), "NCName", ns, "XmlNCName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
643AddSoapEncodedPrimitive(typeof(string), "NMTOKEN", ns, "XmlNmToken", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
644AddSoapEncodedPrimitive(typeof(string), "NMTOKENS", ns, "XmlNmTokens", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
646AddSoapEncodedPrimitive(typeof(byte[]), "base64Binary", ns, "ByteArrayBase64", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference | TypeFlags.IgnoreDefault | TypeFlags.XmlEncodingNotRequired);
647AddSoapEncodedPrimitive(typeof(byte[]), "hexBinary", ns, "ByteArrayHex", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference | TypeFlags.IgnoreDefault | TypeFlags.XmlEncodingNotRequired);
649AddSoapEncodedPrimitive(typeof(string), "arrayCoordinate", ns, "String", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue);
650AddSoapEncodedPrimitive(typeof(byte[]), "base64", ns, "ByteArrayBase64", new XmlQualifiedName("base64Binary", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.IgnoreDefault | TypeFlags.Reference);
1434return new XmlQualifiedName(name, ns);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (11)
71return (new XmlQualifiedName(xmlMembersMapping.Accessor.Name, xmlMembersMapping.Accessor.Namespace));
448return new XmlQualifiedName(mapping.TypeDesc.DataType.Name, UrtTypes.Namespace);
564schemaElement.RefName = new XmlQualifiedName("schema", XmlSchema.Namespace);
611qname = new XmlQualifiedName(type.Name, mapping.Namespace);
617qname = new XmlQualifiedName(mapping.TypeDesc.DataType.Name, XmlSchema.Namespace);
682element.SchemaTypeName = new XmlQualifiedName(type.Name, mapping.Namespace);
735attribute.RefName = new XmlQualifiedName(accessor.Name, XmlReservedNs.NsXml);
797refAttribute.RefName = new XmlQualifiedName(accessor.Name, accessor.Namespace);
891refElement.RefName = new XmlQualifiedName(accessor.Name, accessor.Namespace);
1074XmlQualifiedName qname = new XmlQualifiedName(type.Name, mapping.Namespace);
1199restriction.BaseTypeName = new XmlQualifiedName("string", XmlSchema.Namespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (11)
132typeName = new XmlQualifiedName(name, DataContract.GetDefaultStableNamespace(type));
166s_anytypeQualifiedName = new XmlQualifiedName(Globals.AnyTypeLocalName, Globals.SchemaNamespace);
183s_stringQualifiedName = new XmlQualifiedName(Globals.StringLocalName, Globals.SchemaNamespace);
200s_defaultEnumBaseTypeName = new XmlQualifiedName(Globals.IntLocalName, Globals.SchemaNamespace);
217s_enumerationValueAnnotationName = new XmlQualifiedName(Globals.EnumerationValueLocalName, Globals.SerializationNamespace);
234s_surrogateDataAnnotationName = new XmlQualifiedName(Globals.SurrogateDataLocalName, Globals.SerializationNamespace);
251s_defaultValueAnnotation = new XmlQualifiedName(Globals.DefaultValueLocalName, Globals.SerializationNamespace);
268s_actualTypeAnnotationName = new XmlQualifiedName(Globals.ActualTypeLocalName, Globals.SerializationNamespace);
285s_isDictionaryAnnotationName = new XmlQualifiedName(Globals.IsDictionaryLocalName, Globals.SerializationNamespace);
302s_isValueTypeName = new XmlQualifiedName(Globals.IsValueTypeLocalName, Globals.SerializationNamespace);
314iSerializableFactoryTypeAttribute.RefName = new XmlQualifiedName(Globals.ISerializableFactoryTypeLocalName, Globals.SerializationNamespace);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (11)
259XmlQualifiedName currentTypeName = new XmlQualifiedName(schemaType.Name, schema.TargetNamespace);
296XmlQualifiedName currentElementName = new XmlQualifiedName(schemaElement.Name, schema.TargetNamespace);
364xmlDataContract.SetTopLevelElementName(new XmlQualifiedName(element.Name, ns));
376typeQName = new XmlQualifiedName(typeQName.Name + i.ToString(NumberFormatInfo.InvariantInfo), typeQName.Namespace);
752XmlQualifiedName xlinqTypeName = new XmlQualifiedName("XElement", "http://schemas.datacontract.org/2004/07/System.Xml.Linq");
984memberTypeContract = ImportAnonymousElement(element, new XmlQualifiedName(String.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace));
1054return new XmlQualifiedName(name, ns);
1083XmlQualifiedName shortName = new XmlQualifiedName(element.Name, typeName.Namespace);
1091XmlQualifiedName fullName = new XmlQualifiedName(String.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace);
1129dataContract.ItemContract.StableName = new XmlQualifiedName(genericInfo.GetExpandedStableName().Name, typeName.Namespace);
1304GenericInfo genInfo = new GenericInfo(new XmlQualifiedName(name, ns), type.Name);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressingVersion.cs (14)
91new XmlQualifiedName(AddressingStrings.To, Addressing10Strings.Namespace),
92new XmlQualifiedName(AddressingStrings.From, Addressing10Strings.Namespace),
93new XmlQualifiedName(AddressingStrings.FaultTo, Addressing10Strings.Namespace),
94new XmlQualifiedName(AddressingStrings.ReplyTo, Addressing10Strings.Namespace),
95new XmlQualifiedName(AddressingStrings.MessageId, Addressing10Strings.Namespace),
96new XmlQualifiedName(AddressingStrings.RelatesTo, Addressing10Strings.Namespace),
97new XmlQualifiedName(AddressingStrings.Action, Addressing10Strings.Namespace)
114new XmlQualifiedName(AddressingStrings.To, Addressing200408Strings.Namespace),
115new XmlQualifiedName(AddressingStrings.From, Addressing200408Strings.Namespace),
116new XmlQualifiedName(AddressingStrings.FaultTo, Addressing200408Strings.Namespace),
117new XmlQualifiedName(AddressingStrings.ReplyTo, Addressing200408Strings.Namespace),
118new XmlQualifiedName(AddressingStrings.MessageId, Addressing200408Strings.Namespace),
119new XmlQualifiedName(AddressingStrings.RelatesTo, Addressing200408Strings.Namespace),
120new XmlQualifiedName(AddressingStrings.Action, Addressing200408Strings.Namespace)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (16)
81public int AddName(XmlQualifiedName name, object particle)
149foreach (XmlQualifiedName name in _names.Keys)
151if (name != XmlQualifiedName.Empty && list.Allows(name))
176public int this[XmlQualifiedName name]
200public bool Exists(XmlQualifiedName name)
227return ((XmlQualifiedName)de.Key).ToString();
1062public virtual object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode)
1145public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode)
1199public bool Exists(XmlQualifiedName name)
1208public void AddName(XmlQualifiedName name, object particle)
1344LeafNode endMarker = new LeafNode(_positions.Add(_symbols.AddName(XmlQualifiedName.Empty, null), null));
1687public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode)
1811public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode)
1974public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode)
2264public bool AddElement(XmlQualifiedName name, object particle, bool isEmptiable)
2293public override object ValidateElement(XmlQualifiedName name, ValidationState context, out int errorCode)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (27)
27internal static XmlQualifiedName ST_boolean = new XmlQualifiedName("boolean", XmlSchema.Namespace);
28internal static XmlQualifiedName ST_byte = new XmlQualifiedName("byte", XmlSchema.Namespace);
29internal static XmlQualifiedName ST_unsignedByte = new XmlQualifiedName("unsignedByte", XmlSchema.Namespace);
30internal static XmlQualifiedName ST_short = new XmlQualifiedName("short", XmlSchema.Namespace);
31internal static XmlQualifiedName ST_unsignedShort = new XmlQualifiedName("unsignedShort", XmlSchema.Namespace);
32internal static XmlQualifiedName ST_int = new XmlQualifiedName("int", XmlSchema.Namespace);
33internal static XmlQualifiedName ST_unsignedInt = new XmlQualifiedName("unsignedInt", XmlSchema.Namespace);
34internal static XmlQualifiedName ST_long = new XmlQualifiedName("long", XmlSchema.Namespace);
35internal static XmlQualifiedName ST_unsignedLong = new XmlQualifiedName("unsignedLong", XmlSchema.Namespace);
36internal static XmlQualifiedName ST_integer = new XmlQualifiedName("integer", XmlSchema.Namespace);
37internal static XmlQualifiedName ST_decimal = new XmlQualifiedName("decimal", XmlSchema.Namespace);
38internal static XmlQualifiedName ST_float = new XmlQualifiedName("float", XmlSchema.Namespace);
39internal static XmlQualifiedName ST_double = new XmlQualifiedName("double", XmlSchema.Namespace);
40internal static XmlQualifiedName ST_duration = new XmlQualifiedName("duration", XmlSchema.Namespace);
41internal static XmlQualifiedName ST_dateTime = new XmlQualifiedName("dateTime", XmlSchema.Namespace);
42internal static XmlQualifiedName ST_time = new XmlQualifiedName("time", XmlSchema.Namespace);
43internal static XmlQualifiedName ST_date = new XmlQualifiedName("date", XmlSchema.Namespace);
44internal static XmlQualifiedName ST_gYearMonth = new XmlQualifiedName("gYearMonth", XmlSchema.Namespace);
45internal static XmlQualifiedName ST_string = new XmlQualifiedName("string", XmlSchema.Namespace);
46internal static XmlQualifiedName ST_anySimpleType = new XmlQualifiedName("anySimpleType", XmlSchema.Namespace);
48internal static XmlQualifiedName[] SimpleTypes =
909XmlQualifiedName qname = new XmlQualifiedName(_xtr.LocalName, _xtr.NamespaceURI);
926xse.SchemaTypeName = XmlQualifiedName.Empty;
1027else if (elem.SchemaTypeName != XmlQualifiedName.Empty)
1273xse.SchemaTypeName = XmlQualifiedName.Empty; //re-set the name
1465internal XmlQualifiedName RefineSimpleType(string s, ref int iTypeFlags)
2439private static int GetSchemaType(XmlQualifiedName qname)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (35)
32private Dictionary<XmlQualifiedName, SchemaElementDecl> _elementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>();
33private Dictionary<XmlQualifiedName, SchemaElementDecl> _undeclaredElementDecls = new Dictionary<XmlQualifiedName, SchemaElementDecl>();
35private Dictionary<XmlQualifiedName, SchemaEntity> _generalEntities;
36private Dictionary<XmlQualifiedName, SchemaEntity> _parameterEntities;
38private XmlQualifiedName _docTypeName = XmlQualifiedName.Empty;
44private Dictionary<XmlQualifiedName, SchemaAttDef> _attributeDecls = new Dictionary<XmlQualifiedName, SchemaAttDef>();
47private Dictionary<XmlQualifiedName, SchemaElementDecl> _elementDeclsByType = new Dictionary<XmlQualifiedName, SchemaElementDecl>();
56public XmlQualifiedName DocTypeName
68internal Dictionary<XmlQualifiedName, SchemaElementDecl> ElementDecls
73internal Dictionary<XmlQualifiedName, SchemaElementDecl> UndeclaredElementDecls
78internal Dictionary<XmlQualifiedName, SchemaEntity> GeneralEntities
84_generalEntities = new Dictionary<XmlQualifiedName, SchemaEntity>();
90internal Dictionary<XmlQualifiedName, SchemaEntity> ParameterEntities
96_parameterEntities = new Dictionary<XmlQualifiedName, SchemaEntity>();
113internal Dictionary<XmlQualifiedName, SchemaElementDecl> ElementDeclsByType
118internal Dictionary<XmlQualifiedName, SchemaAttDef> AttributeDecls
141internal SchemaElementDecl GetElementDecl(XmlQualifiedName qname)
151internal SchemaElementDecl GetTypeDecl(XmlQualifiedName qname)
162internal XmlSchemaElement GetElement(XmlQualifiedName qname)
172internal XmlSchemaAttribute GetAttribute(XmlQualifiedName qname)
182internal XmlSchemaElement GetType(XmlQualifiedName qname)
202internal SchemaAttDef GetAttributeXdr(SchemaElementDecl ed, XmlQualifiedName qname)
224internal SchemaAttDef GetAttributeXsd(SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, out AttributeMatchState attributeMatchState)
305internal SchemaAttDef GetAttributeXsd(SchemaElementDecl ed, XmlQualifiedName qname, ref bool skip)
359foreach (KeyValuePair<XmlQualifiedName, SchemaElementDecl> entry in sinfo._elementDecls)
366foreach (KeyValuePair<XmlQualifiedName, SchemaElementDecl> entry in sinfo._elementDeclsByType)
391Dictionary<XmlQualifiedName, SchemaElementDecl> elements = _elementDecls;
430XmlQualifiedName qname = new XmlQualifiedName(prefix, localName);
454XmlQualifiedName qname = new XmlQualifiedName(name);
463XmlQualifiedName IDtdInfo.Name
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (43)
55internal XmlQualifiedName _Name;
57internal XmlQualifiedName _TypeName;
77_Name = XmlQualifiedName.Empty;
79_TypeName = XmlQualifiedName.Empty;
149internal XmlQualifiedName _Name;
427XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames));
441SendValidationEvent(ResXml.Sch_UnsupportedElement, XmlQualifiedName.ToString(name, prefix));
453XmlQualifiedName qname = new XmlQualifiedName(name, XmlSchemaDatatype.XdrCanonizeUri(ns, _NameTable, _SchemaNames));
463XmlQualifiedName qnameValue = XmlQualifiedName.Parse(value, _CurNsMgr, out prefixValue);
500XmlQualifiedName.ToString(qname.Name, prefix));
682XmlQualifiedName gname = builder._UndefinedAttributeTypes._TypeName;
707builder.SendValidationEvent(ResXml.Sch_UndeclaredElement, XmlQualifiedName.ToString(ed.Name.Name, ed.Prefix));
739XmlQualifiedName qname = (XmlQualifiedName)obj;
743builder.SendValidationEvent(ResXml.Sch_DupElementDecl, XmlQualifiedName.ToString(qname.Name, prefix));
756builder._ElementDef._ContentAttr = builder.GetContent((XmlQualifiedName)obj);
761builder._contentValidator.IsOpen = builder.GetModel((XmlQualifiedName)obj);
766builder._ElementDef._OrderAttr = builder._GroupDef._Order = builder.GetOrder((XmlQualifiedName)obj);
924XmlQualifiedName pName = patt._TypeName;
1018ad._AttDef = new SchemaAttDef(XmlQualifiedName.Empty, null);
1038XmlQualifiedName qname = (XmlQualifiedName)obj;
1052builder.SendValidationEvent(ResXml.Sch_DupAttribute, XmlQualifiedName.ToString(qname.Name, prefix));
1066builder.SendValidationEvent(ResXml.Sch_DupAttribute, XmlQualifiedName.ToString(qname.Name, prefix));
1083XmlQualifiedName qname = (XmlQualifiedName)obj;
1191XmlQualifiedName qname = (XmlQualifiedName)obj;
1257builder._BaseDecl._TypeName = (XmlQualifiedName)obj;
1282XmlQualifiedName qname = builder._BaseDecl._TypeName;
1297XmlQualifiedName gname = qname;
1308builder.SendValidationEvent(ResXml.Sch_UndeclaredAttribute, XmlQualifiedName.ToString(qname.Name, prefix));
1372builder._GroupDef._Order = builder.GetOrder((XmlQualifiedName)obj);
1498private bool GetNextState(XmlQualifiedName qname)
1515private bool IsSkipableElement(XmlQualifiedName qname)
1529private bool IsSkipableAttribute(XmlQualifiedName qname)
1554private int GetOrder(XmlQualifiedName qname)
1597XmlQualifiedName qname = (XmlQualifiedName)obj;
1730private int GetContent(XmlQualifiedName qname)
1759private bool GetModel(XmlQualifiedName qname)
1785XmlQualifiedName.ToString(_ElementDef._ElementDecl.Name.Name, _ElementDef._ElementDecl.Prefix));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (22)
101private XmlQualifiedName _contextQName;
212Push(XmlQualifiedName.Empty);
434XmlQualifiedName elementName = _contextQName;
554XmlQualifiedName attQName = new XmlQualifiedName(lName, ns);
1331private object ValidateElementContext(XmlQualifiedName elementName, out bool invalidElementInContext)
1335XmlQualifiedName head;
1414private XmlSchemaElement GetSubstitutionGroupHead(XmlQualifiedName member)
1419XmlQualifiedName head = memberElem.SubstitutionGroup;
1542private void Push(XmlQualifiedName elementName)
1607private SchemaElementDecl FastGetElementDecl(XmlQualifiedName elementName, object particle)
1660XmlQualifiedName xsiTypeName = XmlQualifiedName.Empty;
1671xsiTypeName = typedVal as XmlQualifiedName;
1798private SchemaAttDef CheckIsXmlAttribute(XmlQualifiedName attQName)
2131Dictionary<XmlQualifiedName, SchemaAttDef> attributeDefs = currentElementDecl.AttDefs;
2154xsiElement.SchemaTypeName = XmlQualifiedName.Empty; //Reset typeName on element as this might be different
2525internal static void ElementValidationError(XmlQualifiedName name, ValidationState context, ValidationEventHandler eventHandler, object sender, string sourceUri, int lineNo, int linePos, XmlSchemaSet schemaSet)
2627XmlQualifiedName currentQName;
2684XmlQualifiedName name = null;
2685name = expected[0] as XmlQualifiedName;
2711name = expected[i] as XmlQualifiedName;
2772internal static string BuildElementName(XmlQualifiedName qname)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (7)
534AddPrimitive(typeof(XmlQualifiedName), "QName", "XmlQualifiedName", TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference);
598if (type == typeof(XmlQualifiedName))
630AddSoapEncodedPrimitive(typeof(XmlQualifiedName), "QName", ns, "XmlQualifiedName", new XmlQualifiedName("string", XmlSchema.Namespace), TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference);
664private static void AddNonXsdPrimitive(Type type, string dataTypeName, string ns, string formatterName, XmlQualifiedName baseTypeName, XmlSchemaFacet[] facets, TypeFlags flags)
682private static void AddSoapEncodedPrimitive(Type type, string dataTypeName, string ns, string formatterName, XmlQualifiedName baseTypeName, TypeFlags flags)
857else if (type == typeof(XmlQualifiedName))
1395static internal XmlQualifiedName ParseWsdlArrayType(string type, out string dims, XmlSchemaObject parent)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (31)
68public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, Type baseType)
91public XmlTypeMapping ImportDerivedTypeMapping(XmlQualifiedName name, Type baseType, bool baseTypeCanBeIndirect)
120public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName)
130public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, Type baseType)
139public XmlTypeMapping ImportSchemaType(XmlQualifiedName typeName, Type baseType, bool baseTypeCanBeIndirect)
180public XmlTypeMapping ImportTypeMapping(XmlQualifiedName name)
189public XmlMembersMapping ImportMembersMapping(XmlQualifiedName name)
195public XmlMembersMapping ImportAnyType(XmlQualifiedName typeName, string elementName)
238public XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names)
247public XmlMembersMapping ImportMembersMapping(XmlQualifiedName[] names, Type baseType, bool baseTypeCanBeIndirect)
254XmlQualifiedName name = names[i];
298private ElementAccessor ImportElement(XmlQualifiedName name, Type desiredMappingType, Type baseType)
331XmlQualifiedName parentType = XmlSchemas.GetParentName(element);
420private void RunSchemaExtensions(TypeMapping mapping, XmlQualifiedName qname, XmlSchemaType type, XmlSchemaObject context, TypeFlags flags)
490XmlQualifiedName qname = new XmlQualifiedName(typeName, ns);
505internal override void ImportDerivedTypes(XmlQualifiedName baseName)
526private TypeMapping ImportType(XmlQualifiedName name, Type desiredMappingType, Type baseType, TypeFlags flags, bool addref)
735internal XmlQualifiedName baseSimpleType;
773XmlQualifiedName groupName = ((XmlSchemaAttributeGroupRef)item).RefName;
1215private void ImportTextMember(CodeIdentifiers members, CodeIdentifiers membersScope, XmlQualifiedName simpleContentType)
1312RunSchemaExtensions(mapping, XmlQualifiedName.Empty, null, any, flags);
1503RunSchemaExtensions(mapping, XmlQualifiedName.Empty, null, any, flags);
1689private AttributeAccessor ImportSpecialAttribute(XmlQualifiedName name, string identifier)
1955private XmlSchemaGroup FindGroup(XmlQualifiedName name)
1964private XmlSchemaAttributeGroup FindAttributeGroup(XmlQualifiedName name)
1973internal static XmlQualifiedName BaseTypeName(XmlSchemaSimpleType dataType)
2001XmlQualifiedName qname = BaseTypeName(dataType);
2010private XmlSchemaSimpleType FindDataType(XmlQualifiedName name, TypeFlags flags)
2039private XmlSchemaType FindType(XmlQualifiedName name, TypeFlags flags)
2053private XmlSchemaElement FindElement(XmlQualifiedName name)
2061private XmlSchemaAttribute FindAttribute(XmlQualifiedName name)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (34)
94XmlQualifiedName[] qnames = (XmlQualifiedName[])value.ToArray(typeof(XmlQualifiedName));
189private XmlQualifiedName GetPrimitiveTypeName(Type type)
194private XmlQualifiedName GetPrimitiveTypeName(Type type, bool throwIfUnknown)
196XmlQualifiedName qname = GetPrimitiveTypeNameInternal(type);
202internal static XmlQualifiedName GetPrimitiveTypeNameInternal(Type type)
228if (type == typeof(XmlQualifiedName)) typeName = "QName";
323if (t == typeof(XmlQualifiedName))
333value = FromXmlQualifiedName((XmlQualifiedName)o, false);
420protected string FromXmlQualifiedName(XmlQualifiedName xmlQualifiedName)
426protected string FromXmlQualifiedName(XmlQualifiedName xmlQualifiedName, bool ignoreEmpty)
675protected void WriteNullableStringEncoded(string name, string ns, string value, XmlQualifiedName xsiType)
694protected void WriteNullableStringEncodedRaw(string name, string ns, string value, XmlQualifiedName xsiType)
703protected void WriteNullableStringEncodedRaw(string name, string ns, byte[] value, XmlQualifiedName xsiType)
733protected void WriteNullableQualifiedNameEncoded(string name, string ns, XmlQualifiedName value, XmlQualifiedName xsiType)
745protected void WriteNullableQualifiedNameLiteral(string name, string ns, XmlQualifiedName value)
941XmlQualifiedName qname = TypeScope.ParseWsdlArrayType(attr.Value, out dims, (container is XmlSchemaObject) ? (XmlSchemaObject)container : null);
1084protected void WriteElementString(String localName, String value, XmlQualifiedName xsiType)
1090protected void WriteElementString(String localName, String ns, String value, XmlQualifiedName xsiType)
1129protected void WriteElementStringRaw(String localName, String value, XmlQualifiedName xsiType)
1135protected void WriteElementStringRaw(String localName, byte[] value, XmlQualifiedName xsiType)
1141protected void WriteElementStringRaw(String localName, String ns, String value, XmlQualifiedName xsiType)
1152protected void WriteElementStringRaw(String localName, String ns, byte[] value, XmlQualifiedName xsiType)
1173protected void WriteElementQualifiedName(String localName, XmlQualifiedName value)
1179protected void WriteElementQualifiedName(string localName, XmlQualifiedName value, XmlQualifiedName xsiType)
1188protected void WriteElementQualifiedName(String localName, String ns, XmlQualifiedName value)
1194protected void WriteElementQualifiedName(string localName, string ns, XmlQualifiedName value, XmlQualifiedName xsiType)
1252XmlQualifiedName qualName = GetPrimitiveTypeName(elementType, false);
1281XmlQualifiedName qualName = GetPrimitiveTypeName(elementType);
1372if (Convert.GetTypeCode(o) == TypeCode.Object && !(o is Guid) && (t != typeof(XmlQualifiedName)) && !(o is XmlNode[]) && (t != typeof(byte[])))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CodeExporter.cs (14)
19using DataContractDictionary = System.Collections.Generic.Dictionary<Microsoft.Xml.XmlQualifiedName, DataContract>;
56foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in dataContractSet)
228private bool TryGetReferencedType(XmlQualifiedName stableName, DataContract dataContract, out Type type)
265foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in _dataContractSet)
277ExportClassDataContractHierarchy(classDataContract.StableName, classDataContract, contractCodeDomInfo, new Dictionary<XmlQualifiedName, object>());
304private void ExportClassDataContractHierarchy(XmlQualifiedName typeName, ClassDataContract classContract, ContractCodeDomInfo contractCodeDomInfo, Dictionary<XmlQualifiedName, object> contractNamesInHierarchy)
372private XmlQualifiedName GenericListName
382private XmlQualifiedName GenericDictionaryName
574XmlQualifiedName genericStableName = dataContract.GenericInfo.GetExpandedStableName();
628XmlQualifiedName expectedType = itemContract.GetArrayTypeName(collectionContract.IsItemTypeNullable);
720XmlQualifiedName stableName = paramInfo.GetExpandedStableName();
986foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in knownContracts)
1222XmlQualifiedName typeName = xmlDataContract.IsAnonymous
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (32)
14using DataContractDictionary = System.Collections.Generic.Dictionary<Microsoft.Xml.XmlQualifiedName, DataContract>;
351public XmlQualifiedName StableName
530private static Dictionary<XmlQualifiedName, DataContract> s_nameToBuiltInContract;
545private XmlQualifiedName _stableName;
833s_nameToBuiltInContract = new Dictionary<XmlQualifiedName, DataContract>();
836XmlQualifiedName qname = new XmlQualifiedName(name, ns);
924else if (type == typeof(XmlQualifiedName))
1169internal XmlQualifiedName StableName
1260internal void SetDataContractName(XmlQualifiedName stableName)
1401internal static XmlQualifiedName GetStableName(Type type)
1407internal static XmlQualifiedName GetStableName(Type type, out bool hasDataContract)
1419internal static XmlQualifiedName GetStableName(Type type, HashSet<Type> previousCollectionTypes, out bool hasDataContract)
1422XmlQualifiedName stableName;
1445private static XmlQualifiedName GetDCTypeStableName(Type type, DataContractAttribute dataContractAttribute)
1473private static XmlQualifiedName GetNonDCTypeStableName(Type type, HashSet<Type> previousCollectionTypes)
1498private static bool TryGetBuiltInXmlAndArrayTypeStableName(Type type, HashSet<Type> previousCollectionTypes, out XmlQualifiedName stableName)
1511XmlQualifiedName xmlTypeStableName;
1572internal static XmlQualifiedName GetCollectionStableName(Type type, Type itemType, out CollectionDataContractAttribute collectionContractAttribute)
1577internal static XmlQualifiedName GetCollectionStableName(Type type, Type itemType, HashSet<Type> previousCollectionTypes, out CollectionDataContractAttribute collectionContractAttribute)
1614XmlQualifiedName elementStableName = GetStableName(itemType, previousCollectionTypes, out bool hasDataContract);
1634internal XmlQualifiedName GetArrayTypeName(bool isNullable)
1636XmlQualifiedName itemName;
1656internal static XmlQualifiedName GetDefaultStableName(Type type)
1698XmlQualifiedName qname = DataContract.GetStableName(genParam);
1780internal static XmlQualifiedName CreateQualifiedName(string localName, string ns)
2406private XmlQualifiedName GetStableName(int i)
2409XmlQualifiedName qname = o as XmlQualifiedName;
2425private XmlQualifiedName _stableName;
2429internal GenericInfo(XmlQualifiedName stableName, string genericTypeName)
2457internal XmlQualifiedName GetExpandedStableName()
2469internal XmlQualifiedName StableName
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (24)
13using DataContractDictionary = System.Collections.Generic.Dictionary<Microsoft.Xml.XmlQualifiedName, DataContract>;
17private Dictionary<XmlQualifiedName, DataContract> _contracts;
24private Dictionary<XmlQualifiedName, object> _referencedTypesDictionary;
25private Dictionary<XmlQualifiedName, object> _referencedCollectionTypesDictionary;
43foreach (KeyValuePair<XmlQualifiedName, DataContract> pair in dataContractSet)
57private Dictionary<XmlQualifiedName, DataContract> Contracts
63_contracts = new Dictionary<XmlQualifiedName, DataContract>();
115public void Add(XmlQualifiedName name, DataContract dataContract)
122internal void InternalAdd(XmlQualifiedName name, DataContract dataContract)
219internal XmlQualifiedName GetStableName(Type clrType)
296public DataContract this[XmlQualifiedName key]
314public bool Remove(XmlQualifiedName key)
321public IEnumerator<KeyValuePair<XmlQualifiedName, DataContract>> GetEnumerator()
348private Dictionary<XmlQualifiedName, object> GetReferencedTypes()
352_referencedTypesDictionary = new Dictionary<XmlQualifiedName, object>();
370private Dictionary<XmlQualifiedName, object> GetReferencedCollectionTypes()
374_referencedCollectionTypesDictionary = new Dictionary<XmlQualifiedName, object>();
384XmlQualifiedName genericDictionaryName = DataContract.GetStableName(Globals.TypeOfDictionaryGeneric);
391private void AddReferencedType(Dictionary<XmlQualifiedName, object> referencedTypes, Type type)
395XmlQualifiedName stableName;
438internal bool TryGetReferencedType(XmlQualifiedName stableName, DataContract dataContract, out Type type)
443internal bool TryGetReferencedCollectionType(XmlQualifiedName stableName, DataContract dataContract, out Type type)
448private bool TryGetReferencedType(XmlQualifiedName stableName, DataContract dataContract, bool useReferencedCollectionTypes, out Type type)
451Dictionary<XmlQualifiedName, object> referencedTypes = useReferencedCollectionTypes ? GetReferencedCollectionTypes() : GetReferencedTypes();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (22)
17internal static void GetXmlTypeInfo(Type type, out XmlQualifiedName stableName, out XmlSchemaType xsdType, out bool hasRoot)
32private static bool InvokeSchemaProviderMethod(Type clrType, XmlSchemaSet schemas, out XmlQualifiedName stableName, out XmlSchemaType xsdType, out bool hasRoot)
81stableName = (XmlQualifiedName)typeInfo;
113internal static bool IsSpecialXmlType(Type type, out XmlQualifiedName typeName, out XmlSchemaType xsdType, out bool hasRoot)
157private static XmlQualifiedName s_anytypeQualifiedName;
158internal static XmlQualifiedName AnytypeQualifiedName
174private static XmlQualifiedName s_stringQualifiedName;
175internal static XmlQualifiedName StringQualifiedName
191private static XmlQualifiedName s_defaultEnumBaseTypeName;
192internal static XmlQualifiedName DefaultEnumBaseTypeName
208private static XmlQualifiedName s_enumerationValueAnnotationName;
209internal static XmlQualifiedName EnumerationValueAnnotationName
225private static XmlQualifiedName s_surrogateDataAnnotationName;
226internal static XmlQualifiedName SurrogateDataAnnotationName
242private static XmlQualifiedName s_defaultValueAnnotation;
243internal static XmlQualifiedName DefaultValueAnnotation
259private static XmlQualifiedName s_actualTypeAnnotationName;
260internal static XmlQualifiedName ActualTypeAnnotationName
276private static XmlQualifiedName s_isDictionaryAnnotationName;
277internal static XmlQualifiedName IsDictionaryAnnotationName
293private static XmlQualifiedName s_isValueTypeName;
294internal static XmlQualifiedName IsValueTypeName
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (60)
17using DataContractDictionary = System.Collections.Generic.Dictionary<Microsoft.Xml.XmlQualifiedName, DataContract>;
18using SchemaObjectDictionary = System.Collections.Generic.Dictionary<Microsoft.Xml.XmlQualifiedName, SchemaObjectInfo>;
24private ICollection<XmlQualifiedName> _typeNames;
26private XmlQualifiedName[] _elementTypeNames;
38internal SchemaImporter(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames, DataContractSet dataContractSet, bool importXmlDataType)
99foreach (XmlQualifiedName typeName in _typeNames)
111XmlQualifiedName typeName = element.SchemaTypeName;
172private void ImportKnownTypes(XmlQualifiedName typeName)
259XmlQualifiedName currentTypeName = new XmlQualifiedName(schemaType.Name, schema.TargetNamespace);
271XmlQualifiedName baseTypeName = GetBaseTypeName(schemaType);
296XmlQualifiedName currentElementName = new XmlQualifiedName(schemaElement.Name, schema.TargetNamespace);
314private XmlQualifiedName GetBaseTypeName(XmlSchemaType type)
316XmlQualifiedName baseTypeName = null;
358private DataContract ImportAnonymousGlobalElement(XmlSchemaElement element, XmlQualifiedName typeQName, string ns)
370private DataContract ImportAnonymousElement(XmlSchemaElement element, XmlQualifiedName typeQName)
389private DataContract ImportType(XmlQualifiedName typeName)
410private DataContract ImportType(XmlSchemaType type, XmlQualifiedName typeName, bool isAnonymous)
477XmlQualifiedName baseTypeName = restriction.BaseTypeName;
489if (type.QualifiedName != XmlQualifiedName.Empty)
528private void RemoveFailedContract(XmlQualifiedName typeName)
553XmlQualifiedName expectedBase = SchemaExporter.StringQualifiedName;
554if (restriction.BaseTypeName != XmlQualifiedName.Empty)
628private DataContract ImportType(XmlQualifiedName typeName, XmlSchemaParticle rootParticle, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, XmlQualifiedName baseTypeName, XmlSchemaAnnotation annotation)
661private ClassDataContract ImportClass(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlQualifiedName baseTypeName, XmlSchemaAnnotation annotation, bool isReference)
704private DataContract ImportXmlDataType(XmlQualifiedName typeName, XmlSchemaType xsdType, bool isAnonymous)
752XmlQualifiedName xlinqTypeName = new XmlQualifiedName("XElement", "http://schemas.datacontract.org/2004/07/System.Xml.Linq");
816private bool IsValueType(XmlQualifiedName typeName, XmlSchemaAnnotation annotation)
836private ClassDataContract ImportISerializable(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlQualifiedName baseTypeName, XmlSchemaObjectCollection attributes, XmlSchemaAnnotation annotation)
858private void CheckISerializableBase(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes)
883XmlQualifiedName factoryTypeAttributeRefName = SchemaExporter.ISerializableFactoryTypeAttribute.RefName;
904private bool IsISerializableDerived(XmlQualifiedName typeName, XmlSchemaSequence rootSequence)
912private void ImportBaseContract(XmlQualifiedName baseTypeName, ClassDataContract dataContract)
938private void ImportTopLevelElement(XmlQualifiedName typeName)
946XmlQualifiedName elementTypeName = topLevelElement.SchemaTypeName;
962XmlQualifiedName typeName = dataContract.StableName;
992XmlQualifiedName memberTypeName = ImportActualType(element.Annotation, element.SchemaTypeName, typeName);
1022XmlQualifiedName surrogateDataAnnotationName = SchemaExporter.SurrogateDataAnnotationName;
1028private bool? ImportEmitDefaultValue(XmlSchemaAnnotation annotation, XmlQualifiedName typeName)
1040internal static XmlQualifiedName ImportActualType(XmlSchemaAnnotation annotation, XmlQualifiedName defaultTypeName, XmlQualifiedName typeName)
1060private CollectionDataContract ImportCollection(XmlQualifiedName typeName, XmlSchemaSequence rootSequence, XmlSchemaObjectCollection attributes, XmlSchemaAnnotation annotation, bool isReference)
1083XmlQualifiedName shortName = new XmlQualifiedName(element.Name, typeName.Namespace);
1091XmlQualifiedName fullName = new XmlQualifiedName(String.Format(CultureInfo.InvariantCulture, "{0}.{1}Type", typeName.Name, element.Name), typeName.Namespace);
1152private bool IsDictionary(XmlQualifiedName typeName, XmlSchemaAnnotation annotation)
1169private EnumDataContract ImportFlagsEnum(XmlQualifiedName typeName, XmlSchemaSimpleTypeList list, XmlSchemaAnnotation annotation)
1194private EnumDataContract ImportEnum(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction, bool isFlags, XmlSchemaAnnotation annotation)
1224private DataContract ImportSimpleTypeRestriction(XmlQualifiedName typeName, XmlSchemaSimpleTypeRestriction restriction)
1252XmlQualifiedName surrogateDataAnnotationName = SchemaExporter.SurrogateDataAnnotationName;
1353private void CheckComplexType(XmlQualifiedName typeName, XmlSchemaComplexType type)
1361private void CheckIfElementUsesUnsupportedConstructs(XmlQualifiedName typeName, XmlSchemaElement element)
1373private void ImportAttributes(XmlQualifiedName typeName, XmlSchemaObjectCollection attributes, XmlSchemaAnyAttribute anyAttribute, out bool isReference)
1402private bool TryCheckIfAttribute(XmlQualifiedName typeName, XmlSchemaAttribute attribute, XmlQualifiedName refName, ref bool foundAttribute)
1417private string GetInnerText(XmlQualifiedName typeName, XmlElement xmlElement)
1433private static XmlElement ImportAnnotation(XmlSchemaAnnotation annotation, XmlQualifiedName annotationQualifiedName)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XsdDataContractImporter.cs (19)
21private static readonly XmlQualifiedName[] s_emptyTypeNameArray = new XmlQualifiedName[0];
24private XmlQualifiedName[] _singleTypeNameArray;
80public void Import(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames)
91public void Import(XmlSchemaSet schemas, XmlQualifiedName typeName)
103public XmlQualifiedName Import(XmlSchemaSet schemas, XmlSchemaElement element)
125public bool CanImport(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames)
136public bool CanImport(XmlSchemaSet schemas, XmlQualifiedName typeName)
144return InternalCanImport(schemas, new XmlQualifiedName[] { typeName }, s_emptyElementArray, s_emptyTypeNameArray);
160public CodeTypeReference GetCodeTypeReference(XmlQualifiedName typeName)
167public CodeTypeReference GetCodeTypeReference(XmlQualifiedName typeName, XmlSchemaElement element)
179internal DataContract FindDataContract(XmlQualifiedName typeName)
194public ICollection<CodeTypeReference> GetKnownTypeReferences(XmlQualifiedName typeName)
211private XmlQualifiedName[] SingleTypeNameArray
216_singleTypeNameArray = new XmlQualifiedName[1];
231private void InternalImport(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames/*filled on return*/)
266private bool InternalCanImport(XmlSchemaSet schemas, ICollection<XmlQualifiedName> typeNames, ICollection<XmlSchemaElement> elements, XmlQualifiedName[] elementTypeNames)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (59)
28private static readonly XmlQualifiedName s_anyType = new XmlQualifiedName("anyType", XmlSchema.Namespace);
234XmlQualifiedName detailElementTypeName;
235XmlQualifiedName detailElementQname;
574XmlQualifiedName detailElementTypeName;
575XmlQualifiedName detailElementQname;
597out XmlQualifiedName detailElementTypeName, out XmlQualifiedName detailElementQname)
664XmlQualifiedName typeName = part.Type;
700XmlQualifiedName typeName = part.Type;
721XmlQualifiedName elementName = wsdlPart.Element;
783private static XmlSchemaElement FindSchemaElement(XmlSchemaSet schemaSet, XmlQualifiedName elementName)
789private static XmlSchemaElement FindSchemaElement(XmlSchemaSet schemaSet, XmlQualifiedName elementName, out XmlSchema containingSchema)
807private static XmlSchemaType FindSchemaType(XmlSchemaSet schemaSet, XmlQualifiedName typeName)
815private static XmlSchemaType FindSchemaType(XmlSchemaSet schemaSet, XmlQualifiedName typeName, out XmlSchema containingSchema)
843XmlQualifiedName[] wsdlPrefixNsPairs = wsdl.Namespaces.ToArray();
849XmlQualifiedName[] xsdPrefixNsPairs = xsdNamespaces.ToArray();
851foreach (XmlQualifiedName pair in xsdPrefixNsPairs)
853foreach (XmlQualifiedName pair in wsdlPrefixNsPairs)
1206private static XmlQualifiedName GetTypeName(XmlSchemaElement element)
1209return XmlQualifiedName.Empty;
1216private static bool IsNullOrEmpty(XmlQualifiedName qname)
1226private static bool CheckAndAddPart(XmlQualifiedName typeNameFound, XmlQualifiedName typeNameRequired, string name, string ns, Type type, MessageDescription description, bool isReply)
1239private static bool CheckPart(XmlQualifiedName typeNameFound, XmlQualifiedName typeNameRequired)
1244private static XmlSchemaComplexType GetElementComplexType(XmlQualifiedName elementName, XmlSchemaSet schemaSet, out string ns, out XmlSchemaForm elementFormDefault)
1258XmlQualifiedName schemaTypeName = GetTypeName(schemaElement);
1450internal XmlQualifiedName GetPartName(WsdlNS.MessagePart part)
1487internal MessagePartDescription ImportParameterElement(XmlQualifiedName elementName, bool isHeader, bool isMultiple)
1505internal virtual bool CanImportFault(XmlSchemaElement detailElement, XmlQualifiedName detailElementTypeName)
1510internal virtual CodeTypeReference ImportFaultElement(XmlQualifiedName elementName, XmlSchemaElement element, bool isEncoded)
1515internal virtual CodeTypeReference ImportFaultType(XmlQualifiedName elementName, XmlQualifiedName typeName, bool isEncoded)
1530internal abstract bool CanImportType(XmlQualifiedName typeName);
1531internal abstract string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded);
1534internal abstract bool CanImportWrapperElement(XmlQualifiedName elementName);
1535internal abstract MessagePartDescription[] ImportWrapperElement(XmlQualifiedName elementName);
1584internal override bool CanImportType(XmlQualifiedName typeName)
1588internal override bool CanImportWrapperElement(XmlQualifiedName elementName)
1616internal override bool CanImportFault(XmlSchemaElement detailElement, XmlQualifiedName detailElementTypeName)
1639internal override MessagePartDescription[] ImportWrapperElement(XmlQualifiedName elementName)
1666internal override string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded)
1701XmlQualifiedName typeName = null;
1740private bool IsValueType(XmlQualifiedName typeName)
1776internal override CodeTypeReference ImportFaultElement(XmlQualifiedName elementName, XmlSchemaElement element, bool isEncoded)
1781XmlQualifiedName typeName = DataContractImporter.Import(schemaSet, element);
1803internal override CodeTypeReference ImportFaultType(XmlQualifiedName elementName, XmlQualifiedName typeName, bool isEncoded)
1817internal bool CanImportFaultType(XmlQualifiedName typeName)
1962internal override bool CanImportType(XmlQualifiedName typeName)
1967internal override bool CanImportWrapperElement(XmlQualifiedName elementName)
1977internal override bool CanImportFault(XmlSchemaElement detailElement, XmlQualifiedName detailElementTypeName)
1996internal override MessagePartDescription[] ImportWrapperElement(XmlQualifiedName elementName)
2012internal override CodeTypeReference ImportFaultElement(XmlQualifiedName elementName, XmlSchemaElement element, bool isEncoded)
2016XmlMembersMapping membersMapping = _xmlImporter.ImportMembersMapping(new XmlQualifiedName[] { elementName });
2021internal override CodeTypeReference ImportFaultType(XmlQualifiedName elementName, XmlQualifiedName typeName, bool isEncoded)
2042internal override string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded)
2061XmlMembersMapping membersMapping = _xmlImporter.ImportMembersMapping(new XmlQualifiedName[] { element.QualifiedName });
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (6)
183XmlQualifiedName contractName = NamingHelper.GetContractName(channelType, null, NamingHelper.MSNamespace);
198XmlQualifiedName contractName = NamingHelper.GetContractName(channelType, null, NamingHelper.MSNamespace);
742XmlQualifiedName contractName = NamingHelper.GetContractName(contractType, contractAttr.Name, contractAttr.Namespace);
970XmlQualifiedName contractQname = new XmlQualifiedName(declaringContract.Name, declaringContract.Namespace);
1096XmlQualifiedName contractName,
1540private void AddSortedParts<T>(List<T> partDescriptionList, KeyedCollection<XmlQualifiedName, T> partDescriptionCollection)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (19)
108public void ExportEndpoints(IEnumerable<ServiceEndpoint> endpoints, XmlQualifiedName wsdlServiceQName)
113internal void ExportEndpoints(IEnumerable<ServiceEndpoint> endpoints, XmlQualifiedName wsdlServiceQName, BindingParameterCollection bindingParameters)
145private void ExportEndpoint(ServiceEndpoint endpoint, XmlQualifiedName wsdlServiceQName, BindingParameterCollection bindingParameters)
256XmlQualifiedName wsdlPortTypeQName = WsdlNamingHelper.GetPortTypeQName(contract);
307private WsdlNS.Binding CreateWsdlBindingAndPort(ServiceEndpoint endpoint, XmlQualifiedName wsdlServiceQName, out WsdlNS.Port wsdlPort, out bool newBinding, out bool bindingNameWasUniquified)
312XmlQualifiedName wsdlBindingQName;
313XmlQualifiedName wsdlPortTypeQName;
502private WsdlNS.Service GetOrCreateWsdlService(XmlQualifiedName wsdlServiceQName)
1002private static bool PrefixExists(XmlQualifiedName[] prefixDefinitions, string prefix)
1004return Array.Exists<XmlQualifiedName>(prefixDefinitions,
1005delegate (XmlQualifiedName prefixDef)
1015private static bool TryMatchNamespace(XmlQualifiedName[] prefixDefinitions, string ns, out string prefix)
1018Array.Find<XmlQualifiedName>(prefixDefinitions,
1019delegate (XmlQualifiedName prefixDef)
1036internal static XmlQualifiedName GetPortTypeQName(ContractDescription contract)
1041internal static XmlQualifiedName GetBindingQName(ServiceEndpoint endpoint, WsdlExporter exporter, out bool wasUniquified)
1059XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(localName, bindingWsdlNamespace);
1254public readonly XmlQualifiedName ServiceQName;
1256public EndpointDictionaryKey(ServiceEndpoint endpoint, XmlQualifiedName serviceQName)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (27)
26private readonly Dictionary<XmlQualifiedName, WsdlContractConversionContext> _importedPortTypes = new Dictionary<XmlQualifiedName, WsdlContractConversionContext>();
27private readonly Dictionary<XmlQualifiedName, WsdlEndpointConversionContext> _importedBindings = new Dictionary<XmlQualifiedName, WsdlEndpointConversionContext>();
304XmlQualifiedName wsdlPortTypeQName = new XmlQualifiedName(wsdlPortType.Name, wsdlPortType.ServiceDescription.TargetNamespace);
364XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(wsdlBinding.Name, wsdlBinding.ServiceDescription.TargetNamespace);
415XmlQualifiedName bindingQName = WsdlNamingHelper.GetBindingName(wsdlBinding);
467XmlQualifiedName bindingQName = WsdlNamingHelper.GetBindingName(wsdlPort);
533private ContractDescription CreateContractDescription(WsdlNS.PortType wsdlPortType, XmlQualifiedName wsdlPortTypeQName)
536XmlQualifiedName contractQName = WsdlNamingHelper.GetContractName(wsdlPortTypeQName);
551private Binding CreateBinding(WsdlEndpointConversionContext endpointContext, XmlQualifiedName bindingQName)
573private ContractDescription GetOrImportContractDescription(XmlQualifiedName wsdlPortTypeQName, out bool wasExistingContractDescription)
642private bool TryFindExistingContract(XmlQualifiedName wsdlPortTypeQName, out ContractDescription existingContract)
644XmlQualifiedName contractQName = WsdlNamingHelper.GetContractName(wsdlPortTypeQName);
770XmlQualifiedName qName = GetUnhandledExtensionQName(ext, item);
807private XmlQualifiedName GetUnhandledExtensionQName(object extension, WsdlNS.NamedItem item)
1178internal static XmlQualifiedName GetBindingName(WsdlNS.Binding wsdlBinding)
1184internal static XmlQualifiedName GetBindingName(WsdlNS.Port wsdlPort)
1196internal static XmlQualifiedName GetContractName(XmlQualifiedName wsdlPortTypeQName)
1317XmlQualifiedName wsdlBindingQName = new XmlQualifiedName(wsdlBinding.Name, wsdlBinding.ServiceDescription.TargetNamespace);
1322static public string FindAdHocTransportPolicy(PolicyConversionContext policyContext, out XmlQualifiedName wsdlBindingQName)
1327static public string FindAdHocPolicy(PolicyConversionContext policyContext, string key, out XmlQualifiedName wsdlBindingQName)
1426private static void InsertPolicy(string key, string id, WsdlNS.ServiceDescription policyWsdl, string value, XmlQualifiedName wsdlBindingQName)
1442private static XmlElement CreatePolicyElement(string elementName, string value, XmlQualifiedName wsdlBindingQName)
1513XmlQualifiedName qName = WsdlExporter.WsdlNamingHelper.GetPortTypeQName(contract);
1629XmlQualifiedName bindingQName = new XmlQualifiedName(endpointContext.WsdlBinding.Name, endpointContext.WsdlBinding.ServiceDescription.TargetNamespace);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (390)
235WriteAttribute(@"binding", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Binding)));
406WriteAttribute(@"type", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Type)));
1217WriteAttribute(@"message", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Message)));
1259WriteAttribute(@"message", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Message)));
1300WriteAttribute(@"message", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Message)));
1342WriteAttribute(@"message", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Message)));
1942WriteAttribute(@"message", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Message)));
2003WriteAttribute(@"message", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Message)));
2064WriteAttribute(@"message", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Message)));
2195WriteAttribute(@"element", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Element)));
2196WriteAttribute(@"type", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Type)));
2869WriteAttribute(@"ref", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@RefName)));
2870WriteAttribute(@"substitutionGroup", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@SubstitutionGroup)));
2871WriteAttribute(@"type", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@SchemaTypeName)));
3097WriteAttribute(@"refer", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@Refer)));
3209WriteAttribute(@"itemType", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@ItemTypeName)));
3248WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@BaseTypeName)));
3859Microsoft.Xml.XmlQualifiedName[] a = (Microsoft.Xml.XmlQualifiedName[])o.@MemberTypes;
3865Microsoft.Xml.XmlQualifiedName ai = (Microsoft.Xml.XmlQualifiedName)a[i];
4125WriteAttribute(@"ref", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@RefName)));
4126WriteAttribute(@"type", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@SchemaTypeName)));
4194WriteAttribute(@"ref", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@RefName)));
4234WriteAttribute(@"ref", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@RefName)));
4454WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@BaseTypeName)));
4545WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@BaseTypeName)));
4690WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@BaseTypeName)));
4824WriteAttribute(@"base", @"", FromXmlQualifiedName(((Microsoft.Xml.XmlQualifiedName)o.@BaseTypeName)));
5207Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5212if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id3_ServiceDescription && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
5216throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5319Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5324if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id14_Service && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
5328throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5401Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5406if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id16_Port && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
5410throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5495Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5500if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id21_Soap12AddressBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item))
5504throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5556Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5561if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id24_SoapAddressBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item))
5565throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5617Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5622if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id25_HttpAddressBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item))
5626throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5678Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5683if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id26_Binding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
5687throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5777Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5782if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id29_OperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
5786throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5881Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5886if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id33_FaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
5890throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
5966Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
5971if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id34_Soap12FaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item))
5975throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6052Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6057if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id38_SoapFaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item))
6061throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6138Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6143if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id39_OutputBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
6147throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6247Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6252if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id48_Soap12HeaderBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item))
6256throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6336Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6341if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id51_SoapHeaderFaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item))
6345throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6417Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6422if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id52_Soap12BodyBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item))
6426throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6493Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6498if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id54_SoapHeaderBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item))
6502throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6582Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6587if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id51_SoapHeaderFaultBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item))
6591throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6663Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6668if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id55_SoapBodyBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item))
6672throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6739Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6744if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id56_MimeTextBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id45_Item))
6748throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6803Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6808if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id58_MimeTextMatch && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id45_Item))
6812throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6897Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6902if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id64_MimeMultipartRelatedBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item))
6906throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
6961Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
6966if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id65_MimePart && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item))
6970throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7041Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7046if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id66_MimeXmlBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item))
7050throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7102Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7107if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id67_MimeContentBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id41_Item))
7111throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7168Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7173if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id68_InputBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
7177throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7285Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7290if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id71_HttpUrlReplacementBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item))
7294throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7341Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7346if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id72_HttpUrlEncodedBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item))
7350throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7397Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7402if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id73_Soap12OperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item))
7406throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7478Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7483if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id77_SoapOperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item))
7487throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7554Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7559if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id78_HttpOperationBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item))
7563throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7615Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7620if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id79_Soap12Binding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id20_Item))
7624throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7681Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7686if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id81_SoapBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id19_Item))
7690throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7747Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7752if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id82_HttpBinding && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id18_Item))
7756throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7808Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7813if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id84_PortType && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
7817throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7890Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7895if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id85_Operation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
7899throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
7986Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
7991if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id87_OperationFault && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
7995throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8068Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8073if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id88_OperationOutput && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
8077throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8150Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8155if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id89_OperationInput && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
8159throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8232Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8237if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id90_Message && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
8241throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8314Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8319if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id91_MessagePart && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
8323throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8401Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8406if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id93_Types && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
8410throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8478Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8483if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id96_XmlSchema && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
8487throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8626Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8631if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id111_XmlSchemaAttributeGroup && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
8635throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8722Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8727if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id113_XmlSchemaAnyAttribute && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
8731throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8809Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8814if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id115_XmlSchemaAnnotation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
8818throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8890Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8895if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id117_XmlSchemaAppInfo && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
8899throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
8963Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
8968if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id119_XmlSchemaDocumentation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
8972throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9052Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9057if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id122_XmlSchemaAttributeGroupRef && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9061throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9134Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9139if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id124_XmlSchemaAttribute && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9143throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9251Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9256if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id128_XmlSchemaSimpleType && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9260throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9353Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9358if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id133_XmlSchemaSimpleTypeUnion && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9362throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9371Microsoft.Xml.XmlQualifiedName[] a_5 = null;
9387a_5 = (Microsoft.Xml.XmlQualifiedName[])EnsureArrayIndex(a_5, ca_5, typeof(Microsoft.Xml.XmlQualifiedName)); a_5[ca_5++] = ToXmlQualifiedName(vals[i]);
9403o.@MemberTypes = (Microsoft.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(Microsoft.Xml.XmlQualifiedName), true);
9409o.@MemberTypes = (Microsoft.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(Microsoft.Xml.XmlQualifiedName), true);
9442o.@MemberTypes = (Microsoft.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(Microsoft.Xml.XmlQualifiedName), true);
9449Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9454if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id135_XmlSchemaSimpleTypeRestriction && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9458throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9585Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9590if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id148_XmlSchemaMinLengthFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9594throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9672Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9677if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id150_XmlSchemaMinExclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9681throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9759Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9764if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id151_XmlSchemaWhiteSpaceFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9768throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9846Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9851if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id152_XmlSchemaMaxExclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9855throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
9933Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
9938if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id153_XmlSchemaMaxInclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
9942throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10020Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10025if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id154_XmlSchemaEnumerationFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10029throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10107Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10112if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id155_XmlSchemaPatternFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10116throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10194Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10199if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id156_XmlSchemaTotalDigitsFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10203throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10281Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10286if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id157_XmlSchemaLengthFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10290throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10368Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10373if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id158_XmlSchemaMaxLengthFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10377throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10455Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10460if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id159_XmlSchemaMinInclusiveFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10464throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10542Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10547if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id160_XmlSchemaFractionDigitsFacet && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10551throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10629Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10634if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id161_XmlSchemaSimpleTypeList && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10638throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10764Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10769if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id163_XmlSchemaElement && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10773throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
10929Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
10934if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id173_XmlSchemaKeyref && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
10938throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11026Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11031if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id177_XmlSchemaXPath && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11035throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11108Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11113if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id179_XmlSchemaUnique && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11117throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11200Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11205if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id180_XmlSchemaKey && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11209throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11292Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11297if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id181_XmlSchemaComplexType && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11301throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11438Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11443if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id188_XmlSchemaAll && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11447throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11530Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11535if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id189_XmlSchemaChoice && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11539throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11638Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11643if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id191_XmlSchemaGroupRef && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11647throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11730Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11735if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id192_XmlSchemaSequence && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11739throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11838Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11843if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id193_XmlSchemaAny && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11847throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
11935Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
11940if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id194_XmlSchemaSimpleContent && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
11944throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12022Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12027if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id196_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12031throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12118Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12123if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id197_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12127throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12268Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12273if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id198_XmlSchemaComplexContent && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12277throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12360Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12365if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id199_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12369throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12476Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12481if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id200_Item && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12485throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12592Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12597if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id201_XmlSchemaGroup && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12601throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12689Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12694if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id202_XmlSchemaNotation && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12698throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12781Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12786if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id205_XmlSchemaRedefine && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12790throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12879Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12884if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id207_XmlSchemaImport && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12888throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
12966Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
12971if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id208_XmlSchemaInclude && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id95_Item))
12975throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);
13048Microsoft.Xml.XmlQualifiedName xsiType = checkType ? GetXsiType() : null;
13053if (xsiType == null || ((object)((Microsoft.Xml.XmlQualifiedName)xsiType).Name == (object)_id209_Import && (object)((Microsoft.Xml.XmlQualifiedName)xsiType).Namespace == (object)_id2_Item))
13057throw CreateUnknownTypeException((Microsoft.Xml.XmlQualifiedName)xsiType);