ValidTypeQ
ValidTypeQ[type]⟹out
checks that the type and its field definitions are valid.
Examples
Basic Examples (2)
Additional Examples (9)
Returns False if descriptions for fields do not start with uppercase and end with a period:
Returns False if descriptions for fields do not start with uppercase and end with a period, for Models:
Returns False if descriptions for fields contain square brackets:
Returns False if descriptions for fields contain square brackets, for Models:
Returns False if storage pattern is _:
Returns False if storage pattern is _, for Models:
Returns False if category does not match FieldCategoryP:
Returns False if Named Field columns are out of order:
Returns False if category does not match FieldCategoryP, for Models:


