Share via


AxdXmlWriter.isComplexTypeADataSrc Method [AX 2012]

Determines whether the data source is defined in the Xml Schema Definition (XSD).

Syntax

protected boolean isComplexTypeADataSrc(XmlSchemaComplexType _xmlSchemaComplexType)

Run On

Called

Parameters

Return Value

Type: boolean
true if the data source is in the XSD; otherwise, false. If the schema is not set, this method always returns false.

Remarks

Verifies that the XSD complex type represents a data source, not an arbitrary complex type with the same name. If the complex type contains a sequence with a properties element, it is considered a data source.

See Also

Reference

AxdXmlWriter Class