class %Document.Model.Schema.field
extends node
relationship collection
as collection(XMLPROJECTION="none") [ Inverse = fields,Cardinality = one ];
Thing that this property belongs to.
property derived
as %ZEN.Datatype.boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
property expression
as %String(MAXLEN=4000,XMLPROJECTION="ELEMENT");
property fieldType
as %String(MAXLEN=255,XMLCHOICELIST="dynamic,static",XMLPROJECTION="attribute");
property required
as %ZEN.Datatype.boolean(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = 0 ];
property type
as %String(MAXLEN=255,XMLPROJECTION="attribute");
method %Validate()
as %Status
Test if this definition is valid.