  | Attribute ()Attribute ()Attribute () |
Returns a reference to the type that matches all attributes.
|
  | Attribute (string, string)Attribute (String, String)Attribute (String^, String^) |
Creates a reference to the attribute type with the specified name.
|
  | Attribute (string, string, string, string)Attribute (String, String, String, String)Attribute (String^, String^, String^, String^) |
Creates a reference to the attribute type with the specified name and type annotation name.
|
  | Attribute (string, string, XmlSchemaSimpleType)Attribute (String, String, XmlSchemaSimpleType)Attribute (String^, String^, XmlSchemaSimpleType^) |
Creates a reference to the attribute type with the specified name and type annotation name.
|
  | Attribute (XmlQualifiedName)Attribute (XmlQualifiedName)Attribute (XmlQualifiedName^) |
Creates a reference to the attribute type with the specified name.
|
  | Attribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName, XmlSchemaSimpleType)Attribute (XmlQualifiedName^, XmlSchemaSimpleType^) |
Creates a reference to the attribute type with the specified name and type annotation.
|
  | Attribute (XmlQualifiedName, XmlQualifiedName)Attribute (XmlQualifiedName, XmlQualifiedName)Attribute (XmlQualifiedName^, XmlQualifiedName^) |
Creates a reference to the attribute type with the specified name and type annotation name.
|