Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

XBRLGetNamespaceMap Function

Overview

The XBRLGetNamespaceMap function returns the namespace prefixes and URLs for the loaded instance.

Syntax/Parameters

Syntax

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

Parameters

hXM

A handle to an XBRL Object.

Return Value

Returns a string table of namepsaces 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  
  prefix   Prefix used with the QName to specify an element.  
  url   The full URL for the associated namespace  
  status   A string in hexadecimal format representing the item status flags.  

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic