AxdBase.getEnhancedSchema Method [AX 2012]

Gets the enhanced XML Schema Document (XSD) of the Axd document.

Syntax

public AifDocumentSchemaXml getEnhancedSchema([boolean _includeLabels, container _languageIds])

Run On

Server

Parameters

  • _includeLabels
    Type: boolean
    Specifies whether to include the data source, table, and field label information into the schema.
  • _languageIds
    Type: container
    Specifies the set of languages to use for localizable information.

Return Value

Type: AifDocumentSchemaXml Extended Data Type
The enhanced XSD of the Axd document.

Remarks

The getEnhancedSchema method is implemented on the AxdBase class, and should not be overridden by the document classes.

See Also

Reference

AxdBase Class