public EdgeSchema() { Constraints = new Constraints(); Attributes = new Attributes(); }
public EdgeSchema(string name) { Name = name; Constraints = new Constraints(); Attributes = new Attributes(); }