Table of Contents

Search

  1. Preface
  2. Introduction to Data Transformation
  3. Data Processor Transformation
  4. Wizard Input and Output Formats
  5. Relational Input and Output
  6. Using the IntelliScript Editor
  7. XMap
  8. Libraries
  9. Schema Object
  10. Command Line Interface
  11. Scripts
  12. Parsers
  13. Script Ports
  14. Document Processors
  15. Formats
  16. Data Holders
  17. Anchors
  18. Transformers
  19. Actions
  20. Serializers
  21. Mappers
  22. Locators, Keys, and Indexing
  23. Streamers
  24. Validators, Notifications, and Failure Handling
  25. Validation Rules
  26. Custom Script Components

User Guide

User Guide

Simple Type Properties

Simple Type Properties

A simple type element is an element that contains unstructured text. When you select a simple type element in the
Schema
view, information about the simple type element appears in the right panel.
The following table describes the properties you can view for a simple type:
Property
Description
Type
Name of the element.
Description
Description of the element.
Variety
Defines if the simple type is union, list, anyType, or atomic. An atomic element contains no other elements or attributes.
Member types
A list of the types in a UNION construct.
Item type
The element type.
Base
The base type of an atomic element, such as integer or string.
Minimum Length
The minimum length for an element. Length is in bytes, characters, or items based on the element type.
Maximum Length
The maximum length for an element. Length is in bytes, characters, or items based on the element type.
Collapse whitespace
Strips leading and trailing whitespace. Collapses multiple spaces to a single space.
Enumerations
Restrict the type to the list of legal values.
Patterns
Restrict the type to values defined by a pattern expression.

0 COMMENTS

We’d like to hear from you!