Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
Property | Description |
---|---|
Name | The element name. |
Description | Description of the type.
|
Type
| The element type.
|
Property | Description |
---|---|
Name | The element name. |
Type | The element type.
|
Minimum Occurs
| The minimum number of times that the element can occur at one point in an instance. |
Maximum Occurs | The maximum number of times that the element can occur at one point in an instance.
|
Description | Description of the element. |
Property | Description |
---|---|
Fixed Value | A specific value for an element that does not change. |
Nillable | The element can have nil values. A nil element has element tags but has no value and no content.
|
Abstract | The element is an abstract type. An instance must include types derived from that type. An abstract type is not a valid type without derived element types. |
Minimum Value | The minimum value for an element in an instance.
|
Maximum Value | The maximum value for an element in an instance. |
Minimum Length | The minimum length of an element. Length is in bytes, characters, or items based on the element type. |
Maximum Length | The maximum length of an element. Length is in bytes, characters, or items based on the element type. |
Enumeration | A list of all legal values for an element. |
Pattern | An expression pattern that defines valid element values. |