2 writes to attribute
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
956
this.
attribute
= (XmlSchemaAttribute)container;
1192
builder.xso = builder.
attribute
= new XmlSchemaAttribute();
12 references to attribute
System.Xml (12)
System\Xml\Schema\XsdBuilder.cs (12)
833
container = this.
attribute
;
1194
builder.schema.Items.Add(builder.
attribute
);
1196
builder.AddAttribute(builder.
attribute
);
1201
builder.
attribute
.DefaultValue = value;
1205
builder.
attribute
.FixedValue = value;
1209
builder.
attribute
.Form = (XmlSchemaForm)builder.ParseEnum(value, "form", FormStringValues);
1213
builder.
attribute
.Use = (XmlSchemaUse)builder.ParseEnum(value, "use", UseStringValues);
1217
builder.
attribute
.RefName = builder.ParseQName(value, "ref");
1221
builder.
attribute
.Name = value;
1225
builder.
attribute
.SchemaTypeName = builder.ParseQName(value, "type");
1341
if (builder.
attribute
.SchemaType != null) {
1344
builder.
attribute
.SchemaType = builder.simpleType;