Field-Map Scripting

4.1.11.4.14 BeginDocumentAttrs

BeginDocumentAttrs procedure


Prototype:

procedure BeginDocumentAttrs (const Name, SchemaLocation : string);

Description:

Creates main attributes (header) of XML Output.

Syntax:

TXmlOutputWrapper.BeginDocumentAttrs(Name, SchemaLocation);


Part

Description


TXmlOutputWrapper

Variable declared as a instance of TXmlOutputWrapper


Name

String expression of text which will be listed in the heading of XML document


SchemaLocation

attribute that locates schemas for elements and attributes that are in a specified namespace







Return value:

none

                               



See also:

CreateXMLOutput; WriteComment; WriteString; WriteInteger; WriteVariant; WriteFloat; WriteBoolean; WriteDate; WriteDateTime; WriteDateTimeAsInt64; WriteDateTimeAsInt64WithMiliseconds; AddTableData; AddLayerDate; BeginDocumentAttrs; BeginElementAttrs; EndAttrs; EndElement; EndDocument; FreeXMLOutput; CreateXMLOutputFile


Example