CustomXmlPart

CustomXmlPart class

Represents a Custom XML Data Storage Part (custom XML data within a package).

class CustomXmlPart;

Properties

PropertyTypeDescription
dataUint8ArrayGets or sets the XML content of this Custom XML Data Storage Part.
schemaDataUint8ArrayGets or sets the XML content of this Custom XML Schema Data Storage Part.
iDstringGets and sets the id of the custom xml part.

data

Gets or sets the XML content of this Custom XML Data Storage Part.

data : Uint8Array;

schemaData

Gets or sets the XML content of this Custom XML Schema Data Storage Part.

schemaData : Uint8Array;

iD

Gets and sets the id of the custom xml part.

iD : string;