Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

General Usage of Primitive Types

Primitive types usage within containers requires primitive type as an XML Named Element. It takes four modifiers -

  • Name - Your name of the primitive type
  • Cardinality - Array of Primitive Types. It takes format "m..n" where m = minimum value; n = maximum value
  • Alt - Alternative name
  • Default - Default value to use at the time of instantiate

Code Block
languagexml
titleZoneInfo DataModel using ZoneName as StringGeneral Usage of Primitive Types
linenumberstrue
 <PrimitiveTypeName Name=".." Cardinality="nm..mn" Alt="..." Default=""/> 
String

...