primitive property
If this is a primitive type then this field is the type of the primitive For example, STRING.
Leave unspecified for composite types. Possible string values are:
- "PRIMITIVE_UNSPECIFIED" : Not a primitive.
- "STRING" : String primitive.
- "VARIES" : Element that can have unschematized children.
- "UNESCAPED_STRING" : Like STRING, but all delimiters below this element are ignored.
Implementation
core.String? primitive;