4 references to FormStringValues
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
1082
builder.schema.AttributeFormDefault = (XmlSchemaForm)builder.ParseEnum(value, "attributeFormDefault",
FormStringValues
);
1086
builder.schema.ElementFormDefault = (XmlSchemaForm)builder.ParseEnum(value, "elementFormDefault",
FormStringValues
);
1209
builder.attribute.Form = (XmlSchemaForm)builder.ParseEnum(value, "form",
FormStringValues
);
1283
builder.element.Form = (XmlSchemaForm)builder.ParseEnum(value, "form",
FormStringValues
);