PrimitiveTypes::Identifier

Header Image
Content:
Identifier : Public <<primitive>> Class PrimitiveTypes
An Identifier is a string with a number of constraints on its appearance, satisfying the requirements typical programming languages define for their Identifiers.<br/><br/>This datatype represents a string, that can be used as a c-Identifier.<br/><br/>It needs to start with a letter, mayconsist of letters, digits and underscore. It must not have two consecutive underscores (to support subsequent name mangling based on "__").<br/><br/>
  • Tagged Values
  • Advanced
Tag Value
xml.xsd.customType IDENTIFIER
Details:  
xml.xsd.maxLength 128
Details:  
xml.xsd.pattern [a-zA-Z]([a-zA-Z0-9]|_[a-zA-Z0-9])*_?
Details:  
xml.xsd.type string
Details:  
Property Value
isFinalSpecialization: 0