class %Document.Model.Schema.collection
extends node
property className
as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
relationship fields
as field(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = collection,Cardinality = many ];
Properties defined for this class.
relationship indexes
as index(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = collection,Cardinality = many ];
Indexes defined for this class.
property sqlName
as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
method %Validate()
as %Status
Test if this definition is valid.