Method Attribute
Attribute(String, String, String, String)
Add or replace a default attribute for an element type in this schema.
Declaration
public virtual void Attribute(string elemName, string attrName, string type, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | elemName | Name (Qname) of the element type |
System.String | attrName | Name (Qname) of the attribute |
System.String | type | Type of the attribute |
System.String | value | Default value of the attribute; null if no default |