Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

XBRLGetSchemaList Function

Overview

The XBRLGetSchemaList function returns a table of schemas discovered during the Taxonomy load process.

Syntax/Parameters

Syntax

string[][] = XBRLGetSchemaList ( handle hXM );

Parameters

hXM

A handle to an XBRL Object.

Return Value

Returns a string table of schemas or an empty array on failure. Use the GetLastError function to retrieve a formatted error code.

Remarks

Each column has the following key names:

  Key Name   Description/Comment  
         
  url   The full URL for the schema,  
  status  

A string as one of the following:

Loaded           — Schema was loaded.

Ignore           — Schema was ignored.

Error 0xNNNNNNNN — An error occurred,

 

 

Not all schemas are loaded. Those that define the XBRL language and structure within XML are ingored.

Only schemas related to defining the taxonomy are loaded. Known schemas referenced for defining the XML structure for XBRL are ignored.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic