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