public AttributeSchema(AttributeSchema source) : base(source) { }
public AttributeSchema(AttributeSchema source, bool isShallowClone) : base(source, isShallowClone) { }