XdmType.Element MethodXdmType.Element MethodXdmType::Element Method

Creates a reference to an element type.

Overload List

 NameDescription
Public methodstaticElement ()Element ()Element () Returns a reference to the type matching any element.
Public methodstaticElement (string, string)Element (String, String)Element (String^, String^) Creates a reference to the element type with the specified name.
Public methodstaticElement (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.
Public methodstaticElement (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.
Public methodstaticElement (XmlQualifiedName)Element (XmlQualifiedName)Element (XmlQualifiedName^) Creates a reference to the element type with the specified name.
Public methodstaticElement (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.
Public methodstaticElement (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.

Top