XDTOSerializer.FromXMLType

Syntax variant: By XML Type

Syntax:

FromXMLType(<XMLType>)

Parameters:

<XMLType> (required)

Type: XMLDataType.
XML type for which corresponding type is needed.

Description of method variant:

Returns the type corresponding to the XML data type.

Syntax variant: By type name and namespace URI

Syntax:

FromXMLType(<TypeName>, <NamespaceURI>)

Parameters:

<TypeName> (required)

Type: String.
XML type name.

<NamespaceURI> (required)

Type: String.
XML type URI namespace.

Description of method variant:

Returns the type corresponding to the XML data type and URI namespace.

Returned value:

Type: Type; Undefined.
Undefined, if the corresponding type is not found.

Description:

Obtains a type corresponding to XML data type.

Availability:

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

    

1C:Enterprise Developer's Community