  | Element ()Element ()Element () |
Returns a reference to the type matching any element.
|
  | Element (string, string)Element (String, String)Element (String^, String^) |
Creates a reference to the element type with the specified name.
|
  | Element (string, string, string, string, bool)Element (String, String, String, String, Boolean)Element (String^, String^, String^, String^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|
  | Element (string, string, XmlSchemaType, bool)Element (String, String, XmlSchemaType, Boolean)Element (String^, String^, XmlSchemaType^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|
  | Element (XmlQualifiedName)Element (XmlQualifiedName)Element (XmlQualifiedName^) |
Creates a reference to the element type with the specified name.
|
  | Element (XmlQualifiedName, XmlSchemaType, bool)Element (XmlQualifiedName, XmlSchemaType, Boolean)Element (XmlQualifiedName^, XmlSchemaType^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|
  | Element (XmlQualifiedName, XmlQualifiedName, bool)Element (XmlQualifiedName, XmlQualifiedName, Boolean)Element (XmlQualifiedName^, XmlQualifiedName^, bool) |
Creates a reference to the element type with the specified name and type annotation.
|