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