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
Members
_categoryProperties :Set.<SchemaProperty>
The categories of elements this schema attribute applies to.
Type:
- Set.<SchemaProperty>
- Source:
_roleProperties :Set.<SchemaProperty>
The set of role properties for this schema attribute.
Type:
- Set.<SchemaProperty>
- 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: