KmlSchema

constructor(fields: Iterable<KmlSimpleField>, name: String, schemaId: String)

Creates a schema from an array of KmlSimpleField objects, a name, and an ID. Schema ID should be unique.

Since

200.6.0

Parameters

fields

An array of simple fields.

name

The name of the schema.

schemaId

The ID of the schema.