public interface TypeInfo:
Schema type metadata associated with DOM nodes.
import org.w3c.dom info as TypeInfo = element.schemaTypeInfo
| Modifier and Type | Member | Description |
|---|---|---|
| public static readonly | DERIVATION_EXTENSIONDERIVATION_EXTENSION as Int = 2 |
No summary. |
| public static readonly | DERIVATION_LISTDERIVATION_LIST as Int = 8 |
No summary. |
| public static readonly | DERIVATION_RESTRICTIONDERIVATION_RESTRICTION as Int = 1 |
Type derivation method constants. |
| public static readonly | DERIVATION_UNIONDERIVATION_UNION as Int = 4 |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | typeNametypeName as String |
Schema type name. |
| public readonly property | typeNamespacetypeNamespace as String |
Schema type namespace URI. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | isDerivedFrom | Indicates whether this type derives from another schema type. |