Appearance
Simple types
Simple types are platform-neutral primitive datatypes provided by common-base.
1. Built-in simple types
StringIntegerLongBooleanDateDateTimeId(semantic type)
2. Custom simple types
cmn
type<string> CurrencyCode3. Constants
cmn
type<string> LanguageCode = "EN", "DE"4. Default properties & propagation
Simple types can define default constraints (e.g., maxLength).
