Runtime components : Core components : Typed data : Tasks : Creating a new type
  
Creating a new type
This section describes how to create a new data type.
You can use UDTT to create a new data type. For example, you can create an EmailAddress type to represent e-mail addresses. All data types, including the four predefined data types, are defined in the type.xml file. There are two methods by which you can create new UDTT data types:
Extending predefined data types
Creating a new data type
See
Extending predefined data types
Creating a new data type
Go up to
Tasks