XMLDataType.Default

Syntax:

New XMLDataType(<TypeName>, <NamespaceURI>)

Parameters:

<TypeName> (required)

Type: String.
XML type name.

<NamespaceURI> (required)

Type: String.
URI of the name space, to which the type belongs to. Use an empty string, if the type does not belong to any name space.

Description:

Creates a XMLDataType object based on the XML type name and URI of the name space to which the type belongs.

    

1C:Enterprise Developer's Community