DOMElement.SetIdAttributeNS

Syntax:

SetIdAttributeNS(<NamespaceURI>, <LocalName>, <IsID>)

Parameters:

<NamespaceURI> (required)

Type: String.
A namespace URI.

<LocalName> (required)

Type: String.
An attribute local name.

<IsID> (required)

Type: Boolean.
An identifier flag.

Description:

Sets an identifier flag for an attribute by its local name and namespace URI.
If the <IsID> parameter = True, the specified attribute becomes "a user-defined identifier".

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

The method does not change the schema set in the document. Exception reasons:
  • This node is read-only;
  • The specified attribute is not an attribute of this element.

    

1C:Enterprise Developer's Community