Class: SchemaAttribute

SchemaAttribute(name, properties)

A schema attribute.

Constructor

new SchemaAttribute(name, properties)

Constructor.
Parameters:
Name Type Description
name string The name of the schema attribute.
properties Array.<SchemaProperty> The properties assigned to this schema attribute.
Source:

Classes

SchemaAttribute

Members

_categoryProperties :Set.<SchemaProperty>

The categories of elements this schema attribute applies to.
Type:
Source:

_roleProperties :Set.<SchemaProperty>

The set of role properties for this schema attribute.
Type:
Source:

_typeProperty :SchemaProperty

The data type of this schema attribute.
Type:
Source:

categoryProperty

The categories of elements this schema attribute applies to.
Source:

roleProperties

The set of role properties for this schema attribute.
Source:

typeProperty

The data type property of this schema attribute.
Source: