Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| xml_component_id | int | 4 | null |
|
|
|||
| xml_collection_id | int | 4 | null |
|
|
|||
| xml_namespace_id | int | 4 | null |
|
|
|||
| is_qualified | bit | 1 | null |
|
|
|||
| name | nvarchar | 8000 | √ | null |
|
|
||
| symbol_space | char | 1 | null |
|
|
|||
| symbol_space_desc | nvarchar | 120 | √ | null |
|
|
||
| kind | char | 1 | null |
|
|
|||
| kind_desc | nvarchar | 120 | √ | null |
|
|
||
| derivation | char | 1 | null |
|
|
|||
| derivation_desc | nvarchar | 120 | √ | null |
|
|
||
| base_xml_component_id | int | 4 | √ | null |
|
|
||
| scoping_xml_component_id | int | 4 | √ | null |
|
|
||
| is_default_fixed | bit | 1 | null |
|
|
|||
| is_abstract | bit | 1 | null |
|
|
|||
| is_nillable | bit | 1 | null |
|
|
|||
| must_be_qualified | bit | 1 | null |
|
|
|||
| is_extension_blocked | bit | 1 | null |
|
|
|||
| is_restriction_blocked | bit | 1 | null |
|
|
|||
| is_substitution_blocked | bit | 1 | null |
|
|
|||
| is_final_extension | bit | 1 | null |
|
|
|||
| is_final_restriction | bit | 1 | null |
|
|
|||
| default_value | nvarchar | 8000 | √ | null |
|
|
