System\Xml\Serialization\SchemaObjectWriter.cs (82)
150WriteAttribute(localName, ns, value.ToString());
174WriteAttribute(a.Name, a.NamespaceURI, a.Value);
251WriteAttribute(@"id", @"", ((System.String)o.@Id));
253WriteAttribute(@"default", @"", ((System.String)o.@DefaultValue));
254WriteAttribute(@"fixed", @"", ((System.String)o.@FixedValue));
257WriteAttribute(@"form", @"", "qualified");
260WriteAttribute(@"form", @"", "unqualified");
263WriteAttribute(@"name", @"", ((System.String)o.@Name));
272WriteAttribute(@"use", @"", Write30_XmlSchemaUse(use));
408WriteAttribute(@"id", @"", ((System.String)o.@Id));
429WriteAttribute(@"source", @"", ((System.String)o.@Source));
430WriteAttribute(@"lang", @"http://www.w3.org/XML/1998/namespace", ((System.String)o.@Language));
436WriteAttribute("xml", "", ai.OuterXml);
446WriteAttribute("source", "", o.Source);
452WriteAttribute("xml", "", ai.OuterXml);
462WriteAttribute(@"id", @"", ((System.String)o.@Id));
464WriteAttribute(@"name", @"", ((System.String)o.@Name));
465WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved));
487WriteAttribute(@"id", @"", ((System.String)o.@Id));
515WriteAttribute(@"id", @"", ((System.String)o.@Id));
528WriteAttribute(@"id", @"", ((System.String)o.@Id));
592WriteAttribute("id", "", o.Id);
593WriteAttribute("value", "", o.Value);
595WriteAttribute(@"fixed", @"", XmlConvert.ToString(o.IsFixed));
617WriteAttribute(@"id", @"", ((System.String)o.@Id));
618WriteAttribute(@"name", @"", ((System.String)o.@Name));
630WriteAttribute(@"id", @"", ((System.String)o.@Id));
644WriteAttribute(@"id", @"", ((System.String)o.@Id));
645WriteAttribute("namespace", "", ToString(o.NamespaceList));
647WriteAttribute(@"processContents", @"", Write34_XmlSchemaContentProcessing(process));
668WriteAttribute(@"id", @"", ((System.String)o.@Id));
669WriteAttribute(@"name", @"", ((System.String)o.@Name));
670WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved));
672WriteAttribute(@"abstract", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsAbstract)));
674WriteAttribute(@"block", @"", Write11_XmlSchemaDerivationMethod(o.BlockResolved));
676WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsMixed)));
707WriteAttribute(@"id", @"", ((System.String)o.@Id));
723WriteAttribute(@"id", @"", ((System.String)o.@Id));
737WriteAttribute(@"id", @"", ((System.String)o.@Id));
754WriteAttribute(@"id", @"", ((System.String)o.@Id));
755WriteAttribute(@"mixed", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsMixed)));
771WriteAttribute(@"id", @"", ((System.String)o.@Id));
798WriteAttribute(@"id", @"", ((System.String)o.@Id));
799WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs));
800WriteAttribute("maxOccurs", "", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs));
811WriteAttribute(@"id", @"", o.Id);
812WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs));
813WriteAttribute("maxOccurs", "", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs));
815WriteAttribute(@"abstract", @"", XmlConvert.ToString((System.Boolean)((System.Boolean)o.@IsAbstract)));
817WriteAttribute(@"block", @"", Write11_XmlSchemaDerivationMethod(o.BlockResolved));
818WriteAttribute(@"default", @"", o.DefaultValue);
819WriteAttribute(@"final", @"", Write11_XmlSchemaDerivationMethod(o.FinalResolved));
820WriteAttribute(@"fixed", @"", o.FixedValue);
823WriteAttribute(@"form", @"", "qualified");
826WriteAttribute(@"form", @"", "unqualified");
830WriteAttribute(@"name", @"", o.Name);
833WriteAttribute(@"nillable", @"", XmlConvert.ToString(o.IsNillable));
861WriteAttribute(@"id", @"", ((System.String)o.@Id));
862WriteAttribute(@"name", @"", ((System.String)o.@Name));
896WriteAttribute(@"id", @"", o.@Id);
897WriteAttribute(@"xpath", @"", o.@XPath);
908WriteAttribute(@"id", @"", ((System.String)o.@Id));
909WriteAttribute(@"name", @"", ((System.String)o.@Name));
930WriteAttribute(@"id", @"", ((System.String)o.@Id));
931WriteAttribute(@"name", @"", ((System.String)o.@Name));
949WriteAttribute(@"id", @"", ((System.String)o.@Id));
950WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs));
951WriteAttribute(@"maxOccurs", @"", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs));
962WriteAttribute(@"id", @"", o.@Id);
963WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs));
964WriteAttribute(@"maxOccurs", @"", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs));
965WriteAttribute(@"namespace", @"", ToString(o.NamespaceList));
967WriteAttribute(@"processContents", @"", Write34_XmlSchemaContentProcessing(process));
977WriteAttribute(@"id", @"", ((System.String)o.@Id));
978WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs));
979WriteAttribute("maxOccurs", "", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs));
1010WriteAttribute(@"id", @"", ((System.String)o.@Id));
1011WriteAttribute("minOccurs", "", XmlConvert.ToString(o.MinOccurs));
1012WriteAttribute(@"maxOccurs", @"", o.MaxOccurs == decimal.MaxValue ? "unbounded" : XmlConvert.ToString(o.MaxOccurs));
1026WriteAttribute(@"id", @"", ((System.String)o.@Id));
1055WriteAttribute(@"id", @"", ((System.String)o.@Id));
1056WriteAttribute(@"name", @"", ((System.String)o.@Name));