KmlSchemaData

constructor(attributes: Map<String, Any?>, schema: KmlSchema)

Creates schema data from the attribute key-value pairs and schema.

Since

200.6.0

Parameters

attributes

The key-value pairs of the schema data.

schema

The schema associated with the schema data.

Throws

All attributes must have a corresponding field in KmlSchema.fields. The number of attributes must not exceed the number of fields in KmlSchema.fields. All elements in an array attribute must be of the same type as their corresponding field's type.